2022-09-27T15:11:56.2652661Z Requested labels: self-hosted, linux.2xlarge 2022-09-27T15:11:56.2652788Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/pull/85462/merge 2022-09-27T15:11:56.2652812Z Waiting for a runner to pick up this job... 2022-09-27T15:11:57.4052103Z Job is about to start running on the runner: i-063c79c9925600ab9 (organization) 2022-09-27T15:12:01.5966970Z Current runner version: '2.296.2' 2022-09-27T15:12:01.5972622Z Runner name: 'i-063c79c9925600ab9' 2022-09-27T15:12:01.5973194Z Runner group name: 'Default' 2022-09-27T15:12:01.5973774Z Machine name: 'ip-10-0-2-23' 2022-09-27T15:12:01.5976016Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:12:01.5976679Z Actions: read 2022-09-27T15:12:01.5976925Z Checks: read 2022-09-27T15:12:01.5977208Z Contents: read 2022-09-27T15:12:01.5977508Z Deployments: read 2022-09-27T15:12:01.5977794Z Discussions: read 2022-09-27T15:12:01.5978083Z Issues: read 2022-09-27T15:12:01.5978363Z Metadata: read 2022-09-27T15:12:01.5978612Z Packages: read 2022-09-27T15:12:01.5978927Z Pages: read 2022-09-27T15:12:01.5979243Z PullRequests: read 2022-09-27T15:12:01.5979537Z RepositoryProjects: read 2022-09-27T15:12:01.5979869Z SecurityEvents: read 2022-09-27T15:12:01.5980166Z Statuses: read 2022-09-27T15:12:01.5980466Z ##[endgroup] 2022-09-27T15:12:01.5983666Z Secret source: None 2022-09-27T15:12:01.5984282Z Prepare workflow directory 2022-09-27T15:12:01.8157552Z Prepare all required actions 2022-09-27T15:12:01.8321865Z Getting action download info 2022-09-27T15:12:02.0666701Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:12:05.2877261Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:12:05.5456027Z Getting action download info 2022-09-27T15:12:05.7328821Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:12:05.9409208Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-09-27T15:12:05.9410996Z ##[group] Inputs 2022-09-27T15:12:05.9411323Z build-environment: linux-focal-py3.7-gcc7 2022-09-27T15:12:05.9411651Z docker-image-name: pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:12:05.9412240Z build-generates-artifacts: true 2022-09-27T15:12:05.9412503Z build-with-debug: false 2022-09-27T15:12:05.9412743Z sync-tag: 2022-09-27T15:12:05.9412961Z cuda-arch-list: 5.2 2022-09-27T15:12:05.9413752Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:12:05.9414473Z ##[endgroup] 2022-09-27T15:12:05.9414907Z Complete job name: linux-focal-py3.7-gcc7 / build 2022-09-27T15:12:06.0201183Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:12:06.0201525Z with: 2022-09-27T15:12:06.0201743Z submodules: recursive 2022-09-27T15:12:06.0201979Z fetch-depth: 0 2022-09-27T15:12:06.0202182Z ##[endgroup] 2022-09-27T15:12:06.0496192Z ##[group]Run retry () { 2022-09-27T15:12:06.0496507Z retry () { 2022-09-27T15:12:06.0496762Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:12:06.0497009Z } 2022-09-27T15:12:06.0497233Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:12:06.0497479Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:12:06.0497741Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:12:06.0497980Z else 2022-09-27T15:12:06.0498214Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:12:06.0498448Z fi 2022-09-27T15:12:06.0498702Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:12:06.0515016Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:12:06.0515283Z env: 2022-09-27T15:12:06.0515484Z NO_SUDO: 2022-09-27T15:12:06.0515695Z ##[endgroup] 2022-09-27T15:12:06.0687916Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:12:08.9281481Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:12:08.9281731Z with: 2022-09-27T15:12:08.9281933Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:12:08.9282139Z fetch-depth: 0 2022-09-27T15:12:08.9282323Z submodules: recursive 2022-09-27T15:12:08.9282501Z quiet-checkout: true 2022-09-27T15:12:08.9282704Z repository: pytorch/pytorch 2022-09-27T15:12:08.9283070Z token: *** 2022-09-27T15:12:08.9283231Z ssh-strict: true 2022-09-27T15:12:08.9283427Z persist-credentials: true 2022-09-27T15:12:08.9283627Z clean: true 2022-09-27T15:12:08.9283781Z lfs: false 2022-09-27T15:12:08.9283964Z set-safe-directory: true 2022-09-27T15:12:08.9284155Z ##[endgroup] 2022-09-27T15:12:09.0464348Z Syncing repository: pytorch/pytorch 2022-09-27T15:12:09.0466517Z ##[group]Getting Git version info 2022-09-27T15:12:09.0467242Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:12:09.0467979Z [command]/usr/bin/git version 2022-09-27T15:12:09.0468284Z git version 2.37.1 2022-09-27T15:12:09.0469212Z ##[endgroup] 2022-09-27T15:12:09.0486617Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cf9a6ec1-9ab6-49ef-a38b-876a4cbe4169' before making global git config changes 2022-09-27T15:12:09.0487391Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:12:09.0493878Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:12:09.0533444Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:12:09.0537798Z ##[group]Initializing the repository 2022-09-27T15:12:09.0543068Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:12:09.0665689Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:12:09.0666180Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:12:09.0666524Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:12:09.0666867Z hint: 2022-09-27T15:12:09.0667303Z hint: git config --global init.defaultBranch 2022-09-27T15:12:09.0667642Z hint: 2022-09-27T15:12:09.0668125Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:12:09.0669021Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:12:09.0669411Z hint: 2022-09-27T15:12:09.0669752Z hint: git branch -m 2022-09-27T15:12:09.0670407Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:12:09.0678126Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:12:09.0710160Z ##[endgroup] 2022-09-27T15:12:09.0710793Z ##[group]Disabling automatic garbage collection 2022-09-27T15:12:09.0715645Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:12:09.0743384Z ##[endgroup] 2022-09-27T15:12:09.0743978Z ##[group]Setting up auth 2022-09-27T15:12:09.0751605Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:12:09.0781874Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:12:09.1025089Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:12:09.1061064Z [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-09-27T15:12:09.1313536Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:12:09.1356670Z ##[endgroup] 2022-09-27T15:12:09.1357272Z ##[group]Fetching the repository 2022-09-27T15:12:09.1364000Z [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-09-27T15:12:53.9028926Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:12:53.9064281Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:12:54.9872945Z ##[endgroup] 2022-09-27T15:12:54.9873479Z ##[group]Determining the checkout info 2022-09-27T15:12:54.9874474Z ##[endgroup] 2022-09-27T15:12:54.9874872Z ##[group]Checking out the ref 2022-09-27T15:12:54.9879100Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:12:56.2221253Z ##[endgroup] 2022-09-27T15:12:56.2221709Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:12:56.2227462Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:12:56.2275214Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:12:56.2309827Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:12:56.2341575Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:12:56.2369881Z ##[endgroup] 2022-09-27T15:12:56.2370542Z ##[group]Fetching submodules 2022-09-27T15:12:56.2374207Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:12:56.2643736Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:12:56.2905734Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:12:56.2907540Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:12:56.2908150Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:12:56.2909182Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:12:56.2911556Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:12:56.2913854Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:12:56.2916081Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:12:56.2962983Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:12:56.2964045Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:12:56.2964787Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:12:56.2965758Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:12:56.2966946Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:12:56.2976839Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:12:56.2977627Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:12:56.2978402Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:12:56.2979325Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:12:56.2980363Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:12:56.2981321Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:12:56.2982188Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:12:56.2982695Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:12:56.2983173Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:12:56.2983657Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:12:56.2984142Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:12:56.2984613Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:12:56.2985483Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:12:56.2986023Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:12:56.2990191Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:12:56.2994767Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:12:56.2999865Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:12:56.3004967Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:12:56.3010273Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:12:56.3016361Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:12:56.3022744Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:12:56.3028179Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:12:56.3033772Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:12:56.3039682Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:12:56.3045362Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:12:56.3051307Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:12:56.3057719Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:12:56.3063914Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:12:56.3070288Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:12:56.3098179Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:12:56.5861339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:12:56.8176460Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:12:57.0151711Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:12:57.2876959Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:12:57.5369068Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:12:59.7088022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:13:05.2687274Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:13:05.7113090Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:13:06.2628846Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:13:07.6941894Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:13:08.8235579Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:13:10.0418138Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:13:19.6239401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:13:20.2696682Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:13:21.4238460Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:13:22.5832442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:13:22.9327661Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:13:23.5947022Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:13:23.8923172Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:13:24.9131561Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:13:25.3155536Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:13:25.5246887Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:13:25.7753256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:13:27.1325917Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:13:27.6102790Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:13:28.0316919Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:13:33.9560133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:13:35.4671593Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:13:35.8577588Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:13:36.1024158Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:13:41.3079579Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:13:41.5005508Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:13:41.7524197Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:13:42.5144706Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:13:42.7352148Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:13:43.0576570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:13:43.3626687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:13:43.9340797Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:13:46.0248007Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:13:46.5014409Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:13:48.6846698Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:13:48.6943246Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:13:48.7018717Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:13:48.7224533Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:13:48.7429995Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:13:48.7778916Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:13:49.3290981Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:13:49.3488866Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:13:49.4404041Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:13:49.4724742Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:13:49.7417380Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:13:50.1168132Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:13:50.3418110Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:13:50.3853817Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:13:50.3868798Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:13:50.3871770Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:13:50.3873645Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:13:50.3876088Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:13:50.3899250Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:13:51.1955026Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:13:51.7381170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:13:52.7528871Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:13:53.1274163Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:13:53.2199449Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:13:53.2739102Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:13:53.2832447Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:13:53.3612974Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:13:53.3925765Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:13:53.4009043Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:13:53.4380926Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:13:53.4603017Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:13:53.5029265Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:13:53.5136186Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:13:53.5148992Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:13:53.5170432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:14:00.4417255Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:14:00.4431840Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:00.4454374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:14:07.2198967Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:14:07.2292490Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:14:07.2421972Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:14:07.3285610Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:14:07.3300461Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:07.3302292Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:07.3325069Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:14:08.4923083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:14:09.5031836Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:14:09.5536422Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:14:09.5722275Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:14:09.5854510Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:14:09.6833732Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:14:09.9089667Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:14:09.9117888Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:09.9119013Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:09.9143570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:14:10.2932294Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:14:11.0603965Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:14:11.0900244Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:14:11.1043166Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:14:11.1056108Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:11.1078153Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:14:12.7966182Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:14:12.7985039Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:12.7986930Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:12.8011738Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:14:13.3410365Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:14:14.1607842Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:14:14.2204004Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:14:14.2218604Z 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-09-27T15:14:14.2240176Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:14:14.4366789Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:14:14.4451538Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:14:14.6784688Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:14:14.6803705Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:14.6805754Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:14.6829659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:14:15.0746221Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:14:16.0616344Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:14:16.1245363Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:14:16.1324294Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:14:16.1423501Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:14:16.1728753Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:14:16.1811938Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:14:16.2072795Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:14:16.2161780Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:14:16.2566245Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:14:16.3560721Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:14:16.3802719Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:14:16.3817485Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:16.3819658Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:16.3822180Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:16.3824741Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:16.3847043Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:14:17.3858393Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:14:17.6429616Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:14:18.7697787Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:14:19.5439235Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:14:19.5576247Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:14:19.6179194Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:14:19.6436672Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:14:19.6449915Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:19.6472616Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:14:19.8526926Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:14:19.9762198Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:14:19.9791084Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:14:20.0053928Z Entering 'android/libs/fbjni' 2022-09-27T15:14:20.0088036Z Entering 'third_party/FP16' 2022-09-27T15:14:20.0122999Z Entering 'third_party/FXdiv' 2022-09-27T15:14:20.0157104Z Entering 'third_party/NNPACK' 2022-09-27T15:14:20.0192575Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:20.0228043Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:20.0262261Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:20.0307512Z Entering 'third_party/benchmark' 2022-09-27T15:14:20.0342347Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:20.0377449Z Entering 'third_party/cub' 2022-09-27T15:14:20.0412969Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:20.0454113Z Entering 'third_party/cutlass' 2022-09-27T15:14:20.0496661Z Entering 'third_party/eigen' 2022-09-27T15:14:20.0533510Z Entering 'third_party/fbgemm' 2022-09-27T15:14:20.0569209Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:20.0605310Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:20.0641166Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:20.0676397Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:20.0712496Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:20.0749050Z Entering 'third_party/fmt' 2022-09-27T15:14:20.0783272Z Entering 'third_party/foxi' 2022-09-27T15:14:20.0817538Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:20.0852350Z Entering 'third_party/gloo' 2022-09-27T15:14:20.0888119Z Entering 'third_party/googletest' 2022-09-27T15:14:20.0922295Z Entering 'third_party/ideep' 2022-09-27T15:14:20.0956495Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:20.0993417Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:20.1033246Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:20.1067579Z Entering 'third_party/ittapi' 2022-09-27T15:14:20.1102633Z Entering 'third_party/kineto' 2022-09-27T15:14:20.1135680Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:20.1169673Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:20.1205054Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:20.1240932Z Entering 'third_party/neon2sse' 2022-09-27T15:14:20.1275425Z Entering 'third_party/nlohmann' 2022-09-27T15:14:20.1311037Z Entering 'third_party/onnx' 2022-09-27T15:14:20.1358336Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:20.1393001Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:20.1430149Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:20.1465044Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:20.1503511Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:20.1538421Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:20.1572137Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:20.1610696Z Entering 'third_party/pocketfft' 2022-09-27T15:14:20.1646029Z Entering 'third_party/protobuf' 2022-09-27T15:14:20.1683959Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:20.1718063Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:20.1753747Z Entering 'third_party/psimd' 2022-09-27T15:14:20.1787927Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:20.1822250Z Entering 'third_party/pybind11' 2022-09-27T15:14:20.1857445Z Entering 'third_party/python-enum' 2022-09-27T15:14:20.1891248Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:20.1925753Z Entering 'third_party/python-six' 2022-09-27T15:14:20.1959384Z Entering 'third_party/sleef' 2022-09-27T15:14:20.1993884Z Entering 'third_party/tbb' 2022-09-27T15:14:20.2029860Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:20.2065551Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:20.2099763Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:20.2133845Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:20.2168051Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:20.2201500Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:20.2238943Z Entering 'third_party/zstd' 2022-09-27T15:14:20.2281565Z ##[endgroup] 2022-09-27T15:14:20.2281945Z ##[group]Persisting credentials for submodules 2022-09-27T15:14:20.2288895Z [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-09-27T15:14:20.2546775Z Entering 'android/libs/fbjni' 2022-09-27T15:14:20.2582022Z Entering 'third_party/FP16' 2022-09-27T15:14:20.2616382Z Entering 'third_party/FXdiv' 2022-09-27T15:14:20.2650244Z Entering 'third_party/NNPACK' 2022-09-27T15:14:20.2684961Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:20.2719031Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:20.2753215Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:20.2797529Z Entering 'third_party/benchmark' 2022-09-27T15:14:20.2831083Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:20.2866175Z Entering 'third_party/cub' 2022-09-27T15:14:20.2900649Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:20.2939955Z Entering 'third_party/cutlass' 2022-09-27T15:14:20.2981359Z Entering 'third_party/eigen' 2022-09-27T15:14:20.3017440Z Entering 'third_party/fbgemm' 2022-09-27T15:14:20.3051293Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:20.3084645Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:20.3118204Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:20.3151100Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:20.3185447Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:20.3222139Z Entering 'third_party/fmt' 2022-09-27T15:14:20.3256902Z Entering 'third_party/foxi' 2022-09-27T15:14:20.3289970Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:20.3323797Z Entering 'third_party/gloo' 2022-09-27T15:14:20.3357817Z Entering 'third_party/googletest' 2022-09-27T15:14:20.3391967Z Entering 'third_party/ideep' 2022-09-27T15:14:20.3425544Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:20.3461223Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:20.3500943Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:20.3534785Z Entering 'third_party/ittapi' 2022-09-27T15:14:20.3568464Z Entering 'third_party/kineto' 2022-09-27T15:14:20.3602950Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:20.3636439Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:20.3672752Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:20.3706994Z Entering 'third_party/neon2sse' 2022-09-27T15:14:20.3740699Z Entering 'third_party/nlohmann' 2022-09-27T15:14:20.3775084Z Entering 'third_party/onnx' 2022-09-27T15:14:20.3821811Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:20.3855575Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:20.3891233Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:20.3924327Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:20.3963066Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:20.3997499Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:20.4031650Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:20.4069973Z Entering 'third_party/pocketfft' 2022-09-27T15:14:20.4104459Z Entering 'third_party/protobuf' 2022-09-27T15:14:20.4142198Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:20.4175034Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:20.4211090Z Entering 'third_party/psimd' 2022-09-27T15:14:20.4244951Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:20.4280688Z Entering 'third_party/pybind11' 2022-09-27T15:14:20.4313800Z Entering 'third_party/python-enum' 2022-09-27T15:14:20.4347726Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:20.4380870Z Entering 'third_party/python-six' 2022-09-27T15:14:20.4414929Z Entering 'third_party/sleef' 2022-09-27T15:14:20.4449333Z Entering 'third_party/tbb' 2022-09-27T15:14:20.4484538Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:20.4518617Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:20.4551952Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:20.4586196Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:20.4619477Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:20.4651869Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:20.4687151Z Entering 'third_party/zstd' 2022-09-27T15:14:20.4732545Z [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-09-27T15:14:20.4989338Z Entering 'android/libs/fbjni' 2022-09-27T15:14:20.5019865Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:14:20.5033711Z Entering 'third_party/FP16' 2022-09-27T15:14:20.5067347Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:14:20.5080684Z Entering 'third_party/FXdiv' 2022-09-27T15:14:20.5113340Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:14:20.5127618Z Entering 'third_party/NNPACK' 2022-09-27T15:14:20.5159727Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:14:20.5173831Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:20.5206839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:14:20.5221930Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:20.5254231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:14:20.5268275Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:20.5300773Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:14:20.5324467Z Entering 'third_party/benchmark' 2022-09-27T15:14:20.5357225Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:14:20.5371516Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:20.5402440Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:14:20.5417885Z Entering 'third_party/cub' 2022-09-27T15:14:20.5449848Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:14:20.5464362Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:20.5495549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:14:20.5514223Z Entering 'third_party/cutlass' 2022-09-27T15:14:20.5548044Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:14:20.5568396Z Entering 'third_party/eigen' 2022-09-27T15:14:20.5601572Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:14:20.5617813Z Entering 'third_party/fbgemm' 2022-09-27T15:14:20.5649694Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:14:20.5665588Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:20.5697500Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:14:20.5711226Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:20.5743510Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:14:20.5757646Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:20.5789633Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:14:20.5803721Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:20.5836694Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:14:20.5851512Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:20.5884260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:14:20.5900564Z Entering 'third_party/fmt' 2022-09-27T15:14:20.5932096Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:14:20.5946694Z Entering 'third_party/foxi' 2022-09-27T15:14:20.5979298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:14:20.5993350Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:20.6025247Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:14:20.6041484Z Entering 'third_party/gloo' 2022-09-27T15:14:20.6073404Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:14:20.6087347Z Entering 'third_party/googletest' 2022-09-27T15:14:20.6119231Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:14:20.6133935Z Entering 'third_party/ideep' 2022-09-27T15:14:20.6165857Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:14:20.6179405Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:20.6210832Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:14:20.6226666Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:20.6259917Z 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-09-27T15:14:20.6279909Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:20.6312191Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:14:20.6326035Z Entering 'third_party/ittapi' 2022-09-27T15:14:20.6359013Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:14:20.6373119Z Entering 'third_party/kineto' 2022-09-27T15:14:20.6405062Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:14:20.6419782Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:20.6451903Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:14:20.6467425Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:20.6499055Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:14:20.6514755Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:20.6547542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:14:20.6561743Z Entering 'third_party/neon2sse' 2022-09-27T15:14:20.6593495Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:14:20.6606891Z Entering 'third_party/nlohmann' 2022-09-27T15:14:20.6640271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:14:20.6656556Z Entering 'third_party/onnx' 2022-09-27T15:14:20.6687997Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:14:20.6714108Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:20.6746763Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:14:20.6760865Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:20.6792971Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:14:20.6809164Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:20.6841246Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:14:20.6854679Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:20.6886743Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:14:20.6906195Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:20.6939177Z 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-09-27T15:14:20.6952872Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:20.6985270Z 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-09-27T15:14:20.6999750Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:20.7031449Z 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-09-27T15:14:20.7050495Z Entering 'third_party/pocketfft' 2022-09-27T15:14:20.7082597Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:14:20.7097367Z Entering 'third_party/protobuf' 2022-09-27T15:14:20.7129874Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:14:20.7147552Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:20.7180613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:14:20.7194628Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:20.7227440Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:14:20.7243571Z Entering 'third_party/psimd' 2022-09-27T15:14:20.7276255Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:14:20.7290734Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:20.7322354Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:14:20.7337092Z Entering 'third_party/pybind11' 2022-09-27T15:14:20.7367794Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:14:20.7383359Z Entering 'third_party/python-enum' 2022-09-27T15:14:20.7414458Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:14:20.7428322Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:20.7460888Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:14:20.7474726Z Entering 'third_party/python-six' 2022-09-27T15:14:20.7506691Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:14:20.7520599Z Entering 'third_party/sleef' 2022-09-27T15:14:20.7552857Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:14:20.7567196Z Entering 'third_party/tbb' 2022-09-27T15:14:20.7598613Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:14:20.7614613Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:20.7648134Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:14:20.7662499Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:20.7693510Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:14:20.7707767Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:20.7740155Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:14:20.7753838Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:20.7785595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:14:20.7800400Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:20.7832949Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:14:20.7846722Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:20.7878968Z 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-09-27T15:14:20.7895768Z Entering 'third_party/zstd' 2022-09-27T15:14:20.7927506Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:14:20.8530145Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:14:20.8794015Z Entering 'android/libs/fbjni' 2022-09-27T15:14:20.8829332Z Entering 'third_party/FP16' 2022-09-27T15:14:20.8864157Z Entering 'third_party/FXdiv' 2022-09-27T15:14:20.8899876Z Entering 'third_party/NNPACK' 2022-09-27T15:14:20.8934850Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:20.8969952Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:20.9004553Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:20.9050478Z Entering 'third_party/benchmark' 2022-09-27T15:14:20.9085867Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:20.9121056Z Entering 'third_party/cub' 2022-09-27T15:14:20.9155754Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:20.9197052Z Entering 'third_party/cutlass' 2022-09-27T15:14:20.9238324Z Entering 'third_party/eigen' 2022-09-27T15:14:20.9276043Z Entering 'third_party/fbgemm' 2022-09-27T15:14:20.9311272Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:20.9345410Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:20.9380297Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:20.9414259Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:20.9450134Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:20.9487678Z Entering 'third_party/fmt' 2022-09-27T15:14:20.9522835Z Entering 'third_party/foxi' 2022-09-27T15:14:20.9558222Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:20.9594306Z Entering 'third_party/gloo' 2022-09-27T15:14:20.9629374Z Entering 'third_party/googletest' 2022-09-27T15:14:20.9665322Z Entering 'third_party/ideep' 2022-09-27T15:14:20.9700263Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:20.9736243Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:20.9777346Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:20.9811775Z Entering 'third_party/ittapi' 2022-09-27T15:14:20.9846067Z Entering 'third_party/kineto' 2022-09-27T15:14:20.9882463Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:20.9916604Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:20.9952246Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:20.9987612Z Entering 'third_party/neon2sse' 2022-09-27T15:14:21.0022518Z Entering 'third_party/nlohmann' 2022-09-27T15:14:21.0060269Z Entering 'third_party/onnx' 2022-09-27T15:14:21.0106186Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:21.0141031Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:21.0177407Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:21.0212059Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:21.0251704Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:21.0287408Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:21.0321469Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:21.0359919Z Entering 'third_party/pocketfft' 2022-09-27T15:14:21.0395726Z Entering 'third_party/protobuf' 2022-09-27T15:14:21.0434757Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:21.0468527Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:21.0505389Z Entering 'third_party/psimd' 2022-09-27T15:14:21.0540879Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:21.0576338Z Entering 'third_party/pybind11' 2022-09-27T15:14:21.0611647Z Entering 'third_party/python-enum' 2022-09-27T15:14:21.0646792Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:21.0680900Z Entering 'third_party/python-six' 2022-09-27T15:14:21.0715562Z Entering 'third_party/sleef' 2022-09-27T15:14:21.0750217Z Entering 'third_party/tbb' 2022-09-27T15:14:21.0787917Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:21.0822839Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:21.0858298Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:21.0891040Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:21.0925467Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:21.0958910Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:21.0996166Z Entering 'third_party/zstd' 2022-09-27T15:14:21.1042650Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:14:21.1295811Z Entering 'android/libs/fbjni' 2022-09-27T15:14:21.1329895Z Entering 'third_party/FP16' 2022-09-27T15:14:21.1365026Z Entering 'third_party/FXdiv' 2022-09-27T15:14:21.1399884Z Entering 'third_party/NNPACK' 2022-09-27T15:14:21.1435299Z Entering 'third_party/QNNPACK' 2022-09-27T15:14:21.1469330Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:14:21.1503799Z Entering 'third_party/XNNPACK' 2022-09-27T15:14:21.1548729Z Entering 'third_party/benchmark' 2022-09-27T15:14:21.1583386Z Entering 'third_party/cpuinfo' 2022-09-27T15:14:21.1619178Z Entering 'third_party/cub' 2022-09-27T15:14:21.1653664Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:14:21.1692818Z Entering 'third_party/cutlass' 2022-09-27T15:14:21.1734647Z Entering 'third_party/eigen' 2022-09-27T15:14:21.1771343Z Entering 'third_party/fbgemm' 2022-09-27T15:14:21.1806581Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:14:21.1839748Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:14:21.1873605Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:14:21.1907292Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:14:21.1942301Z Entering 'third_party/flatbuffers' 2022-09-27T15:14:21.1979723Z Entering 'third_party/fmt' 2022-09-27T15:14:21.2013636Z Entering 'third_party/foxi' 2022-09-27T15:14:21.2048640Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:14:21.2083463Z Entering 'third_party/gloo' 2022-09-27T15:14:21.2117495Z Entering 'third_party/googletest' 2022-09-27T15:14:21.2152024Z Entering 'third_party/ideep' 2022-09-27T15:14:21.2186426Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:14:21.2222900Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:14:21.2264112Z Entering 'third_party/ios-cmake' 2022-09-27T15:14:21.2299785Z Entering 'third_party/ittapi' 2022-09-27T15:14:21.2334958Z Entering 'third_party/kineto' 2022-09-27T15:14:21.2369922Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:14:21.2404368Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:14:21.2440541Z Entering 'third_party/nccl/nccl' 2022-09-27T15:14:21.2476067Z Entering 'third_party/neon2sse' 2022-09-27T15:14:21.2510399Z Entering 'third_party/nlohmann' 2022-09-27T15:14:21.2546631Z Entering 'third_party/onnx' 2022-09-27T15:14:21.2593708Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:14:21.2628856Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:14:21.2665549Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:14:21.2701497Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:14:21.2742243Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:14:21.2778282Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:14:21.2812550Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:14:21.2851448Z Entering 'third_party/pocketfft' 2022-09-27T15:14:21.2885946Z Entering 'third_party/protobuf' 2022-09-27T15:14:21.2923276Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:14:21.2957216Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:14:21.2994581Z Entering 'third_party/psimd' 2022-09-27T15:14:21.3028952Z Entering 'third_party/pthreadpool' 2022-09-27T15:14:21.3063780Z Entering 'third_party/pybind11' 2022-09-27T15:14:21.3099679Z Entering 'third_party/python-enum' 2022-09-27T15:14:21.3133883Z Entering 'third_party/python-peachpy' 2022-09-27T15:14:21.3168609Z Entering 'third_party/python-six' 2022-09-27T15:14:21.3202736Z Entering 'third_party/sleef' 2022-09-27T15:14:21.3236728Z Entering 'third_party/tbb' 2022-09-27T15:14:21.3272936Z Entering 'third_party/tensorpipe' 2022-09-27T15:14:21.3308146Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:14:21.3342268Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:14:21.3376910Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:14:21.3410106Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:14:21.3443858Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:14:21.3480700Z Entering 'third_party/zstd' 2022-09-27T15:14:21.3523440Z ##[endgroup] 2022-09-27T15:14:21.3563895Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:14:21.3591133Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:14:21.3723112Z Prepare all required actions 2022-09-27T15:14:21.3750847Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:14:21.3751094Z ##[endgroup] 2022-09-27T15:14:21.3767400Z ##[group]Run set -euo pipefail 2022-09-27T15:14:21.3767669Z set -euo pipefail 2022-09-27T15:14:21.3767899Z function get_ec2_metadata() { 2022-09-27T15:14:21.3768195Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:14:21.3768575Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:14:21.3768892Z  category=$1 2022-09-27T15:14:21.3769163Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:14:21.3769416Z } 2022-09-27T15:14:21.3769736Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:14:21.3770043Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:14:21.3770389Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:14:21.3770670Z echo "system info $(uname -a)" 2022-09-27T15:14:21.3782430Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:21.3782690Z ##[endgroup] 2022-09-27T15:14:21.3893689Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:14:21.3944955Z instance-id: i-063c79c9925600ab9 2022-09-27T15:14:21.3997590Z instance-type: c5.2xlarge 2022-09-27T15:14:21.4003911Z system info Linux ip-10-0-2-23.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-09-27T15:14:21.4020956Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:14:21.4021237Z if systemctl is-active --quiet docker; then 2022-09-27T15:14:21.4021487Z  echo "Docker daemon is running..."; 2022-09-27T15:14:21.4021690Z else 2022-09-27T15:14:21.4021994Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:14:21.4022232Z fi 2022-09-27T15:14:21.4033329Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:21.4033565Z ##[endgroup] 2022-09-27T15:14:21.4074246Z Docker daemon is running... 2022-09-27T15:14:21.4090742Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:14:21.4091100Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:14:21.4091397Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:14:21.4091906Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:14:21.4092236Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:14:21.4103107Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:21.4103330Z env: 2022-09-27T15:14:21.4103493Z AWS_RETRY_MODE: standard 2022-09-27T15:14:21.4103688Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:14:21.4103897Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:14:21.4104074Z ##[endgroup] 2022-09-27T15:14:22.2207783Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:14:22.2208229Z Configure a credential helper to remove this warning. See 2022-09-27T15:14:22.2208779Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:14:22.2209097Z 2022-09-27T15:14:22.2209228Z Login Succeeded 2022-09-27T15:14:22.2239498Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:14:22.2239844Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:14:22.2240144Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:14:22.2251731Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:22.2251990Z ##[endgroup] 2022-09-27T15:14:22.2325516Z Prepare all required actions 2022-09-27T15:14:22.2326102Z Getting action download info 2022-09-27T15:14:22.7520437Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:14:22.8866173Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:14:22.8866407Z with: 2022-09-27T15:14:22.8866831Z github-secret: *** 2022-09-27T15:14:22.8867036Z ##[endgroup] 2022-09-27T15:14:22.8888420Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:14:22.8888672Z with: 2022-09-27T15:14:22.8889005Z GITHUB_TOKEN: *** 2022-09-27T15:14:22.8889222Z activate-with-label: false 2022-09-27T15:14:22.8889447Z label: with-ssh 2022-09-27T15:14:22.8889672Z remove-existing-keys: true 2022-09-27T15:14:22.8889883Z ##[endgroup] 2022-09-27T15:14:23.3244522Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:14:23.4139966Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:14:23.4152747Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:14:23.4174833Z Login using: ssh ec2-user@ec2-44-202-153-216.compute-1.amazonaws.com 2022-09-27T15:14:23.4271689Z Prepare all required actions 2022-09-27T15:14:23.4324809Z ##[group]Run ./.github/actions/calculate-docker-image 2022-09-27T15:14:23.4325034Z with: 2022-09-27T15:14:23.4325252Z docker-image-name: pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:14:23.4325488Z xla: false 2022-09-27T15:14:23.4325893Z skip_push: true 2022-09-27T15:14:23.4326059Z ##[endgroup] 2022-09-27T15:14:23.4380289Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-09-27T15:14:23.4380536Z if [ -n "${IS_XLA}" ]; then 2022-09-27T15:14:23.4380794Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-09-27T15:14:23.4381073Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-09-27T15:14:23.4381343Z  echo "::set-output name=docker-tag::${DOCKER_TAG}" 2022-09-27T15:14:23.4381642Z  echo "::set-output name=docker-image::${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" 2022-09-27T15:14:23.4381890Z else 2022-09-27T15:14:23.4382132Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-09-27T15:14:23.4382405Z  echo "::set-output name=docker-tag::${DOCKER_TAG}" 2022-09-27T15:14:23.4382687Z  echo "::set-output name=docker-image::${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" 2022-09-27T15:14:23.4382929Z fi 2022-09-27T15:14:23.4394095Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:23.4394313Z env: 2022-09-27T15:14:23.4394474Z IS_XLA: 2022-09-27T15:14:23.4394647Z XLA_IMAGE_TAG: v0.4 2022-09-27T15:14:23.4394940Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:14:23.4395230Z ##[endgroup] 2022-09-27T15:14:23.4476959Z ##[group]Run set -x 2022-09-27T15:14:23.4477329Z set -x 2022-09-27T15:14:23.4477690Z # Check if image already exists, if it does then skip building it 2022-09-27T15:14:23.4478010Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-09-27T15:14:23.4478234Z  exit 0 2022-09-27T15:14:23.4478386Z fi 2022-09-27T15:14:23.4478603Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-09-27T15:14:23.4478876Z  # if we're on the base branch then use the parent commit 2022-09-27T15:14:23.4479130Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-09-27T15:14:23.4479321Z else 2022-09-27T15:14:23.4479551Z  # otherwise we're on a PR, so use the most recent base commit 2022-09-27T15:14:23.4479828Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-09-27T15:14:23.4480111Z fi 2022-09-27T15:14:23.4480343Z # Covers the case where a previous tag doesn't exist for the tree 2022-09-27T15:14:23.4480688Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-09-27T15:14:23.4481013Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-09-27T15:14:23.4481344Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-09-27T15:14:23.4481625Z  exit 1 2022-09-27T15:14:23.4481790Z fi 2022-09-27T15:14:23.4482013Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-09-27T15:14:23.4482342Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-09-27T15:14:23.4482644Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-09-27T15:14:23.4482977Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-09-27T15:14:23.4483323Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-09-27T15:14:23.4483645Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-09-27T15:14:23.4484005Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-09-27T15:14:23.4484298Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-09-27T15:14:23.4484622Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-09-27T15:14:23.4484963Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-09-27T15:14:23.4485319Z  echo ::set-output name=skip_push::true 2022-09-27T15:14:23.4485523Z  fi 2022-09-27T15:14:23.4485670Z fi 2022-09-27T15:14:23.4485962Z echo ::set-output name=rebuild::yes 2022-09-27T15:14:23.4497724Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:23.4497934Z env: 2022-09-27T15:14:23.4498144Z BASE_REVISION: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:14:23.4498530Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:23.4498910Z DOCKER_TAG: e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:23.4499135Z DOCKER_FORCE_PUSH: 2022-09-27T15:14:23.4499317Z ##[endgroup] 2022-09-27T15:14:23.4523655Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:23.6529163Z { 2022-09-27T15:14:23.6530044Z "schemaVersion": 2, 2022-09-27T15:14:23.6530490Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-09-27T15:14:23.6530876Z "config": { 2022-09-27T15:14:23.6531834Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-09-27T15:14:23.6532126Z "size": 28008, 2022-09-27T15:14:23.6532482Z "digest": "sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b" 2022-09-27T15:14:23.6532819Z }, 2022-09-27T15:14:23.6533036Z "layers": [ 2022-09-27T15:14:23.6535079Z { 2022-09-27T15:14:23.6535707Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6536141Z "size": 28572685, 2022-09-27T15:14:23.6536546Z "digest": "sha256:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f" 2022-09-27T15:14:23.6536788Z }, 2022-09-27T15:14:23.6536942Z { 2022-09-27T15:14:23.6537196Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6537442Z "size": 2050, 2022-09-27T15:14:23.6537707Z "digest": "sha256:7249ff1ca2cc3498c3e708314ec8ba33929d2dd52108c0e39fb5a21d3600102a" 2022-09-27T15:14:23.6537947Z }, 2022-09-27T15:14:23.6538081Z { 2022-09-27T15:14:23.6538325Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6538575Z "size": 305637301, 2022-09-27T15:14:23.6538818Z "digest": "sha256:a1a4ad211d43934f981582403a379a535ae0538221fc4b4d9e8c6bfc639bdb57" 2022-09-27T15:14:23.6539053Z }, 2022-09-27T15:14:23.6542134Z { 2022-09-27T15:14:23.6542551Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6543002Z "size": 848, 2022-09-27T15:14:23.6543448Z "digest": "sha256:dac0b0909394572c988303611d58362400342c5ede14653423586068a116b65f" 2022-09-27T15:14:23.6543705Z }, 2022-09-27T15:14:23.6543848Z { 2022-09-27T15:14:23.6544279Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6544766Z "size": 104, 2022-09-27T15:14:23.6545128Z "digest": "sha256:4e5e6fbf81d0c4b53780bafeed6266b9a4db7475be15319006ea4c600282b339" 2022-09-27T15:14:23.6545520Z }, 2022-09-27T15:14:23.6545688Z { 2022-09-27T15:14:23.6545923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6546171Z "size": 408, 2022-09-27T15:14:23.6546432Z "digest": "sha256:1fd57c418b4f490d97791eb9ddce7ab7355374fb3c1357d7a1e41e1af8e94be8" 2022-09-27T15:14:23.6546668Z }, 2022-09-27T15:14:23.6546818Z { 2022-09-27T15:14:23.6547095Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6547450Z "size": 107, 2022-09-27T15:14:23.6548074Z "digest": "sha256:c252dd0cf2921cdbf10e050cb2eecfc05d2aae675f2a07c745ae6db916ed4569" 2022-09-27T15:14:23.6548476Z }, 2022-09-27T15:14:23.6548716Z { 2022-09-27T15:14:23.6549096Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6549455Z "size": 450, 2022-09-27T15:14:23.6549920Z "digest": "sha256:6d1cf6420de5f961adf5fb8c9b1e3e1e839b32e9b5308d9e9fcbead07aceb2eb" 2022-09-27T15:14:23.6550205Z }, 2022-09-27T15:14:23.6550702Z + exit 0 2022-09-27T15:14:23.6552401Z { 2022-09-27T15:14:23.6552961Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6553409Z "size": 1277, 2022-09-27T15:14:23.6553902Z "digest": "sha256:22ff1eeb7cfc406058573975bc99d59809382e737dc452aaecc35e8829c63ae6" 2022-09-27T15:14:23.6554335Z }, 2022-09-27T15:14:23.6554590Z { 2022-09-27T15:14:23.6555039Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6555428Z "size": 477, 2022-09-27T15:14:23.6555784Z "digest": "sha256:d8d2312a3e95516ddde1437eee047ae5aa06956a963b14d5b89d56240c5d68f8" 2022-09-27T15:14:23.6558069Z }, 2022-09-27T15:14:23.6558303Z { 2022-09-27T15:14:23.6558661Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6558935Z "size": 82035942, 2022-09-27T15:14:23.6559210Z "digest": "sha256:6b8fe070c22915b299a22cbb88d2ac49b0d04e54b56714730e619806aa78499c" 2022-09-27T15:14:23.6559441Z }, 2022-09-27T15:14:23.6559590Z { 2022-09-27T15:14:23.6559883Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6560255Z "size": 2502, 2022-09-27T15:14:23.6560687Z "digest": "sha256:f860349178a3e175065ea2d14355c81e5db5ea153359918bf2d9fbbf2d94473d" 2022-09-27T15:14:23.6561119Z }, 2022-09-27T15:14:23.6561301Z { 2022-09-27T15:14:23.6561652Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6562119Z "size": 1868, 2022-09-27T15:14:23.6562558Z "digest": "sha256:b9600c108e0a91db7a35c5ee086f3c52a850d3659233e0c2ecf01e99ff139a01" 2022-09-27T15:14:23.6562970Z }, 2022-09-27T15:14:23.6563230Z { 2022-09-27T15:14:23.6563622Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6564047Z "size": 1778737217, 2022-09-27T15:14:23.6564447Z "digest": "sha256:d7379e9f0242dfe6cc6d879603efe01e1e58bd10f190dc1d3007e60d56c6f342" 2022-09-27T15:14:23.6564813Z }, 2022-09-27T15:14:23.6564961Z { 2022-09-27T15:14:23.6565195Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6565471Z "size": 170, 2022-09-27T15:14:23.6565811Z "digest": "sha256:111b3362d2ab97459620bb55fb81f1a99277025149ebf923701df299f3cd2012" 2022-09-27T15:14:23.6566054Z }, 2022-09-27T15:14:23.6566189Z { 2022-09-27T15:14:23.6566433Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6566681Z "size": 466, 2022-09-27T15:14:23.6566920Z "digest": "sha256:357e25b632e38f67214f688f22ffda63399cf1228f988946857b3775bc9fad2b" 2022-09-27T15:14:23.6567149Z }, 2022-09-27T15:14:23.6567296Z { 2022-09-27T15:14:23.6567526Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6567772Z "size": 44320623, 2022-09-27T15:14:23.6568039Z "digest": "sha256:041ccbc6424ac271ce08efc5166a08ad383228b7e1cd95f80ae921dc3b96ab4a" 2022-09-27T15:14:23.6568277Z }, 2022-09-27T15:14:23.6568425Z { 2022-09-27T15:14:23.6568667Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6568899Z "size": 232, 2022-09-27T15:14:23.6569159Z "digest": "sha256:f83a7aa0ae331e6928fc2a31eba1570ad4826dc470a4f297f917041a34866eed" 2022-09-27T15:14:23.6569400Z }, 2022-09-27T15:14:23.6569536Z { 2022-09-27T15:14:23.6569777Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6570026Z "size": 1113066, 2022-09-27T15:14:23.6570272Z "digest": "sha256:7dd92e4c6366e55deb650456b973671e59ff2d82734d402ea74b13dd3c925e80" 2022-09-27T15:14:23.6570613Z }, 2022-09-27T15:14:23.6570766Z { 2022-09-27T15:14:23.6571000Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6571252Z "size": 2072, 2022-09-27T15:14:23.6571515Z "digest": "sha256:4c3fc199e49b87b4b14f42a1f60110774d65769234dd2e4df37ffbbcab2e30e4" 2022-09-27T15:14:23.6571799Z }, 2022-09-27T15:14:23.6571938Z { 2022-09-27T15:14:23.6572185Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6572432Z "size": 103, 2022-09-27T15:14:23.6572675Z "digest": "sha256:1cf2d121678fc3026490f59ee9104b013a7da4502597a0ac6217cf3dc3aa97ba" 2022-09-27T15:14:23.6572909Z }, 2022-09-27T15:14:23.6573059Z { 2022-09-27T15:14:23.6573289Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6573540Z "size": 452, 2022-09-27T15:14:23.6573805Z "digest": "sha256:3d0511d3c79c6db7799364e77ba5855c80d5dcb8e614394da4f9dffbcd91e7f0" 2022-09-27T15:14:23.6574041Z }, 2022-09-27T15:14:23.6574194Z { 2022-09-27T15:14:23.6574442Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6574682Z "size": 102, 2022-09-27T15:14:23.6574940Z "digest": "sha256:14b2bb0370e4d6cc4a418d1026e53e3081a6a5858248e4ea8e65dc4f716f6d24" 2022-09-27T15:14:23.6575180Z }, 2022-09-27T15:14:23.6575532Z { 2022-09-27T15:14:23.6575793Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6576227Z "size": 882, 2022-09-27T15:14:23.6576668Z "digest": "sha256:8da4048e870a68f7c47e6108e4166a424971c67e8501d7e67e152d141c4034fd" 2022-09-27T15:14:23.6577065Z }, 2022-09-27T15:14:23.6577307Z { 2022-09-27T15:14:23.6577654Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6577898Z "size": 88796590, 2022-09-27T15:14:23.6578165Z "digest": "sha256:df7557c6da37a0e9c05c24125969400ed47d1d04ad55035e69cf855d89be6c17" 2022-09-27T15:14:23.6578403Z }, 2022-09-27T15:14:23.6578538Z { 2022-09-27T15:14:23.6578786Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6579036Z "size": 109, 2022-09-27T15:14:23.6579288Z "digest": "sha256:c47c4a7e8472f5a8482c6c8b7ef9756adb2cc7ccd9f20095205bbee9db914251" 2022-09-27T15:14:23.6579536Z }, 2022-09-27T15:14:23.6579682Z { 2022-09-27T15:14:23.6579914Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6580161Z "size": 559, 2022-09-27T15:14:23.6580422Z "digest": "sha256:fbbb9ed3e8455f23012e32c1eae05374d73b49aec5b246982bb2795454bb4682" 2022-09-27T15:14:23.6580652Z }, 2022-09-27T15:14:23.6580800Z { 2022-09-27T15:14:23.6581040Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6581275Z "size": 1154942, 2022-09-27T15:14:23.6581520Z "digest": "sha256:25c87328e3204a840c560038496f7fe7f7a4070a7e7c47b6b734cc6183295985" 2022-09-27T15:14:23.6581744Z }, 2022-09-27T15:14:23.6581879Z { 2022-09-27T15:14:23.6582122Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6582367Z "size": 103, 2022-09-27T15:14:23.6582624Z "digest": "sha256:6ce6383c8b4c720717f370a9d2790e48d1a463e73f8a43fd9df38bfa9c5fb096" 2022-09-27T15:14:23.6582851Z }, 2022-09-27T15:14:23.6582997Z { 2022-09-27T15:14:23.6583237Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6583473Z "size": 549, 2022-09-27T15:14:23.6583735Z "digest": "sha256:805e81bf1b07ecd692be41e1f7b0b3e0f2c4f5204cb15594d760b95ac4a40ebe" 2022-09-27T15:14:23.6583982Z }, 2022-09-27T15:14:23.6584119Z { 2022-09-27T15:14:23.6584361Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6584608Z "size": 219124649, 2022-09-27T15:14:23.6584854Z "digest": "sha256:658a981e4c728f4bf616f49d9e1af2237e7f635016a8db89274ee21cdce87d3d" 2022-09-27T15:14:23.6585087Z }, 2022-09-27T15:14:23.6585236Z { 2022-09-27T15:14:23.6585465Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6585821Z "size": 107, 2022-09-27T15:14:23.6586086Z "digest": "sha256:6e614c1c92e23f43882c3ddbcce3d5eee6c9737048f798d64116cb9654da6791" 2022-09-27T15:14:23.6586317Z }, 2022-09-27T15:14:23.6586464Z { 2022-09-27T15:14:23.6586711Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6586947Z "size": 1292, 2022-09-27T15:14:23.6587264Z "digest": "sha256:ca8c741a00af2ba20ecc250447172de46f20987811f750a9644bd155be2c8b8f" 2022-09-27T15:14:23.6587500Z }, 2022-09-27T15:14:23.6587633Z { 2022-09-27T15:14:23.6587875Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6588117Z "size": 151, 2022-09-27T15:14:23.6588384Z "digest": "sha256:ec20b9c0ab8c4639144fdcf863a61c731e67f1c155b43ee0f60e1aaab69e6288" 2022-09-27T15:14:23.6588618Z }, 2022-09-27T15:14:23.6588768Z { 2022-09-27T15:14:23.6589011Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6589243Z "size": 646, 2022-09-27T15:14:23.6589503Z "digest": "sha256:4778e25ffa154183b02a32ac21fa2ab3dbf308c0f55354c0ee540a5d3fa925f1" 2022-09-27T15:14:23.6589741Z }, 2022-09-27T15:14:23.6589874Z { 2022-09-27T15:14:23.6590114Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6590361Z "size": 108, 2022-09-27T15:14:23.6590595Z "digest": "sha256:6178951b0ba13a34497ce86d924c04692d70a454234baa0966a1b652ca52ad83" 2022-09-27T15:14:23.6590820Z }, 2022-09-27T15:14:23.6590966Z { 2022-09-27T15:14:23.6591196Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6591438Z "size": 109, 2022-09-27T15:14:23.6591705Z "digest": "sha256:5f80c355afffc6e6091b53c99155af6b3afe3cadd2d95dde0e253127390373af" 2022-09-27T15:14:23.6591945Z }, 2022-09-27T15:14:23.6592089Z { 2022-09-27T15:14:23.6592332Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6592567Z "size": 102, 2022-09-27T15:14:23.6592827Z "digest": "sha256:8fd17095407bf53f02ef550127d9e3ee56a80c25aa85d27e0b3aae2faa35bc5e" 2022-09-27T15:14:23.6593070Z }, 2022-09-27T15:14:23.6593219Z { 2022-09-27T15:14:23.6593449Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6593697Z "size": 421, 2022-09-27T15:14:23.6593947Z "digest": "sha256:7d3e30f6834295dbe1eb39453db505d3346695d9e83b6584f12b59fc04c8232f" 2022-09-27T15:14:23.6594169Z }, 2022-09-27T15:14:23.6594314Z { 2022-09-27T15:14:23.6594556Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6594788Z "size": 111, 2022-09-27T15:14:23.6595052Z "digest": "sha256:df7d91b50502d29b70c09779ff3de1b64d5aec5033b990f114cdeeff4c4e559d" 2022-09-27T15:14:23.6595297Z }, 2022-09-27T15:14:23.6595433Z { 2022-09-27T15:14:23.6595677Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6595959Z "size": 474, 2022-09-27T15:14:23.6596239Z "digest": "sha256:ddc86fc3214ee17b5ebeb6fefc3f5a755bbcaaf93aa7a45f33042ee9b613b101" 2022-09-27T15:14:23.6596491Z }, 2022-09-27T15:14:23.6596640Z { 2022-09-27T15:14:23.6596881Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6597114Z "size": 112, 2022-09-27T15:14:23.6597366Z "digest": "sha256:46ee14c7b52684324e650aada54a2d6458134e2409ebd5b4f7d945a9288ea8dc" 2022-09-27T15:14:23.6597603Z }, 2022-09-27T15:14:23.6597738Z { 2022-09-27T15:14:23.6597981Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6598229Z "size": 447, 2022-09-27T15:14:23.6598468Z "digest": "sha256:9ce9a24e805b25f62039e2573c19462c3902d164bcbcd6f4018d36cea4e1fb73" 2022-09-27T15:14:23.6598703Z }, 2022-09-27T15:14:23.6598851Z { 2022-09-27T15:14:23.6599078Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6599324Z "size": 40880377, 2022-09-27T15:14:23.6599591Z "digest": "sha256:19cd914bfdcb6d3748c18126bd56e2309819c7be5d0491fcaf83cb2be256c093" 2022-09-27T15:14:23.6599832Z }, 2022-09-27T15:14:23.6600008Z { 2022-09-27T15:14:23.6600252Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6600499Z "size": 106, 2022-09-27T15:14:23.6600752Z "digest": "sha256:a7f4338ecba222c8ec19778f51efdce2910a13ab6899db2b5fba1a6191c23bec" 2022-09-27T15:14:23.6601000Z }, 2022-09-27T15:14:23.6601183Z { 2022-09-27T15:14:23.6601415Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6601658Z "size": 295, 2022-09-27T15:14:23.6601914Z "digest": "sha256:c75978fac0913767a892c343f6cbf7e656d2efb6a1b84176e8a22623f0baff4d" 2022-09-27T15:14:23.6602142Z }, 2022-09-27T15:14:23.6602289Z { 2022-09-27T15:14:23.6602531Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6602765Z "size": 106, 2022-09-27T15:14:23.6603021Z "digest": "sha256:f89a91cff89310a75819984c053a528ef018bef74dfabf301cb8af07d6b0d591" 2022-09-27T15:14:23.6603259Z }, 2022-09-27T15:14:23.6603394Z { 2022-09-27T15:14:23.6603638Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6603885Z "size": 402, 2022-09-27T15:14:23.6604134Z "digest": "sha256:f345365236d1e2ea6a0bd72ee6ba693747d23ff922d0c11f319efeea9b244d9d" 2022-09-27T15:14:23.6604373Z }, 2022-09-27T15:14:23.6604519Z { 2022-09-27T15:14:23.6604762Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6604995Z "size": 19646081, 2022-09-27T15:14:23.6605260Z "digest": "sha256:4a3f3d395eb7bfab2471f90ddafeb6280c67044ecfe773934511073c94b48487" 2022-09-27T15:14:23.6605506Z }, 2022-09-27T15:14:23.6605640Z { 2022-09-27T15:14:23.6605976Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6606270Z "size": 108, 2022-09-27T15:14:23.6606555Z "digest": "sha256:e421c81bb4cf2f276d26e1cbbfd49db39aa6fd8b00d910f8375529ce612fba47" 2022-09-27T15:14:23.6606810Z }, 2022-09-27T15:14:23.6606963Z { 2022-09-27T15:14:23.6607198Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6607449Z "size": 1765, 2022-09-27T15:14:23.6607697Z "digest": "sha256:775c0184544e2c74cf7b9166b922a546359b3209f7ee59d41a444f9135d48671" 2022-09-27T15:14:23.6607914Z }, 2022-09-27T15:14:23.6608064Z { 2022-09-27T15:14:23.6608318Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6608559Z "size": 270465290, 2022-09-27T15:14:23.6608828Z "digest": "sha256:5a69da2170e46dfe35fd31fa479f9d664467d7725598760eec3c03cd2332fc8e" 2022-09-27T15:14:23.6609070Z }, 2022-09-27T15:14:23.6609208Z { 2022-09-27T15:14:23.6609453Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6609700Z "size": 165, 2022-09-27T15:14:23.6609953Z "digest": "sha256:d3273d80d5f9a24572019969efe5148d459f759474ffd05a9181b12a57058d8a" 2022-09-27T15:14:23.6610172Z }, 2022-09-27T15:14:23.6610322Z { 2022-09-27T15:14:23.6610567Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6610804Z "size": 7940, 2022-09-27T15:14:23.6611062Z "digest": "sha256:f5905b45d58c5182f96bffadb118d96c8636f483658c6220642d66f5d235becb" 2022-09-27T15:14:23.6611293Z }, 2022-09-27T15:14:23.6611428Z { 2022-09-27T15:14:23.6611671Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6611921Z "size": 8073, 2022-09-27T15:14:23.6612181Z "digest": "sha256:42b9d02069e094d5c0a0190c0437b77b06fe5bf2f67c8dea2e805275c2ac5a5d" 2022-09-27T15:14:23.6612513Z }, 2022-09-27T15:14:23.6612724Z { 2022-09-27T15:14:23.6612960Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6613207Z "size": 304, 2022-09-27T15:14:23.6613465Z "digest": "sha256:c00b10f24e835449ee25ee2af1014432f5d9419c35e7cc81af80533cdc4cc752" 2022-09-27T15:14:23.6613689Z }, 2022-09-27T15:14:23.6613837Z { 2022-09-27T15:14:23.6614077Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6614316Z "size": 108, 2022-09-27T15:14:23.6614648Z "digest": "sha256:93c6c1ce6a86f4b9ad4c02d8988cbe4e5e2554d474eba777c15113f59035c7e4" 2022-09-27T15:14:23.6614896Z }, 2022-09-27T15:14:23.6615031Z { 2022-09-27T15:14:23.6615406Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-09-27T15:14:23.6615661Z "size": 54145478, 2022-09-27T15:14:23.6615985Z "digest": "sha256:239233a602270c45f5c3f1fc35336061e57263ef5a99ad36e797ba61c04d4591" 2022-09-27T15:14:23.6616201Z } 2022-09-27T15:14:23.6616351Z ] 2022-09-27T15:14:23.6616499Z } 2022-09-27T15:14:23.6698995Z Prepare all required actions 2022-09-27T15:14:23.6717736Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:14:23.6717941Z with: 2022-09-27T15:14:23.6718282Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:23.6718619Z ##[endgroup] 2022-09-27T15:14:23.6855929Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:14:23.6856216Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:14:23.6856486Z # ignore output since only exit code is used for conditional 2022-09-27T15:14:23.6856757Z # only pull docker image if it's not available locally 2022-09-27T15:14:23.6857054Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:14:23.6857336Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:14:23.6857521Z fi 2022-09-27T15:14:23.6869015Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:14:23.6869269Z env: 2022-09-27T15:14:23.6869597Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:14:23.6869932Z ##[endgroup] 2022-09-27T15:14:24.0311879Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:14:24.0378206Z 675920708c8b: Pulling fs layer 2022-09-27T15:14:24.0378669Z 7249ff1ca2cc: Pulling fs layer 2022-09-27T15:14:24.0378986Z a1a4ad211d43: Pulling fs layer 2022-09-27T15:14:24.0379264Z dac0b0909394: Pulling fs layer 2022-09-27T15:14:24.0379563Z 4e5e6fbf81d0: Pulling fs layer 2022-09-27T15:14:24.0379926Z 1fd57c418b4f: Pulling fs layer 2022-09-27T15:14:24.0383352Z c252dd0cf292: Pulling fs layer 2022-09-27T15:14:24.0383976Z 6d1cf6420de5: Pulling fs layer 2022-09-27T15:14:24.0384428Z 22ff1eeb7cfc: Pulling fs layer 2022-09-27T15:14:24.0384799Z d8d2312a3e95: Pulling fs layer 2022-09-27T15:14:24.0385177Z 6b8fe070c229: Pulling fs layer 2022-09-27T15:14:24.0385515Z f860349178a3: Pulling fs layer 2022-09-27T15:14:24.0385822Z b9600c108e0a: Pulling fs layer 2022-09-27T15:14:24.0386159Z d7379e9f0242: Pulling fs layer 2022-09-27T15:14:24.0386450Z 4e5e6fbf81d0: Waiting 2022-09-27T15:14:24.0386736Z 111b3362d2ab: Pulling fs layer 2022-09-27T15:14:24.0387070Z 357e25b632e3: Pulling fs layer 2022-09-27T15:14:24.0387384Z 6d1cf6420de5: Waiting 2022-09-27T15:14:24.0387710Z 22ff1eeb7cfc: Waiting 2022-09-27T15:14:24.0388046Z 041ccbc6424a: Pulling fs layer 2022-09-27T15:14:24.0388360Z 1fd57c418b4f: Waiting 2022-09-27T15:14:24.0388679Z c252dd0cf292: Waiting 2022-09-27T15:14:24.0391533Z f83a7aa0ae33: Pulling fs layer 2022-09-27T15:14:24.0391837Z 7dd92e4c6366: Pulling fs layer 2022-09-27T15:14:24.0392046Z 6b8fe070c229: Waiting 2022-09-27T15:14:24.0392238Z 4c3fc199e49b: Pulling fs layer 2022-09-27T15:14:24.0392423Z 1cf2d121678f: Pulling fs layer 2022-09-27T15:14:24.0392628Z 3d0511d3c79c: Pulling fs layer 2022-09-27T15:14:24.0392827Z 14b2bb0370e4: Pulling fs layer 2022-09-27T15:14:24.0393011Z 8da4048e870a: Pulling fs layer 2022-09-27T15:14:24.0393210Z df7557c6da37: Pulling fs layer 2022-09-27T15:14:24.0393393Z b9600c108e0a: Waiting 2022-09-27T15:14:24.0393566Z c47c4a7e8472: Pulling fs layer 2022-09-27T15:14:24.0393801Z fbbb9ed3e845: Pulling fs layer 2022-09-27T15:14:24.0393995Z 25c87328e320: Pulling fs layer 2022-09-27T15:14:24.0394186Z 6ce6383c8b4c: Pulling fs layer 2022-09-27T15:14:24.0394361Z 041ccbc6424a: Waiting 2022-09-27T15:14:24.0394536Z d7379e9f0242: Waiting 2022-09-27T15:14:24.0394721Z 805e81bf1b07: Pulling fs layer 2022-09-27T15:14:24.0394903Z f83a7aa0ae33: Waiting 2022-09-27T15:14:24.0395064Z 111b3362d2ab: Waiting 2022-09-27T15:14:24.0395246Z 658a981e4c72: Pulling fs layer 2022-09-27T15:14:24.0395584Z 7dd92e4c6366: Waiting 2022-09-27T15:14:24.0395741Z 357e25b632e3: Waiting 2022-09-27T15:14:24.0396018Z 6e614c1c92e2: Pulling fs layer 2022-09-27T15:14:24.0396270Z 4c3fc199e49b: Waiting 2022-09-27T15:14:24.0396445Z ca8c741a00af: Pulling fs layer 2022-09-27T15:14:24.0396630Z 14b2bb0370e4: Waiting 2022-09-27T15:14:24.0396941Z 1cf2d121678f: Waiting 2022-09-27T15:14:24.0397358Z 8da4048e870a: Waiting 2022-09-27T15:14:24.0397664Z ec20b9c0ab8c: Pulling fs layer 2022-09-27T15:14:24.0398139Z 4778e25ffa15: Pulling fs layer 2022-09-27T15:14:24.0398536Z 3d0511d3c79c: Waiting 2022-09-27T15:14:24.0398831Z df7557c6da37: Waiting 2022-09-27T15:14:24.0399164Z 6178951b0ba1: Pulling fs layer 2022-09-27T15:14:24.0399337Z dac0b0909394: Waiting 2022-09-27T15:14:24.0399519Z 5f80c355afff: Pulling fs layer 2022-09-27T15:14:24.0399772Z c47c4a7e8472: Waiting 2022-09-27T15:14:24.0399970Z 8fd17095407b: Pulling fs layer 2022-09-27T15:14:24.0400157Z fbbb9ed3e845: Waiting 2022-09-27T15:14:24.0400362Z 7d3e30f68342: Pulling fs layer 2022-09-27T15:14:24.0400534Z 25c87328e320: Waiting 2022-09-27T15:14:24.0400707Z 6ce6383c8b4c: Waiting 2022-09-27T15:14:24.0400891Z df7d91b50502: Pulling fs layer 2022-09-27T15:14:24.0401082Z ddc86fc3214e: Pulling fs layer 2022-09-27T15:14:24.0401267Z 8fd17095407b: Waiting 2022-09-27T15:14:24.0401455Z 46ee14c7b526: Pulling fs layer 2022-09-27T15:14:24.0401627Z 658a981e4c72: Waiting 2022-09-27T15:14:24.0401802Z 4778e25ffa15: Waiting 2022-09-27T15:14:24.0401988Z 9ce9a24e805b: Pulling fs layer 2022-09-27T15:14:24.0402174Z 19cd914bfdcb: Pulling fs layer 2022-09-27T15:14:24.0402371Z a7f4338ecba2: Pulling fs layer 2022-09-27T15:14:24.0402653Z 7d3e30f68342: Waiting 2022-09-27T15:14:24.0402816Z df7d91b50502: Waiting 2022-09-27T15:14:24.0403004Z c75978fac091: Pulling fs layer 2022-09-27T15:14:24.0403191Z 5f80c355afff: Waiting 2022-09-27T15:14:24.0403368Z f89a91cff893: Pulling fs layer 2022-09-27T15:14:24.0403558Z ca8c741a00af: Waiting 2022-09-27T15:14:24.0403854Z ddc86fc3214e: Waiting 2022-09-27T15:14:24.0404027Z f345365236d1: Pulling fs layer 2022-09-27T15:14:24.0404224Z 4a3f3d395eb7: Pulling fs layer 2022-09-27T15:14:24.0404533Z e421c81bb4cf: Pulling fs layer 2022-09-27T15:14:24.0404843Z 775c0184544e: Pulling fs layer 2022-09-27T15:14:24.0405133Z 46ee14c7b526: Waiting 2022-09-27T15:14:24.0405448Z 19cd914bfdcb: Waiting 2022-09-27T15:14:24.0405925Z 5a69da2170e4: Pulling fs layer 2022-09-27T15:14:24.0406205Z 9ce9a24e805b: Waiting 2022-09-27T15:14:24.0406505Z d3273d80d5f9: Pulling fs layer 2022-09-27T15:14:24.0406805Z a7f4338ecba2: Waiting 2022-09-27T15:14:24.0407114Z f5905b45d58c: Pulling fs layer 2022-09-27T15:14:24.0407515Z 775c0184544e: Waiting 2022-09-27T15:14:24.0408088Z 42b9d02069e0: Pulling fs layer 2022-09-27T15:14:24.0408383Z 4a3f3d395eb7: Waiting 2022-09-27T15:14:24.0408881Z f89a91cff893: Waiting 2022-09-27T15:14:24.0409152Z ec20b9c0ab8c: Waiting 2022-09-27T15:14:24.0409454Z c00b10f24e83: Pulling fs layer 2022-09-27T15:14:24.0409771Z e421c81bb4cf: Waiting 2022-09-27T15:14:24.0410086Z 93c6c1ce6a86: Pulling fs layer 2022-09-27T15:14:24.0410378Z f345365236d1: Waiting 2022-09-27T15:14:24.0410670Z 805e81bf1b07: Waiting 2022-09-27T15:14:24.0410959Z 5a69da2170e4: Waiting 2022-09-27T15:14:24.0411251Z 239233a60227: Pulling fs layer 2022-09-27T15:14:24.0411560Z d3273d80d5f9: Waiting 2022-09-27T15:14:24.0411855Z 239233a60227: Waiting 2022-09-27T15:14:24.0412126Z f5905b45d58c: Waiting 2022-09-27T15:14:24.0412415Z c75978fac091: Waiting 2022-09-27T15:14:24.0412709Z 93c6c1ce6a86: Waiting 2022-09-27T15:14:24.0412988Z c00b10f24e83: Waiting 2022-09-27T15:14:24.0413283Z 42b9d02069e0: Waiting 2022-09-27T15:14:24.0413576Z 6e614c1c92e2: Waiting 2022-09-27T15:14:24.1171715Z 7249ff1ca2cc: Verifying Checksum 2022-09-27T15:14:24.1172184Z 7249ff1ca2cc: Download complete 2022-09-27T15:14:24.2180477Z dac0b0909394: Verifying Checksum 2022-09-27T15:14:24.2180774Z dac0b0909394: Download complete 2022-09-27T15:14:24.2866599Z 4e5e6fbf81d0: Download complete 2022-09-27T15:14:24.3542687Z 1fd57c418b4f: Verifying Checksum 2022-09-27T15:14:24.3543155Z 1fd57c418b4f: Download complete 2022-09-27T15:14:24.3784576Z 675920708c8b: Verifying Checksum 2022-09-27T15:14:24.3784946Z 675920708c8b: Download complete 2022-09-27T15:14:24.4471044Z c252dd0cf292: Download complete 2022-09-27T15:14:24.4514932Z 6d1cf6420de5: Verifying Checksum 2022-09-27T15:14:24.4515223Z 6d1cf6420de5: Download complete 2022-09-27T15:14:24.5247939Z 22ff1eeb7cfc: Download complete 2022-09-27T15:14:24.5294050Z d8d2312a3e95: Verifying Checksum 2022-09-27T15:14:24.5297109Z d8d2312a3e95: Download complete 2022-09-27T15:14:24.6407921Z f860349178a3: Download complete 2022-09-27T15:14:24.7268461Z b9600c108e0a: Verifying Checksum 2022-09-27T15:14:24.7268914Z b9600c108e0a: Download complete 2022-09-27T15:14:25.1350856Z 675920708c8b: Pull complete 2022-09-27T15:14:25.2531373Z 7249ff1ca2cc: Pull complete 2022-09-27T15:14:25.5836197Z 6b8fe070c229: Download complete 2022-09-27T15:14:25.6538757Z 111b3362d2ab: Download complete 2022-09-27T15:14:25.7308430Z 357e25b632e3: Verifying Checksum 2022-09-27T15:14:25.7308989Z 357e25b632e3: Download complete 2022-09-27T15:14:26.2312169Z 041ccbc6424a: Verifying Checksum 2022-09-27T15:14:26.2312589Z 041ccbc6424a: Download complete 2022-09-27T15:14:26.3148077Z f83a7aa0ae33: Verifying Checksum 2022-09-27T15:14:26.3148710Z f83a7aa0ae33: Download complete 2022-09-27T15:14:26.4135811Z 7dd92e4c6366: Download complete 2022-09-27T15:14:26.4944962Z 4c3fc199e49b: Verifying Checksum 2022-09-27T15:14:26.4945314Z 4c3fc199e49b: Download complete 2022-09-27T15:14:26.5717698Z 1cf2d121678f: Verifying Checksum 2022-09-27T15:14:26.5718301Z 1cf2d121678f: Download complete 2022-09-27T15:14:26.6924277Z 3d0511d3c79c: Verifying Checksum 2022-09-27T15:14:26.6924635Z 3d0511d3c79c: Download complete 2022-09-27T15:14:26.7875130Z 14b2bb0370e4: Verifying Checksum 2022-09-27T15:14:26.7875481Z 14b2bb0370e4: Download complete 2022-09-27T15:14:26.8585714Z 8da4048e870a: Verifying Checksum 2022-09-27T15:14:26.8586053Z 8da4048e870a: Download complete 2022-09-27T15:14:27.9853364Z df7557c6da37: Verifying Checksum 2022-09-27T15:14:27.9853776Z df7557c6da37: Download complete 2022-09-27T15:14:28.0693157Z a1a4ad211d43: Download complete 2022-09-27T15:14:28.0710853Z c47c4a7e8472: Download complete 2022-09-27T15:14:28.1428973Z fbbb9ed3e845: Download complete 2022-09-27T15:14:28.1773057Z 25c87328e320: Verifying Checksum 2022-09-27T15:14:28.1773633Z 25c87328e320: Download complete 2022-09-27T15:14:28.2102216Z 6ce6383c8b4c: Verifying Checksum 2022-09-27T15:14:28.2705398Z 805e81bf1b07: Verifying Checksum 2022-09-27T15:14:28.2705932Z 805e81bf1b07: Download complete 2022-09-27T15:14:28.3703551Z 6e614c1c92e2: Download complete 2022-09-27T15:14:28.4416714Z ca8c741a00af: Download complete 2022-09-27T15:14:28.5073873Z ec20b9c0ab8c: Verifying Checksum 2022-09-27T15:14:28.5074435Z ec20b9c0ab8c: Download complete 2022-09-27T15:14:28.6142247Z 4778e25ffa15: Verifying Checksum 2022-09-27T15:14:28.6142597Z 4778e25ffa15: Download complete 2022-09-27T15:14:28.7001615Z 6178951b0ba1: Verifying Checksum 2022-09-27T15:14:28.7002460Z 6178951b0ba1: Download complete 2022-09-27T15:14:28.7804489Z 5f80c355afff: Verifying Checksum 2022-09-27T15:14:28.7804851Z 5f80c355afff: Download complete 2022-09-27T15:14:28.8675527Z 8fd17095407b: Verifying Checksum 2022-09-27T15:14:28.8675958Z 8fd17095407b: Download complete 2022-09-27T15:14:28.9779878Z 7d3e30f68342: Verifying Checksum 2022-09-27T15:14:28.9780195Z 7d3e30f68342: Download complete 2022-09-27T15:14:29.0365802Z df7d91b50502: Verifying Checksum 2022-09-27T15:14:29.0366184Z df7d91b50502: Download complete 2022-09-27T15:14:29.1224179Z ddc86fc3214e: Verifying Checksum 2022-09-27T15:14:29.1224570Z ddc86fc3214e: Download complete 2022-09-27T15:14:29.2260074Z 46ee14c7b526: Download complete 2022-09-27T15:14:29.2936799Z 9ce9a24e805b: Download complete 2022-09-27T15:14:30.2825548Z 19cd914bfdcb: Verifying Checksum 2022-09-27T15:14:30.2826019Z 19cd914bfdcb: Download complete 2022-09-27T15:14:30.3700027Z a7f4338ecba2: Verifying Checksum 2022-09-27T15:14:30.4646241Z c75978fac091: Verifying Checksum 2022-09-27T15:14:30.4646787Z c75978fac091: Download complete 2022-09-27T15:14:30.5547944Z f89a91cff893: Download complete 2022-09-27T15:14:30.6378504Z f345365236d1: Verifying Checksum 2022-09-27T15:14:30.6379026Z f345365236d1: Download complete 2022-09-27T15:14:31.3405504Z 4a3f3d395eb7: Verifying Checksum 2022-09-27T15:14:31.3405961Z 4a3f3d395eb7: Download complete 2022-09-27T15:14:31.4299643Z e421c81bb4cf: Verifying Checksum 2022-09-27T15:14:31.4299908Z e421c81bb4cf: Download complete 2022-09-27T15:14:31.5256985Z 775c0184544e: Verifying Checksum 2022-09-27T15:14:31.5257379Z 775c0184544e: Download complete 2022-09-27T15:14:32.8889025Z 658a981e4c72: Verifying Checksum 2022-09-27T15:14:32.8889374Z 658a981e4c72: Download complete 2022-09-27T15:14:32.9680939Z d3273d80d5f9: Verifying Checksum 2022-09-27T15:14:33.0368813Z f5905b45d58c: Download complete 2022-09-27T15:14:33.1534678Z 42b9d02069e0: Verifying Checksum 2022-09-27T15:14:33.1534980Z 42b9d02069e0: Download complete 2022-09-27T15:14:33.2281226Z c00b10f24e83: Download complete 2022-09-27T15:14:33.3092970Z 93c6c1ce6a86: Download complete 2022-09-27T15:14:34.5244579Z a1a4ad211d43: Pull complete 2022-09-27T15:14:34.7450559Z dac0b0909394: Pull complete 2022-09-27T15:14:34.8332956Z 239233a60227: Verifying Checksum 2022-09-27T15:14:34.8333232Z 239233a60227: Download complete 2022-09-27T15:14:34.9120054Z 4e5e6fbf81d0: Pull complete 2022-09-27T15:14:35.1210067Z 1fd57c418b4f: Pull complete 2022-09-27T15:14:35.3524322Z c252dd0cf292: Pull complete 2022-09-27T15:14:35.5964081Z 6d1cf6420de5: Pull complete 2022-09-27T15:14:35.8454214Z 22ff1eeb7cfc: Pull complete 2022-09-27T15:14:36.0928795Z d8d2312a3e95: Pull complete 2022-09-27T15:14:37.9376387Z 6b8fe070c229: Pull complete 2022-09-27T15:14:38.1656528Z f860349178a3: Pull complete 2022-09-27T15:14:38.3200723Z b9600c108e0a: Pull complete 2022-09-27T15:14:39.0240884Z 5a69da2170e4: Verifying Checksum 2022-09-27T15:14:39.0241179Z 5a69da2170e4: Download complete 2022-09-27T15:15:04.2439815Z d7379e9f0242: Download complete 2022-09-27T15:15:22.6315471Z d7379e9f0242: Pull complete 2022-09-27T15:15:22.7976975Z 111b3362d2ab: Pull complete 2022-09-27T15:15:22.9408598Z 357e25b632e3: Pull complete 2022-09-27T15:15:23.7590566Z 041ccbc6424a: Pull complete 2022-09-27T15:15:23.9462620Z f83a7aa0ae33: Pull complete 2022-09-27T15:15:24.1880118Z 7dd92e4c6366: Pull complete 2022-09-27T15:15:24.3711660Z 4c3fc199e49b: Pull complete 2022-09-27T15:15:24.5146373Z 1cf2d121678f: Pull complete 2022-09-27T15:15:24.6534773Z 3d0511d3c79c: Pull complete 2022-09-27T15:15:24.8246614Z 14b2bb0370e4: Pull complete 2022-09-27T15:15:24.9816018Z 8da4048e870a: Pull complete 2022-09-27T15:15:26.9036474Z df7557c6da37: Pull complete 2022-09-27T15:15:27.1411340Z c47c4a7e8472: Pull complete 2022-09-27T15:15:27.3872827Z fbbb9ed3e845: Pull complete 2022-09-27T15:15:27.5382693Z 25c87328e320: Pull complete 2022-09-27T15:15:27.7594704Z 6ce6383c8b4c: Pull complete 2022-09-27T15:15:28.0257769Z 805e81bf1b07: Pull complete 2022-09-27T15:15:32.5877914Z 658a981e4c72: Pull complete 2022-09-27T15:15:32.8005469Z 6e614c1c92e2: Pull complete 2022-09-27T15:15:33.0197474Z ca8c741a00af: Pull complete 2022-09-27T15:15:33.2365375Z ec20b9c0ab8c: Pull complete 2022-09-27T15:15:33.4570453Z 4778e25ffa15: Pull complete 2022-09-27T15:15:33.6800054Z 6178951b0ba1: Pull complete 2022-09-27T15:15:33.9138254Z 5f80c355afff: Pull complete 2022-09-27T15:15:34.1343593Z 8fd17095407b: Pull complete 2022-09-27T15:15:34.3544938Z 7d3e30f68342: Pull complete 2022-09-27T15:15:34.5239842Z df7d91b50502: Pull complete 2022-09-27T15:15:34.7869479Z ddc86fc3214e: Pull complete 2022-09-27T15:15:35.0125038Z 46ee14c7b526: Pull complete 2022-09-27T15:15:35.2479947Z 9ce9a24e805b: Pull complete 2022-09-27T15:15:36.4176614Z 19cd914bfdcb: Pull complete 2022-09-27T15:15:36.5132243Z a7f4338ecba2: Pull complete 2022-09-27T15:15:36.5975959Z c75978fac091: Pull complete 2022-09-27T15:15:36.6769431Z f89a91cff893: Pull complete 2022-09-27T15:15:36.7573095Z f345365236d1: Pull complete 2022-09-27T15:15:37.1788727Z 4a3f3d395eb7: Pull complete 2022-09-27T15:15:37.4229773Z e421c81bb4cf: Pull complete 2022-09-27T15:15:37.6251456Z 775c0184544e: Pull complete 2022-09-27T15:15:41.3527042Z 5a69da2170e4: Pull complete 2022-09-27T15:15:41.5751276Z d3273d80d5f9: Pull complete 2022-09-27T15:15:41.7974329Z f5905b45d58c: Pull complete 2022-09-27T15:15:42.0319696Z 42b9d02069e0: Pull complete 2022-09-27T15:15:42.2278752Z c00b10f24e83: Pull complete 2022-09-27T15:15:42.4419944Z 93c6c1ce6a86: Pull complete 2022-09-27T15:15:44.0398618Z 239233a60227: Pull complete 2022-09-27T15:15:44.1374850Z Digest: sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:15:44.1755741Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:15:44.1926677Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:15:44.1960691Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:15:44.1960954Z .github/scripts/parse_ref.py 2022-09-27T15:15:44.1972550Z shell: /usr/bin/bash -e {0} 2022-09-27T15:15:44.1972758Z ##[endgroup] 2022-09-27T15:15:44.4856451Z Prepare all required actions 2022-09-27T15:15:44.4856715Z Getting action download info 2022-09-27T15:15:44.6566893Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:15:44.8610114Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T15:15:44.8610322Z with: 2022-09-27T15:15:44.8610633Z github-token: *** 2022-09-27T15:15:44.8610818Z ##[endgroup] 2022-09-27T15:15:44.8637499Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:15:44.8637726Z with: 2022-09-27T15:15:44.8637892Z shell: bash 2022-09-27T15:15:44.8638073Z timeout_minutes: 10 2022-09-27T15:15:44.8638244Z max_attempts: 5 2022-09-27T15:15:44.8638429Z retry_wait_seconds: 30 2022-09-27T15:15:44.8638851Z 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 "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T15:15:44.8639215Z polling_interval_seconds: 1 2022-09-27T15:15:44.8639414Z warning_on_retry: true 2022-09-27T15:15:44.8640138Z continue_on_error: false 2022-09-27T15:15:44.8640324Z env: 2022-09-27T15:15:44.8640619Z GITHUB_TOKEN: *** 2022-09-27T15:15:44.8640799Z ##[endgroup] 2022-09-27T15:15:44.9036711Z 2022-09-27T15:15:44.9082294Z + python3 -m pip install requests==2.26.0 2022-09-27T15:15:46.9248343Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:15:46.9482685Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:15:46.9619467Z 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-09-27T15:15:46.9640865Z 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-09-27T15:15:46.9807277Z 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-09-27T15:15:46.9830792Z 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-09-27T15:15:47.2616707Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-063c79c9925600ab9 2022-09-27T15:15:58.5123932Z Traceback (most recent call last): 2022-09-27T15:15:58.5124469Z File ".github/scripts/get_workflow_job_id.py", line 48, in 2022-09-27T15:15:58.5124726Z jobs = response.json()["jobs"] 2022-09-27T15:15:58.5243546Z KeyError: 'jobs' 2022-09-27T15:15:58.5243750Z + GHA_WORKFLOW_JOB_ID= 2022-09-27T15:16:28.9541236Z ##[warning]Attempt 1 failed. Reason: Child_process exited with error code 1 2022-09-27T15:16:28.9547803Z 2022-09-27T15:16:28.9548919Z + python3 -m pip install requests==2.26.0 2022-09-27T15:16:29.1659476Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:16:29.1850313Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:16:29.1980352Z 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-09-27T15:16:29.1992399Z 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-09-27T15:16:29.2144728Z 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-09-27T15:16:29.2154028Z 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-09-27T15:16:29.4710332Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-063c79c9925600ab9 2022-09-27T15:16:32.9750829Z + GHA_WORKFLOW_JOB_ID=8575884204 2022-09-27T15:16:32.9763733Z + echo '::set-output name=job-id::8575884204' 2022-09-27T15:16:33.9588574Z Command completed after 2 attempt(s). 2022-09-27T15:16:33.9588846Z 2022-09-27T15:16:33.9642165Z Prepare all required actions 2022-09-27T15:16:33.9642473Z Getting action download info 2022-09-27T15:16:34.1406060Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-09-27T15:16:34.2973948Z ##[group]Run ./.github/actions/filter-test-configs 2022-09-27T15:16:34.2974177Z with: 2022-09-27T15:16:34.2974558Z github-token: *** 2022-09-27T15:16:34.2975482Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:16:34.2976145Z ##[endgroup] 2022-09-27T15:16:34.3003622Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-09-27T15:16:34.3003858Z with: 2022-09-27T15:16:34.3004008Z shell: bash 2022-09-27T15:16:34.3004189Z timeout_minutes: 10 2022-09-27T15:16:34.3004375Z max_attempts: 5 2022-09-27T15:16:34.3004547Z retry_wait_seconds: 30 2022-09-27T15:16:34.3004804Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:16:34.3005168Z polling_interval_seconds: 1 2022-09-27T15:16:34.3005355Z warning_on_retry: true 2022-09-27T15:16:34.3005550Z continue_on_error: false 2022-09-27T15:16:34.3005734Z env: 2022-09-27T15:16:34.3006015Z GITHUB_TOKEN: *** 2022-09-27T15:16:34.3006201Z ##[endgroup] 2022-09-27T15:16:34.3321942Z 2022-09-27T15:16:34.3370046Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-09-27T15:16:34.5474534Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:16:34.5666655Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:16:34.5796168Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-09-27T15:16:34.5804431Z 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-09-27T15:16:34.5817095Z 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-09-27T15:16:34.5835863Z 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-09-27T15:16:34.5988613Z 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-09-27T15:16:35.3371914Z Command completed after 1 attempt(s). 2022-09-27T15:16:35.3372192Z 2022-09-27T15:16:35.3406503Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:16:35.3406751Z .github/scripts/parse_ref.py 2022-09-27T15:16:35.3418641Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:16:35.3418872Z ##[endgroup] 2022-09-27T15:16:35.3634862Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-09-27T15:16:35.3635164Z .github/scripts/filter_test_configs.py \ 2022-09-27T15:16:35.3635414Z  --test-matrix "{ include: [ 2022-09-27T15:16:35.3635671Z  { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3635975Z  { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3636282Z  { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3636692Z  { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3636988Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3637290Z  { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3637593Z  { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3637909Z  { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, 2022-09-27T15:16:35.3638137Z ]} 2022-09-27T15:16:35.3638304Z " \ 2022-09-27T15:16:35.3638492Z  --pr-number "85462" \ 2022-09-27T15:16:35.3638673Z  --tag "" 2022-09-27T15:16:35.3649955Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:16:35.3650180Z env: 2022-09-27T15:16:35.3650525Z GITHUB_TOKEN: *** 2022-09-27T15:16:35.3650707Z ##[endgroup] 2022-09-27T15:16:35.6811657Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "distributed", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "distributed", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "docs_test", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "jit_legacy", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "backwards_compat", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2022-09-27T15:16:35.6812809Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "default", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "distributed", "shard": 1, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "distributed", "shard": 2, "num_shards": 2, "runner": "linux.2xlarge"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "docs_test", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "jit_legacy", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}, {"config": "backwards_compat", "shard": 1, "num_shards": 1, "runner": "linux.2xlarge"}]}" 2022-09-27T15:16:35.6824715Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:16:35.6824947Z ##[endgroup] 2022-09-27T15:16:35.6850182Z {include: [{config: default, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: default, shard: 2, num_shards: 2, runner: linux.2xlarge}, {config: distributed, shard: 1, num_shards: 2, runner: linux.2xlarge}, {config: distributed, shard: 2, num_shards: 2, runner: linux.2xlarge}, {config: functorch, shard: 1, num_shards: 1, runner: linux.2xlarge}, {config: docs_test, shard: 1, num_shards: 1, runner: linux.2xlarge}, {config: jit_legacy, shard: 1, num_shards: 1, runner: linux.2xlarge}, {config: backwards_compat, shard: 1, num_shards: 1, runner: linux.2xlarge}]} 2022-09-27T15:16:35.6946755Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:16:35.6947114Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:16:35.6947364Z container_name=$(docker run \ 2022-09-27T15:16:35.6947581Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:16:35.6947804Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:16:35.6948023Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:16:35.6948216Z  -e PR_NUMBER \ 2022-09-27T15:16:35.6948398Z  -e SHA1 \ 2022-09-27T15:16:35.6948580Z  -e BRANCH \ 2022-09-27T15:16:35.6948757Z  -e SCCACHE_BUCKET \ 2022-09-27T15:16:35.6948965Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:16:35.6949161Z  -e XLA_CUDA \ 2022-09-27T15:16:35.6949358Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:16:35.6949596Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-09-27T15:16:35.6949846Z  -e TORCH_CUDA_ARCH_LIST \ 2022-09-27T15:16:35.6950033Z  -e PR_LABELS \ 2022-09-27T15:16:35.6950230Z  -e OUR_GITHUB_JOB_ID \ 2022-09-27T15:16:35.6950466Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:16:35.6950711Z  --security-opt seccomp=unconfined \ 2022-09-27T15:16:35.6950935Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:16:35.6951121Z  --tty \ 2022-09-27T15:16:35.6951282Z  --detach \ 2022-09-27T15:16:35.6951471Z  --user jenkins \ 2022-09-27T15:16:35.6951710Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:16:35.6951958Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:16:35.6952150Z  "${DOCKER_IMAGE}" 2022-09-27T15:16:35.6952328Z ) 2022-09-27T15:16:35.6952561Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-09-27T15:16:35.6963383Z shell: /usr/bin/bash -e {0} 2022-09-27T15:16:35.6963574Z env: 2022-09-27T15:16:35.6963784Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:16:35.6963991Z BRANCH: pull/85462 2022-09-27T15:16:35.6964185Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:16:35.6964379Z PR_NUMBER: 85462 2022-09-27T15:16:35.6964573Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:16:35.6964830Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:16:35.6965171Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:16:35.6965437Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:16:35.6965751Z PR_LABELS: [ "triaged", "open source", "cla signed" ] 2022-09-27T15:16:35.6965974Z TORCH_CUDA_ARCH_LIST: 5.2 2022-09-27T15:16:35.6966336Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:16:35.6966652Z XLA_CUDA: 2022-09-27T15:16:35.6966813Z DEBUG: 0 2022-09-27T15:16:35.6966992Z OUR_GITHUB_JOB_ID: 8575884204 2022-09-27T15:16:35.6967169Z ##[endgroup] 2022-09-27T15:16:36.1971923Z ++ dirname .jenkins/pytorch/build.sh 2022-09-27T15:16:36.1977803Z + source .jenkins/pytorch/common.sh 2022-09-27T15:16:36.1980000Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:16:36.1984770Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:16:36.1986783Z +++ declare -f -t trap_add 2022-09-27T15:16:36.1989523Z ++ set -ex 2022-09-27T15:16:36.1989872Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:16:36.1990517Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:16:36.1991110Z ++ [[ '' == *xla* ]] 2022-09-27T15:16:36.1991586Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:16:36.1991928Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:16:36.1992231Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:16:36.1992441Z ++ which conda 2022-09-27T15:16:36.1998944Z /opt/conda/bin/conda 2022-09-27T15:16:36.1999929Z ++ conda install -q -y cmake 2022-09-27T15:16:38.2388474Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:16:38.7079231Z Solving environment: ...working... done 2022-09-27T15:16:38.7969778Z 2022-09-27T15:16:38.7970237Z ## Package Plan ## 2022-09-27T15:16:38.7970426Z 2022-09-27T15:16:38.7970570Z environment location: /opt/conda 2022-09-27T15:16:38.7970762Z 2022-09-27T15:16:38.7970898Z added / updated specs: 2022-09-27T15:16:38.7971324Z - cmake 2022-09-27T15:16:38.7971493Z 2022-09-27T15:16:38.7971500Z 2022-09-27T15:16:38.7971633Z The following packages will be downloaded: 2022-09-27T15:16:38.7971983Z 2022-09-27T15:16:38.7972371Z package | build 2022-09-27T15:16:38.7972968Z ---------------------------|----------------- 2022-09-27T15:16:38.7973529Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:16:38.7974069Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:16:38.7974564Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:16:38.7974972Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:16:38.7975657Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:16:38.7976121Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:16:38.7976653Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:16:38.7977046Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:16:38.7977339Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:16:38.7977796Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:16:38.7978155Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:16:38.7978713Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:16:38.7979197Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:16:38.7979464Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:16:38.7979743Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:16:38.7980135Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:16:38.7980655Z ------------------------------------------------------------ 2022-09-27T15:16:38.7981111Z Total: 13.0 MB 2022-09-27T15:16:38.7981315Z 2022-09-27T15:16:38.7981430Z The following NEW packages will be INSTALLED: 2022-09-27T15:16:38.7981581Z 2022-09-27T15:16:38.7981843Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:16:38.7982189Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:16:38.7982542Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:16:38.7982891Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:16:38.7983219Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:16:38.7983574Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:16:38.7983953Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:16:38.7984330Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:16:38.7984686Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:16:38.7985060Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:16:38.7985420Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:16:38.7986011Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:16:38.7986344Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:16:38.7986692Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:16:38.7986838Z 2022-09-27T15:16:38.7986939Z The following packages will be UPDATED: 2022-09-27T15:16:38.7987076Z 2022-09-27T15:16:38.7987344Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:16:38.7987698Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:16:38.7987849Z 2022-09-27T15:16:38.7987853Z 2022-09-27T15:16:40.0128520Z Preparing transaction: ...working... done 2022-09-27T15:16:40.4455717Z Verifying transaction: ...working... done 2022-09-27T15:16:41.5844812Z Executing transaction: ...working... done 2022-09-27T15:16:41.7092239Z Retrieving notices: ...working... done 2022-09-27T15:16:41.9539717Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:16:41.9542364Z ++ dirname .jenkins/pytorch/build.sh 2022-09-27T15:16:41.9548460Z + source .jenkins/pytorch/common-build.sh 2022-09-27T15:16:41.9551149Z ++ [[ linux-focal-py3.7-gcc7 != *win-* ]] 2022-09-27T15:16:41.9556461Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-09-27T15:16:41.9562340Z +++ cd .jenkins/pytorch 2022-09-27T15:16:41.9562714Z +++ pwd -P 2022-09-27T15:16:41.9564829Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-09-27T15:16:41.9565273Z ++ which sccache 2022-09-27T15:16:41.9572563Z ++ sccache --stop-server 2022-09-27T15:16:41.9594862Z ++ true 2022-09-27T15:16:41.9595142Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-09-27T15:16:41.9602490Z ++ [[ -n 1 ]] 2022-09-27T15:16:41.9602890Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-09-27T15:16:41.9603208Z Skipping sccache server initialization, setting environment variables 2022-09-27T15:16:41.9603475Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:16:41.9603700Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:16:41.9603936Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:16:41.9604204Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:16:41.9604467Z ++ export RUST_LOG=sccache::server=error 2022-09-27T15:16:41.9604674Z ++ RUST_LOG=sccache::server=error 2022-09-27T15:16:41.9604984Z ++ sccache --zero-stats 2022-09-27T15:16:41.9739084Z Compile requests 0 2022-09-27T15:16:41.9739515Z Compile requests executed 0 2022-09-27T15:16:41.9739873Z Cache hits 0 2022-09-27T15:16:41.9740248Z Cache misses 0 2022-09-27T15:16:41.9740602Z Cache timeouts 0 2022-09-27T15:16:41.9740942Z Cache read errors 0 2022-09-27T15:16:41.9741286Z Forced recaches 0 2022-09-27T15:16:41.9741530Z Cache write errors 0 2022-09-27T15:16:41.9741725Z Compilation failures 0 2022-09-27T15:16:41.9741948Z Cache errors 0 2022-09-27T15:16:41.9742402Z Non-cacheable compilations 0 2022-09-27T15:16:41.9742795Z Non-cacheable calls 0 2022-09-27T15:16:41.9743271Z Non-compilation calls 0 2022-09-27T15:16:41.9743557Z Unsupported compiler calls 0 2022-09-27T15:16:41.9743761Z Average cache write 0.000 s 2022-09-27T15:16:41.9743982Z Average cache read miss 0.000 s 2022-09-27T15:16:41.9744194Z Average cache read hit 0.000 s 2022-09-27T15:16:41.9744416Z Failed distributed compilations 0 2022-09-27T15:16:41.9745089Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:16:41.9745510Z ++ trap_add sccache_epilogue EXIT 2022-09-27T15:16:41.9745721Z ++ trap_add_cmd=sccache_epilogue 2022-09-27T15:16:41.9745894Z ++ shift 2022-09-27T15:16:41.9746269Z ++ for trap_add_name in "$@" 2022-09-27T15:16:41.9749316Z ++++ trap -p EXIT 2022-09-27T15:16:41.9751815Z +++ eval 'extract_trap_cmd ' 2022-09-27T15:16:41.9752026Z ++++ extract_trap_cmd 2022-09-27T15:16:41.9752287Z ++++ printf '%s\n' '' 2022-09-27T15:16:41.9752523Z +++ printf '%s\n' sccache_epilogue 2022-09-27T15:16:41.9754556Z ++ trap -- ' 2022-09-27T15:16:41.9754861Z sccache_epilogue' EXIT 2022-09-27T15:16:41.9755048Z ++ which ccache 2022-09-27T15:16:41.9764695Z + [[ linux-focal-py3.7-gcc7 == *-clang7-asan* ]] 2022-09-27T15:16:41.9765336Z + [[ linux-focal-py3.7-gcc7 == *-mobile-*build* ]] 2022-09-27T15:16:41.9765761Z + [[ linux-focal-py3.7-gcc7 == *deploy* ]] 2022-09-27T15:16:41.9765995Z + echo 'Python version:' 2022-09-27T15:16:41.9766184Z Python version: 2022-09-27T15:16:41.9766389Z + python --version 2022-09-27T15:16:41.9778054Z Python 3.7.13 2022-09-27T15:16:41.9779713Z + echo 'GCC version:' 2022-09-27T15:16:41.9779982Z GCC version: 2022-09-27T15:16:41.9780220Z + gcc --version 2022-09-27T15:16:41.9889843Z gcc (Ubuntu 7.5.0-6ubuntu2) 7.5.0 2022-09-27T15:16:41.9890502Z Copyright (C) 2017 Free Software Foundation, Inc. 2022-09-27T15:16:41.9890820Z This is free software; see the source for copying conditions. There is NO 2022-09-27T15:16:41.9891133Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-09-27T15:16:41.9891316Z 2022-09-27T15:16:41.9894675Z + echo 'CMake version:' 2022-09-27T15:16:41.9895043Z CMake version: 2022-09-27T15:16:41.9895700Z + cmake --version 2022-09-27T15:16:41.9936468Z cmake version 3.22.1 2022-09-27T15:16:41.9936677Z 2022-09-27T15:16:41.9936962Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-09-27T15:16:41.9941664Z + echo 'Environment variables:' 2022-09-27T15:16:41.9941912Z Environment variables: 2022-09-27T15:16:41.9942090Z + env 2022-09-27T15:16:41.9948150Z INSTALLED_DB=yes 2022-09-27T15:16:41.9948676Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:16:41.9949024Z PR_LABELS=[ 2022-09-27T15:16:41.9949443Z "triaged", 2022-09-27T15:16:41.9949745Z "open source", 2022-09-27T15:16:41.9950050Z "cla signed" 2022-09-27T15:16:41.9950325Z ] 2022-09-27T15:16:41.9950784Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-09-27T15:16:41.9951189Z HOSTNAME=e4dd1c4d8d7d 2022-09-27T15:16:41.9951882Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_8ce02413-ac6d-4e47-b358-7292ca262f36 2022-09-27T15:16:41.9952401Z GITHUB_ACTION=__self 2022-09-27T15:16:41.9952745Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:16:41.9953313Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:16:41.9953778Z AWS_DEFAULT_REGION=us-east-1 2022-09-27T15:16:41.9954146Z SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:16:41.9954496Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:16:41.9954859Z GITHUB_REF_TYPE=branch 2022-09-27T15:16:41.9955201Z TORCH_CUDA_ARCH_LIST=5.2 2022-09-27T15:16:41.9955435Z XLA_CUDA= 2022-09-27T15:16:41.9956989Z *** 2022-09-27T15:16:41.9957177Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:16:41.9957371Z GITHUB_ACTIONS=true 2022-09-27T15:16:41.9957593Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:16:41.9957841Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:16:41.9958076Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:16:41.9958293Z UCC_HOME=/usr 2022-09-27T15:16:41.9958485Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:16:41.9958687Z GITHUB_REF_PROTECTED=false 2022-09-27T15:16:41.9958870Z HOME=/var/lib/jenkins 2022-09-27T15:16:41.9959103Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:16:41.9959318Z INSTALLED_THRIFT= 2022-09-27T15:16:41.9959477Z UCX_COMMIT= 2022-09-27T15:16:41.9959661Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:16:41.9959847Z UCX_HOME=/usr 2022-09-27T15:16:41.9960251Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_8ce02413-ac6d-4e47-b358-7292ca262f36 2022-09-27T15:16:41.9960692Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:16:41.9961132Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:16:41.9961319Z GITHUB_RUN_ID=3133193930 2022-09-27T15:16:41.9961743Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_8ce02413-ac6d-4e47-b358-7292ca262f36 2022-09-27T15:16:41.9962049Z GITHUB_ACTOR=kongzii 2022-09-27T15:16:41.9962219Z PR_NUMBER=85462 2022-09-27T15:16:41.9962394Z DESIRED_CUDA= 2022-09-27T15:16:41.9962573Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:16:41.9962866Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:16:41.9963092Z TERM=xterm 2022-09-27T15:16:41.9963266Z INSTALLED_VISION=yes 2022-09-27T15:16:41.9963434Z BRANCH=pull/85462 2022-09-27T15:16:41.9963621Z OUR_GITHUB_JOB_ID=8575884204 2022-09-27T15:16:41.9963822Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:16:41.9964010Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:16:41.9964383Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:16:41.9964688Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:16:41.9964991Z UCC_COMMIT= 2022-09-27T15:16:41.9965156Z INSTALLED_ANDROID= 2022-09-27T15:16:41.9965326Z SHLVL=1 2022-09-27T15:16:41.9965484Z MAX_JOBS=6 2022-09-27T15:16:41.9965648Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:16:41.9965991Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:16:41.9966253Z GITHUB_JOB=build 2022-09-27T15:16:41.9966439Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:16:41.9966648Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:16:41.9966845Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:16:41.9967031Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:16:41.9967352Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:16:41.9967645Z GITHUB_BASE_REF=master 2022-09-27T15:16:41.9967808Z CI=true 2022-09-27T15:16:41.9967989Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:16:41.9968227Z RUST_LOG=sccache::server=error 2022-09-27T15:16:41.9968414Z INSTALLED_PROTOBUF=yes 2022-09-27T15:16:41.9968667Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:16:41.9968873Z GITHUB_ACTION_REF= 2022-09-27T15:16:41.9969138Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:16:41.9969372Z GITHUB_WORKFLOW=pull 2022-09-27T15:16:41.9969572Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:16:41.9969772Z SKIP_SCCACHE_INITIALIZATION=1 2022-09-27T15:16:41.9969965Z _=/usr/bin/env 2022-09-27T15:16:41.9970224Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T15:16:41.9970509Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-09-27T15:16:41.9970783Z + [[ linux-focal-py3.7-gcc7 == *\c\a\f\f\e\2* ]] 2022-09-27T15:16:41.9971066Z + [[ linux-focal-py3.7-gcc7 == *\o\n\n\x* ]] 2022-09-27T15:16:41.9971372Z + [[ linux-focal-py3.7-gcc7 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-09-27T15:16:41.9971692Z + [[ linux-focal-py3.7-gcc7 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-09-27T15:16:41.9971978Z + pip_install -r requirements.txt 2022-09-27T15:16:41.9972274Z + pip install --progress-bar off -r requirements.txt 2022-09-27T15:16:42.3607323Z Requirement already satisfied: astunparse in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T15:16:42.3609681Z Requirement already satisfied: expecttest in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T15:16:42.3613497Z Requirement already satisfied: future in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T15:16:42.3617161Z Requirement already satisfied: hypothesis in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (5.35.1) 2022-09-27T15:16:42.3620767Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.18.5) 2022-09-27T15:16:42.3624519Z Requirement already satisfied: psutil in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.2) 2022-09-27T15:16:42.3627674Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T15:16:42.3631208Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.27.1) 2022-09-27T15:16:42.3634542Z Requirement already satisfied: setuptools in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (63.4.1) 2022-09-27T15:16:42.3638043Z Requirement already satisfied: six in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T15:16:42.4018886Z Collecting types-dataclasses 2022-09-27T15:16:42.4176621Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T15:16:42.4225515Z Requirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T15:16:42.4230013Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T15:16:42.4260724Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /opt/conda/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T15:16:42.4493586Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T15:16:42.4499368Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T15:16:42.4697930Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.14) 2022-09-27T15:16:42.4710986Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.3) 2022-09-27T15:16:42.4717646Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.8) 2022-09-27T15:16:42.4729572Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.4) 2022-09-27T15:16:42.4769527Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T15:16:43.1443774Z Installing collected packages: types-dataclasses 2022-09-27T15:16:43.1675005Z Successfully installed types-dataclasses-0.6.6 2022-09-27T15:16:43.3185086Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:16:43.3185395Z + export USE_LLVM=/opt/llvm 2022-09-27T15:16:43.3185612Z + USE_LLVM=/opt/llvm 2022-09-27T15:16:43.3185830Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-09-27T15:16:43.3186052Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-09-27T15:16:43.3186286Z + which conda 2022-09-27T15:16:43.3191688Z /opt/conda/bin/conda 2022-09-27T15:16:43.3191981Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-09-27T15:16:43.3192316Z + CMAKE_PREFIX_PATH=/opt/conda 2022-09-27T15:16:43.3194262Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:16:43.3194797Z + [[ linux-focal-py3.7-gcc7 == *-android* ]] 2022-09-27T15:16:43.3195335Z + [[ linux-focal-py3.7-gcc7 != *android* ]] 2022-09-27T15:16:43.3195731Z + [[ linux-focal-py3.7-gcc7 == *vulkan* ]] 2022-09-27T15:16:43.3196205Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:16:43.3196602Z + '[' -z 6 ']' 2022-09-27T15:16:43.3196926Z + export TORCH_CUDA_ARCH_LIST=5.2 2022-09-27T15:16:43.3197280Z + TORCH_CUDA_ARCH_LIST=5.2 2022-09-27T15:16:43.3197738Z + [[ linux-focal-py3.7-gcc7 == *clang* ]] 2022-09-27T15:16:43.3198223Z + [[ linux-focal-py3.7-gcc7 == *no-ops* ]] 2022-09-27T15:16:43.3198736Z + [[ linux-focal-py3.7-gcc7 == *-pch* ]] 2022-09-27T15:16:43.3199321Z + [[ linux-focal-py3.7-gcc7 == *linux-focal-py3.7-gcc7-build* ]] 2022-09-27T15:16:43.3199979Z + [[ linux-focal-py3.7-gcc7 == pytorch-linux-xenial-py3* ]] 2022-09-27T15:16:43.3200453Z + [[ linux-focal-py3.7-gcc7 == pytorch-linux-focal-py3* ]] 2022-09-27T15:16:43.3201215Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:16:43.3201919Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-09-27T15:16:43.3202275Z The next three invocations are expected to fail with invalid command error messages. 2022-09-27T15:16:43.3203766Z + get_exit_code python setup.py bad_argument 2022-09-27T15:16:43.3204144Z + set +e 2022-09-27T15:16:43.3204463Z + python setup.py bad_argument 2022-09-27T15:16:43.5874747Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:16:43.6137631Z invalid command 'bad_argument' 2022-09-27T15:16:43.6483393Z + retcode=1 2022-09-27T15:16:43.6483864Z + set -e 2022-09-27T15:16:43.6486864Z + return 1 2022-09-27T15:16:43.6487185Z + get_exit_code python setup.py 'clean]' 2022-09-27T15:16:43.6487385Z + set +e 2022-09-27T15:16:43.6487596Z + python setup.py 'clean]' 2022-09-27T15:16:43.9078318Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:16:43.9299710Z invalid command name 'clean]' 2022-09-27T15:16:43.9664393Z + retcode=1 2022-09-27T15:16:43.9664708Z + set -e 2022-09-27T15:16:43.9664859Z + return 1 2022-09-27T15:16:43.9667875Z + get_exit_code python setup.py clean bad_argument 2022-09-27T15:16:43.9668153Z + set +e 2022-09-27T15:16:43.9668343Z + python setup.py clean bad_argument 2022-09-27T15:16:44.2292875Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:16:44.2586178Z invalid command 'bad_argument' 2022-09-27T15:16:44.2946740Z + retcode=1 2022-09-27T15:16:44.2947029Z + set -e 2022-09-27T15:16:44.2947239Z + return 1 2022-09-27T15:16:44.2948940Z + [[ linux-focal-py3.7-gcc7 != *libtorch* ]] 2022-09-27T15:16:44.2949281Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T15:16:44.2949557Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T15:16:44.2949755Z + WERROR=1 2022-09-27T15:16:44.2949929Z + python setup.py bdist_wheel 2022-09-27T15:16:44.5482912Z Building wheel torch-1.13.0a0+git52424e2 2022-09-27T15:16:44.5772356Z -- Building version 1.13.0a0+git52424e2 2022-09-27T15:16:44.5899538Z cmake -DBUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 -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.13.0a0+git52424e2 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DWERROR=1 /var/lib/jenkins/workspace 2022-09-27T15:16:44.6591633Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:16:44.7152821Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:16:44.7272148Z -- Detecting CXX compiler ABI info 2022-09-27T15:16:44.8371288Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:16:44.8452909Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:16:44.8455192Z -- Detecting CXX compile features 2022-09-27T15:16:44.8460233Z -- Detecting CXX compile features - done 2022-09-27T15:16:44.8490091Z -- Detecting C compiler ABI info 2022-09-27T15:16:44.9366875Z -- Detecting C compiler ABI info - done 2022-09-27T15:16:44.9444786Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:16:44.9447400Z -- Detecting C compile features 2022-09-27T15:16:44.9451391Z -- Detecting C compile features - done 2022-09-27T15:16:44.9457138Z -- Not forcing any particular BLAS to be found 2022-09-27T15:16:44.9470190Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-09-27T15:16:44.9470636Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-09-27T15:16:44.9471032Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-09-27T15:16:44.9471328Z cmake_policy command to set the policy and suppress this warning. 2022-09-27T15:16:44.9471769Z Call Stack (most recent call first): 2022-09-27T15:16:44.9472030Z CMakeLists.txt:256 (cmake_dependent_option) 2022-09-27T15:16:44.9472355Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:44.9472643Z  2022-09-27T15:16:44.9473094Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-09-27T15:16:44.9473513Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-09-27T15:16:44.9474277Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-09-27T15:16:44.9474629Z cmake_policy command to set the policy and suppress this warning. 2022-09-27T15:16:44.9474882Z Call Stack (most recent call first): 2022-09-27T15:16:44.9475109Z CMakeLists.txt:287 (cmake_dependent_option) 2022-09-27T15:16:44.9475443Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:44.9475690Z  2022-09-27T15:16:44.9486993Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-09-27T15:16:44.9518240Z -- Performing Test COMPILER_WORKS 2022-09-27T15:16:45.0338181Z -- Performing Test COMPILER_WORKS - Success 2022-09-27T15:16:45.0340830Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-09-27T15:16:45.1995107Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-09-27T15:16:45.1997039Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-09-27T15:16:45.3589250Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-09-27T15:16:45.3590194Z -- std::exception_ptr is supported. 2022-09-27T15:16:45.3591429Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-09-27T15:16:45.3831097Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-09-27T15:16:45.3831521Z -- Turning off deprecation warning due to glog. 2022-09-27T15:16:45.3838692Z -- Performing Test C_HAS_AVX_1 2022-09-27T15:16:45.5575001Z -- Performing Test C_HAS_AVX_1 - Failed 2022-09-27T15:16:45.5575876Z -- Performing Test C_HAS_AVX_2 2022-09-27T15:16:45.7238392Z -- Performing Test C_HAS_AVX_2 - Success 2022-09-27T15:16:45.7240239Z -- Performing Test C_HAS_AVX2_1 2022-09-27T15:16:45.8958726Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-09-27T15:16:45.8959608Z -- Performing Test C_HAS_AVX2_2 2022-09-27T15:16:46.0186073Z -- Performing Test C_HAS_AVX2_2 - Success 2022-09-27T15:16:46.0187697Z -- Performing Test C_HAS_AVX512_1 2022-09-27T15:16:46.1882619Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-09-27T15:16:46.1883675Z -- Performing Test C_HAS_AVX512_2 2022-09-27T15:16:46.3536108Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-09-27T15:16:46.3537616Z -- Performing Test C_HAS_AVX512_3 2022-09-27T15:16:46.3739511Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-09-27T15:16:46.3740417Z -- Performing Test CXX_HAS_AVX_1 2022-09-27T15:16:46.5935768Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-09-27T15:16:46.5937065Z -- Performing Test CXX_HAS_AVX_2 2022-09-27T15:16:46.7303249Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-09-27T15:16:46.7304640Z -- Performing Test CXX_HAS_AVX2_1 2022-09-27T15:16:46.9072066Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-09-27T15:16:46.9072565Z -- Performing Test CXX_HAS_AVX2_2 2022-09-27T15:16:47.0395884Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-09-27T15:16:47.0398102Z -- Performing Test CXX_HAS_AVX512_1 2022-09-27T15:16:47.2114414Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-09-27T15:16:47.2115271Z -- Performing Test CXX_HAS_AVX512_2 2022-09-27T15:16:47.3622008Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-09-27T15:16:47.3622883Z -- Performing Test CXX_HAS_AVX512_3 2022-09-27T15:16:47.3821799Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-09-27T15:16:47.3822191Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-09-27T15:16:47.3824606Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-09-27T15:16:47.5249553Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-09-27T15:16:47.5249959Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-09-27T15:16:47.5256442Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-09-27T15:16:47.6328564Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-09-27T15:16:47.6334252Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-09-27T15:16:47.7287209Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-09-27T15:16:47.7292836Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-09-27T15:16:47.8265147Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-09-27T15:16:47.8346811Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-09-27T15:16:47.8439559Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-09-27T15:16:47.8445694Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-09-27T15:16:47.8446123Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-09-27T15:16:47.8446663Z or a Caffe2 dependent library, the next warning / error will give you more 2022-09-27T15:16:47.8447119Z info. 2022-09-27T15:16:47.8447365Z Call Stack (most recent call first): 2022-09-27T15:16:47.8447594Z cmake/Dependencies.cmake:43 (include) 2022-09-27T15:16:47.8447811Z CMakeLists.txt:725 (include) 2022-09-27T15:16:47.8447938Z 2022-09-27T15:16:47.8448015Z  2022-09-27T15:16:47.8448289Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-09-27T15:16:47.8448646Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-09-27T15:16:47.8448934Z Call Stack (most recent call first): 2022-09-27T15:16:47.8449210Z CMakeLists.txt:725 (include) 2022-09-27T15:16:47.8449359Z 2022-09-27T15:16:47.8449443Z  2022-09-27T15:16:47.8450162Z -- Building using own protobuf under third_party per request. 2022-09-27T15:16:47.8450434Z -- Use custom protobuf build. 2022-09-27T15:16:47.8464752Z -- 2022-09-27T15:16:47.8464995Z -- 3.13.0.0 2022-09-27T15:16:47.8473476Z -- Looking for pthread.h 2022-09-27T15:16:47.9374236Z -- Looking for pthread.h - found 2022-09-27T15:16:47.9375221Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:16:48.0236616Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:16:48.0236996Z -- Check if compiler accepts -pthread 2022-09-27T15:16:48.1165685Z -- Check if compiler accepts -pthread - yes 2022-09-27T15:16:48.1175624Z -- Found Threads: TRUE 2022-09-27T15:16:48.1179932Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-09-27T15:16:48.2196505Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-09-27T15:16:48.2305411Z -- Caffe2 protobuf include directory: $$ 2022-09-27T15:16:48.2321968Z -- Trying to find preferred BLAS backend of choice: MKL 2022-09-27T15:16:48.2335194Z -- MKL_THREADING = OMP 2022-09-27T15:16:48.2338296Z -- Looking for sys/types.h 2022-09-27T15:16:48.3255051Z -- Looking for sys/types.h - found 2022-09-27T15:16:48.3256341Z -- Looking for stdint.h 2022-09-27T15:16:48.4088057Z -- Looking for stdint.h - found 2022-09-27T15:16:48.4088777Z -- Looking for stddef.h 2022-09-27T15:16:48.4973494Z -- Looking for stddef.h - found 2022-09-27T15:16:48.4973951Z -- Check size of void* 2022-09-27T15:16:48.5870653Z -- Check size of void* - done 2022-09-27T15:16:48.8856169Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:48.8856909Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:16:48.8857252Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:48.8857580Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:48.8857907Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:48.8858123Z Call Stack (most recent call first): 2022-09-27T15:16:48.8858415Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:48.8858892Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-09-27T15:16:48.8859164Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-09-27T15:16:48.8859443Z cmake/Dependencies.cmake:206 (find_package) 2022-09-27T15:16:48.8859671Z CMakeLists.txt:725 (include) 2022-09-27T15:16:48.8860057Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:48.8860300Z  2022-09-27T15:16:48.9877286Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:48.9877878Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:16:48.9878191Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:48.9878563Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:48.9878835Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:48.9879113Z Call Stack (most recent call first): 2022-09-27T15:16:48.9879385Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:48.9879664Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-09-27T15:16:48.9879973Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-09-27T15:16:48.9880212Z cmake/Dependencies.cmake:206 (find_package) 2022-09-27T15:16:48.9880436Z CMakeLists.txt:725 (include) 2022-09-27T15:16:48.9880824Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:48.9881068Z  2022-09-27T15:16:48.9894287Z -- Looking for cblas_sgemm 2022-09-27T15:16:49.2804482Z -- Looking for cblas_sgemm - found 2022-09-27T15:16:49.2846047Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-09-27T15:16:49.2846645Z -- MKL include directory: /opt/conda/include 2022-09-27T15:16:49.2846904Z -- MKL OpenMP type: GNU 2022-09-27T15:16:49.2847157Z -- MKL OpenMP library: -fopenmp 2022-09-27T15:16:49.3165042Z -- The ASM compiler identification is GNU 2022-09-27T15:16:49.3183091Z -- Found assembler: /opt/cache/bin/cc 2022-09-27T15:16:49.3294241Z -- Brace yourself, we are building NNPACK 2022-09-27T15:16:49.3333700Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-09-27T15:16:49.3568087Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-09-27T15:16:49.3747923Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-09-27T15:16:49.3748276Z -- NNPACK backend is x86-64 2022-09-27T15:16:49.5764075Z -- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 2022-09-27T15:16:49.5828032Z -- Failed to find LLVM FileCheck 2022-09-27T15:16:49.5859524Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-09-27T15:16:49.5984949Z -- git version: v1.6.1 normalized to 1.6.1 2022-09-27T15:16:49.5985244Z -- Version: 1.6.1 2022-09-27T15:16:49.5991739Z -- Looking for shm_open in rt 2022-09-27T15:16:49.6920064Z -- Looking for shm_open in rt - found 2022-09-27T15:16:49.6927504Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-09-27T15:16:49.7915455Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-09-27T15:16:49.7922901Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-09-27T15:16:49.8917590Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-09-27T15:16:49.8925019Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-09-27T15:16:49.9855090Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-09-27T15:16:49.9862735Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-09-27T15:16:50.0793960Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-09-27T15:16:50.0801607Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-09-27T15:16:50.1834661Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-09-27T15:16:50.1845649Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-09-27T15:16:50.2738730Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-09-27T15:16:50.2745919Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-09-27T15:16:50.3765120Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-09-27T15:16:50.3773180Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-09-27T15:16:50.5045185Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-09-27T15:16:50.5053287Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-09-27T15:16:50.5331249Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-09-27T15:16:50.5339819Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-09-27T15:16:50.6308131Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-09-27T15:16:50.6316416Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-09-27T15:16:50.7252572Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-09-27T15:16:50.7260438Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-09-27T15:16:50.8200682Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-09-27T15:16:50.8211320Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-09-27T15:16:50.9141545Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-09-27T15:16:50.9148496Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-09-27T15:16:50.9383885Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-09-27T15:16:50.9390304Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-09-27T15:16:50.9655084Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-09-27T15:16:50.9662450Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-09-27T15:16:51.0584873Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-09-27T15:16:51.0585536Z -- Performing Test HAVE_STD_REGEX 2022-09-27T15:16:51.0586003Z -- Performing Test HAVE_STD_REGEX 2022-09-27T15:16:51.2913975Z -- Performing Test HAVE_STD_REGEX -- success 2022-09-27T15:16:51.2914348Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-09-27T15:16:51.2914611Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-09-27T15:16:51.3162733Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-09-27T15:16:51.3163085Z -- Performing Test HAVE_POSIX_REGEX 2022-09-27T15:16:51.3163358Z -- Performing Test HAVE_POSIX_REGEX 2022-09-27T15:16:51.4596535Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-09-27T15:16:51.4596865Z -- Performing Test HAVE_STEADY_CLOCK 2022-09-27T15:16:51.4597135Z -- Performing Test HAVE_STEADY_CLOCK 2022-09-27T15:16:51.5970888Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-09-27T15:16:51.6241529Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-09-27T15:16:51.7163282Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-09-27T15:16:51.7184689Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:51.7185423Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:16:51.7185854Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:51.7186205Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:51.7186604Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:51.7187026Z Call Stack (most recent call first): 2022-09-27T15:16:51.7187431Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:51.7187705Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-09-27T15:16:51.7188065Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:51.7188376Z  2022-09-27T15:16:51.7188680Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-09-27T15:16:51.7189263Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:51.7189856Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:16:51.7190327Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:51.7190621Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:51.7190895Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:51.7191299Z Call Stack (most recent call first): 2022-09-27T15:16:51.7191610Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:51.7191883Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-09-27T15:16:51.7192287Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:51.7192572Z  2022-09-27T15:16:51.7193007Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-09-27T15:16:51.7193719Z -- Found OpenMP: TRUE (found version "4.5") 2022-09-27T15:16:51.7195202Z CMake Warning at third_party/fbgemm/CMakeLists.txt:63 (message): 2022-09-27T15:16:51.7195478Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-09-27T15:16:51.7195633Z 2022-09-27T15:16:51.7195717Z  2022-09-27T15:16:51.8204759Z CMake Warning at third_party/fbgemm/CMakeLists.txt:162 (message): 2022-09-27T15:16:51.8205289Z ========== 2022-09-27T15:16:51.8205462Z 2022-09-27T15:16:51.8205622Z  2022-09-27T15:16:51.8205991Z CMake Warning at third_party/fbgemm/CMakeLists.txt:163 (message): 2022-09-27T15:16:51.8206224Z CMAKE_BUILD_TYPE = Release 2022-09-27T15:16:51.8206346Z 2022-09-27T15:16:51.8206426Z  2022-09-27T15:16:51.8206707Z CMake Warning at third_party/fbgemm/CMakeLists.txt:164 (message): 2022-09-27T15:16:51.8206959Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-09-27T15:16:51.8207081Z 2022-09-27T15:16:51.8207161Z  2022-09-27T15:16:51.8207447Z CMake Warning at third_party/fbgemm/CMakeLists.txt:165 (message): 2022-09-27T15:16:51.8207751Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-09-27T15:16:51.8207871Z 2022-09-27T15:16:51.8207950Z  2022-09-27T15:16:51.8208230Z CMake Warning at third_party/fbgemm/CMakeLists.txt:166 (message): 2022-09-27T15:16:51.8208455Z ========== 2022-09-27T15:16:51.8208554Z 2022-09-27T15:16:51.8208619Z  2022-09-27T15:16:51.8240295Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-09-27T15:16:51.9215205Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-09-27T15:16:51.9221830Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-09-27T15:16:52.0173592Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-09-27T15:16:52.0180665Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-09-27T15:16:52.1119067Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-09-27T15:16:52.1125028Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-09-27T15:16:52.2094188Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-09-27T15:16:52.2112415Z ** AsmJit Summary ** 2022-09-27T15:16:52.2112918Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-09-27T15:16:52.2113283Z  ASMJIT_TEST=FALSE 2022-09-27T15:16:52.2113514Z  ASMJIT_TARGET_TYPE=STATIC 2022-09-27T15:16:52.2113783Z  ASMJIT_DEPS=pthread;rt 2022-09-27T15:16:52.2114077Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-09-27T15:16:52.2114341Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-09-27T15:16:52.2114887Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-09-27T15:16:52.2115300Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-09-27T15:16:52.2115691Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-09-27T15:16:52.2163437Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-09-27T15:16:52.2163953Z CMake Warning at cmake/Dependencies.cmake:889 (message): 2022-09-27T15:16:52.2164311Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-09-27T15:16:52.2164566Z Call Stack (most recent call first): 2022-09-27T15:16:52.2164823Z CMakeLists.txt:725 (include) 2022-09-27T15:16:52.2164956Z 2022-09-27T15:16:52.2165040Z  2022-09-27T15:16:52.2182942Z -- Using third party subdirectory Eigen. 2022-09-27T15:16:52.2386481Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "3.0") 2022-09-27T15:16:52.2406053Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found suitable version "3.7.13", minimum required is "3.0") 2022-09-27T15:16:52.2407960Z -- Using third_party/pybind11. 2022-09-27T15:16:52.2408481Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-09-27T15:16:52.3004853Z -- Checking for module 'mpi-c' 2022-09-27T15:16:52.3033705Z -- No package 'mpi-c' found 2022-09-27T15:16:52.3294493Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-09-27T15:16:52.3626308Z -- Checking for module 'mpi-cxx' 2022-09-27T15:16:52.3649224Z -- No package 'mpi-cxx' found 2022-09-27T15:16:52.3919355Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-09-27T15:16:52.3920500Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-09-27T15:16:52.3924714Z CMake Warning at cmake/Dependencies.cmake:1163 (message): 2022-09-27T15:16:52.3925451Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-09-27T15:16:52.3925755Z Call Stack (most recent call first): 2022-09-27T15:16:52.3925967Z CMakeLists.txt:725 (include) 2022-09-27T15:16:52.3926089Z 2022-09-27T15:16:52.3926160Z  2022-09-27T15:16:52.3946444Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:52.3947143Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:16:52.3947575Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:52.3947863Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:52.3948127Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:52.3948353Z Call Stack (most recent call first): 2022-09-27T15:16:52.3948663Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:52.3949012Z cmake/Dependencies.cmake:1218 (find_package) 2022-09-27T15:16:52.3949279Z CMakeLists.txt:725 (include) 2022-09-27T15:16:52.3949584Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:52.3949866Z  2022-09-27T15:16:52.3950501Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:52.3951018Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:16:52.3951316Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:52.3951618Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:52.3951884Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:52.3952097Z Call Stack (most recent call first): 2022-09-27T15:16:52.3952359Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:52.3952633Z cmake/Dependencies.cmake:1218 (find_package) 2022-09-27T15:16:52.3952845Z CMakeLists.txt:725 (include) 2022-09-27T15:16:52.3953160Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:52.3953403Z  2022-09-27T15:16:52.3955313Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-09-27T15:16:52.3955766Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-09-27T15:16:52.3956162Z -- Looking for LLVM in /opt/llvm 2022-09-27T15:16:52.4007652Z -- Found LLVM 9.0.1 2022-09-27T15:16:52.4007933Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-09-27T15:16:52.4011360Z CMake Warning at cmake/Dependencies.cmake:1358 (message): 2022-09-27T15:16:52.4011695Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2022-09-27T15:16:52.4011973Z -DUSE_NCCL=OFF. 2022-09-27T15:16:52.4012157Z Call Stack (most recent call first): 2022-09-27T15:16:52.4012366Z CMakeLists.txt:725 (include) 2022-09-27T15:16:52.4012489Z 2022-09-27T15:16:52.4012568Z  2022-09-27T15:16:52.4151530Z -- Performing Test UV_LINT_W4 2022-09-27T15:16:52.4350283Z -- Performing Test UV_LINT_W4 - Failed 2022-09-27T15:16:52.4356083Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-09-27T15:16:52.4556175Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-09-27T15:16:52.4562168Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-09-27T15:16:52.4763974Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-09-27T15:16:52.4770187Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-09-27T15:16:52.4974877Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-09-27T15:16:52.4981092Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-09-27T15:16:52.5184136Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-09-27T15:16:52.5190064Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-09-27T15:16:52.5394818Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-09-27T15:16:52.5400687Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-09-27T15:16:52.5601275Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-09-27T15:16:52.5607190Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-09-27T15:16:52.5808111Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-09-27T15:16:52.5814540Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-09-27T15:16:52.6014351Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-09-27T15:16:52.6021207Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-09-27T15:16:52.6225817Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-09-27T15:16:52.6231995Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-09-27T15:16:52.6432840Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-09-27T15:16:52.6438559Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-09-27T15:16:52.6639052Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-09-27T15:16:52.6645046Z -- Performing Test UV_LINT_WALL 2022-09-27T15:16:52.7507511Z -- Performing Test UV_LINT_WALL - Success 2022-09-27T15:16:52.7513319Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-09-27T15:16:52.8405822Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-09-27T15:16:52.8412087Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-09-27T15:16:52.9250338Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-09-27T15:16:52.9257008Z -- Performing Test UV_LINT_EXTRA 2022-09-27T15:16:53.0155460Z -- Performing Test UV_LINT_EXTRA - Success 2022-09-27T15:16:53.0161775Z -- Performing Test UV_LINT_UTF8_MSVC 2022-09-27T15:16:53.0367697Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-09-27T15:16:53.0375053Z -- Performing Test UV_F_STRICT_ALIASING 2022-09-27T15:16:53.1203416Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-09-27T15:16:53.1215884Z -- summary of build options: 2022-09-27T15:16:53.1216205Z Install prefix: /var/lib/jenkins/workspace/torch 2022-09-27T15:16:53.1216449Z Target system: Linux 2022-09-27T15:16:53.1216723Z Compiler: 2022-09-27T15:16:53.1216925Z C compiler: /opt/cache/bin/cc 2022-09-27T15:16:53.1217178Z CFLAGS: -fopenmp 2022-09-27T15:16:53.1217302Z 2022-09-27T15:16:53.1229926Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-09-27T15:16:53.1255133Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-09-27T15:16:53.1255792Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-09-27T15:16:53.1256440Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-09-27T15:16:53.1256728Z set the policy and suppress this warning. 2022-09-27T15:16:53.1256857Z 2022-09-27T15:16:53.1257005Z For compatibility with older versions of CMake, option is clearing the 2022-09-27T15:16:53.1257371Z normal variable 'BUILD_BENCHMARK'. 2022-09-27T15:16:53.1257810Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:53.1258200Z  2022-09-27T15:16:53.1258481Z -- Enabling sccache for CXX 2022-09-27T15:16:53.1258875Z -- Enabling sccache for C 2022-09-27T15:16:53.1259097Z -- Gloo build as SHARED library 2022-09-27T15:16:53.1301099Z CMake Warning at cmake/Dependencies.cmake:1509 (message): 2022-09-27T15:16:53.1301419Z Metal is only used in ios builds. 2022-09-27T15:16:53.1301642Z Call Stack (most recent call first): 2022-09-27T15:16:53.1301843Z CMakeLists.txt:725 (include) 2022-09-27T15:16:53.1301969Z 2022-09-27T15:16:53.1302054Z  2022-09-27T15:16:53.1506906Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-09-27T15:16:53.1522676Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found version "3.7.13") 2022-09-27T15:16:53.1526463Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:16:53.1528596Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:16:53.1530741Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:16:53.2358006Z -- 2022-09-27T15:16:53.2358472Z -- ******** Summary ******** 2022-09-27T15:16:53.2358976Z -- CMake version : 3.22.1 2022-09-27T15:16:53.2359410Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:16:53.2359657Z -- System : Linux 2022-09-27T15:16:53.2359925Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:16:53.2360208Z -- C++ compiler version : 7.5.0 2022-09-27T15:16:53.2360633Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-09-27T15:16:53.2360997Z -- Build type : Release 2022-09-27T15:16:53.2361360Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-09-27T15:16:53.2361766Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-09-27T15:16:53.2362108Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:16:53.2362557Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-09-27T15:16:53.2362848Z -- 2022-09-27T15:16:53.2363049Z -- ONNX version : 1.12.0 2022-09-27T15:16:53.2363301Z -- ONNX NAMESPACE : onnx_torch 2022-09-27T15:16:53.2363552Z -- ONNX_USE_LITE_PROTO : OFF 2022-09-27T15:16:53.2363791Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-09-27T15:16:53.2364045Z -- Protobuf_USE_STATIC_LIBS : ON 2022-09-27T15:16:53.2364300Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-09-27T15:16:53.2364528Z -- ONNX_WERROR : OFF 2022-09-27T15:16:53.2364812Z -- ONNX_BUILD_TESTS : OFF 2022-09-27T15:16:53.2365062Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-09-27T15:16:53.2365296Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-09-27T15:16:53.2365540Z -- ONNXIFI_ENABLE_EXT : OFF 2022-09-27T15:16:53.2365747Z -- 2022-09-27T15:16:53.2365946Z -- Protobuf compiler : 2022-09-27T15:16:53.2366189Z -- Protobuf includes : 2022-09-27T15:16:53.2366432Z -- Protobuf libraries : 2022-09-27T15:16:53.2366674Z -- BUILD_ONNX_PYTHON : OFF 2022-09-27T15:16:53.2381225Z -- 2022-09-27T15:16:53.2381625Z -- ******** Summary ******** 2022-09-27T15:16:53.2382014Z -- CMake version : 3.22.1 2022-09-27T15:16:53.2382384Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:16:53.2382784Z -- System : Linux 2022-09-27T15:16:53.2383046Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:16:53.2383334Z -- C++ compiler version : 7.5.0 2022-09-27T15:16:53.2383788Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-09-27T15:16:53.2384208Z -- Build type : Release 2022-09-27T15:16:53.2384536Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-09-27T15:16:53.2385279Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-09-27T15:16:53.2385666Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:16:53.2386184Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-09-27T15:16:53.2386469Z -- 2022-09-27T15:16:53.2386684Z -- ONNX version : 1.4.1 2022-09-27T15:16:53.2387013Z -- ONNX NAMESPACE : onnx_torch 2022-09-27T15:16:53.2387248Z -- ONNX_BUILD_TESTS : OFF 2022-09-27T15:16:53.2387491Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-09-27T15:16:53.2387730Z -- ONNX_USE_LITE_PROTO : OFF 2022-09-27T15:16:53.2387971Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-09-27T15:16:53.2388155Z -- 2022-09-27T15:16:53.2388366Z -- Protobuf compiler : 2022-09-27T15:16:53.2388604Z -- Protobuf includes : 2022-09-27T15:16:53.2388825Z -- Protobuf libraries : 2022-09-27T15:16:53.2389064Z -- BUILD_ONNX_PYTHON : OFF 2022-09-27T15:16:53.2389411Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-09-27T15:16:53.2389711Z -- Adding -DNDEBUG to compile flags 2022-09-27T15:16:53.2407441Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-09-27T15:16:53.2648476Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-09-27T15:16:53.2650055Z CMake Warning at cmake/Dependencies.cmake:1709 (message): 2022-09-27T15:16:53.2650795Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-09-27T15:16:53.2651078Z Call Stack (most recent call first): 2022-09-27T15:16:53.2651296Z CMakeLists.txt:725 (include) 2022-09-27T15:16:53.2651432Z 2022-09-27T15:16:53.2651519Z  2022-09-27T15:16:53.2677404Z -- Could not find hardware support for NEON on this machine. 2022-09-27T15:16:53.2677857Z -- No OMAP3 processor on this machine. 2022-09-27T15:16:53.2678135Z -- No OMAP4 processor on this machine. 2022-09-27T15:16:53.2687817Z -- Found a library with LAPACK API (mkl). 2022-09-27T15:16:53.2688543Z disabling CUDA because NOT USE_CUDA is set 2022-09-27T15:16:53.2688879Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-09-27T15:16:53.2689219Z disabling ROCM because NOT USE_ROCM is set 2022-09-27T15:16:53.2689511Z -- MIOpen not found. Compiling without MIOpen support 2022-09-27T15:16:53.2692364Z -- Will build oneDNN Graph 2022-09-27T15:16:53.2705110Z -- MKLDNN_CPU_RUNTIME = OMP 2022-09-27T15:16:53.2720846Z -- cmake version: 3.22.1 2022-09-27T15:16:53.2721480Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-09-27T15:16:53.2722034Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-09-27T15:16:53.2722267Z of CMake. 2022-09-27T15:16:53.2722370Z 2022-09-27T15:16:53.2722576Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-09-27T15:16:53.2722871Z policies are deprecated and that a policy should be set to OLD only under 2022-09-27T15:16:53.2723251Z specific short-term circumstances. Projects should be ported to the NEW 2022-09-27T15:16:53.2723536Z behavior and not rely on setting a policy to OLD. 2022-09-27T15:16:53.2723682Z 2022-09-27T15:16:53.2723750Z  2022-09-27T15:16:53.2737018Z -- DNNL_TARGET_ARCH: X64 2022-09-27T15:16:53.2747362Z -- DNNL_LIBRARY_NAME: dnnl 2022-09-27T15:16:53.2796024Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:53.2796739Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:16:53.2797329Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:53.2797758Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:53.2798164Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:53.2798591Z Call Stack (most recent call first): 2022-09-27T15:16:53.2798912Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:53.2799546Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-09-27T15:16:53.2799922Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-09-27T15:16:53.2800292Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:53.2800547Z  2022-09-27T15:16:53.2800794Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-09-27T15:16:53.2801582Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:53.2802191Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:16:53.2802796Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:53.2803319Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:53.2803769Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:53.2803998Z Call Stack (most recent call first): 2022-09-27T15:16:53.2804252Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:53.2804653Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-09-27T15:16:53.2805101Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-09-27T15:16:53.2805478Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:53.2805711Z  2022-09-27T15:16:53.2805980Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-09-27T15:16:53.2846962Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-09-27T15:16:53.3033576Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.7.13", minimum required is "2.7") 2022-09-27T15:16:53.3047287Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-09-27T15:16:53.3098270Z -- Enabled workload: TRAINING 2022-09-27T15:16:53.3098721Z -- Enabled primitives: ALL 2022-09-27T15:16:53.3099078Z -- Enabled primitive CPU ISA: ALL 2022-09-27T15:16:53.3099328Z -- Enabled primitive GPU ISA: ALL 2022-09-27T15:16:53.3142372Z -- Primitive cache is enabled 2022-09-27T15:16:53.3296206Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-09-27T15:16:53.4485403Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-09-27T15:16:53.4487488Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-09-27T15:16:53.5359791Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-09-27T15:16:53.5362064Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-09-27T15:16:53.6949138Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-09-27T15:16:53.7131647Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot 2022-09-27T15:16:53.7529091Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:53.7529807Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:16:53.7530381Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:53.7530971Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:53.7531376Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:53.7531605Z Call Stack (most recent call first): 2022-09-27T15:16:53.7531876Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:53.7532230Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-09-27T15:16:53.7532606Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-09-27T15:16:53.7533395Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:53.7533760Z  2022-09-27T15:16:53.7534491Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:16:53.7534901Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:16:53.7535213Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:16:53.7535784Z problems in calling code that expects `find_package` result variables 2022-09-27T15:16:53.7536062Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:16:53.7536293Z Call Stack (most recent call first): 2022-09-27T15:16:53.7536549Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:16:53.7536916Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-09-27T15:16:53.7537246Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-09-27T15:16:53.7537595Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:16:53.7537828Z  2022-09-27T15:16:53.7552791Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-09-27T15:16:53.7575683Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-09-27T15:16:53.7620786Z -- Graph compiler backend is disabled. 2022-09-27T15:16:53.7627295Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-09-27T15:16:53.7638165Z -- Compiled partition cache is enabled 2022-09-27T15:16:53.7669672Z -- Found MKL-DNN: TRUE 2022-09-27T15:16:53.7672701Z -- Looking for clock_gettime in rt 2022-09-27T15:16:53.8529691Z -- Looking for clock_gettime in rt - found 2022-09-27T15:16:53.8530203Z -- Looking for mmap 2022-09-27T15:16:53.9373646Z -- Looking for mmap - found 2022-09-27T15:16:53.9373956Z -- Looking for shm_open 2022-09-27T15:16:54.0233751Z -- Looking for shm_open - found 2022-09-27T15:16:54.0234088Z -- Looking for shm_unlink 2022-09-27T15:16:54.1077579Z -- Looking for shm_unlink - found 2022-09-27T15:16:54.1077943Z -- Looking for malloc_usable_size 2022-09-27T15:16:54.1924345Z -- Looking for malloc_usable_size - found 2022-09-27T15:16:54.1925799Z -- Performing Test C_HAS_THREAD 2022-09-27T15:16:54.2833141Z -- Performing Test C_HAS_THREAD - Success 2022-09-27T15:16:54.2871380Z -- Version: 7.0.3 2022-09-27T15:16:54.2871816Z -- Build type: Release 2022-09-27T15:16:54.2874414Z -- CXX_STANDARD: 14 2022-09-27T15:16:54.2881117Z -- Performing Test has_std_14_flag 2022-09-27T15:16:54.3919019Z -- Performing Test has_std_14_flag - Success 2022-09-27T15:16:54.3926613Z -- Performing Test has_std_1y_flag 2022-09-27T15:16:54.4869384Z -- Performing Test has_std_1y_flag - Success 2022-09-27T15:16:54.4871272Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-09-27T15:16:54.5832136Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-09-27T15:16:54.5833227Z -- Performing Test FMT_HAS_VARIANT 2022-09-27T15:16:54.6862080Z -- Performing Test FMT_HAS_VARIANT - Success 2022-09-27T15:16:54.6864223Z -- Required features: cxx_variadic_templates 2022-09-27T15:16:54.6870276Z -- Looking for strtod_l 2022-09-27T15:16:54.7423830Z -- Looking for strtod_l - not found 2022-09-27T15:16:54.7431286Z -- Using CPU-only version of Kineto 2022-09-27T15:16:54.7431844Z -- Configuring Kineto dependency: 2022-09-27T15:16:54.7432457Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-09-27T15:16:54.7432969Z -- KINETO_BUILD_TESTS = OFF 2022-09-27T15:16:54.7433422Z -- KINETO_LIBRARY_TYPE = static 2022-09-27T15:16:54.7647905Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.7.13") 2022-09-27T15:16:54.7649293Z INFO CUDA_SOURCE_DIR =  2022-09-27T15:16:54.7649717Z INFO ROCM_SOURCE_DIR =  2022-09-27T15:16:54.7820204Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-09-27T15:16:54.8161682Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-09-27T15:16:54.8162379Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-09-27T15:16:54.8163300Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-09-27T15:16:54.8163823Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-09-27T15:16:54.8165746Z -- Configured Kineto (CPU) 2022-09-27T15:16:54.8174954Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-09-27T15:16:54.8183595Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-09-27T15:16:55.1220694Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-09-27T15:16:55.1228291Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-09-27T15:16:55.3176864Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-09-27T15:16:55.3183547Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-09-27T15:16:55.5759701Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-09-27T15:16:55.5767256Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-09-27T15:16:55.8050340Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-09-27T15:16:55.8057837Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-09-27T15:16:55.9176356Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-09-27T15:16:55.9182827Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-09-27T15:16:56.0262270Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-09-27T15:16:56.0269168Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-09-27T15:16:56.1334034Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-09-27T15:16:56.1341074Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-09-27T15:16:56.2411264Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-09-27T15:16:56.2419031Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-09-27T15:16:56.3454144Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-09-27T15:16:56.3461767Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-09-27T15:16:56.4534581Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-09-27T15:16:56.4542135Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-09-27T15:16:56.5630906Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-09-27T15:16:56.5638600Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-09-27T15:16:56.6702078Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-09-27T15:16:56.6709185Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-09-27T15:16:56.7761493Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-09-27T15:16:56.7768909Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-09-27T15:16:56.8894335Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-09-27T15:16:56.8901685Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-09-27T15:16:56.9970234Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-09-27T15:16:56.9977705Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-09-27T15:16:57.0240559Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-09-27T15:16:57.0247636Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-09-27T15:16:57.1282950Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-09-27T15:16:57.1290255Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-09-27T15:16:57.2343862Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-09-27T15:16:57.2350920Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-09-27T15:16:57.3390295Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-09-27T15:16:57.3397312Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-09-27T15:16:57.4439218Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-09-27T15:16:57.4446635Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-09-27T15:16:57.5554904Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-09-27T15:16:57.5561658Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-09-27T15:16:57.6682364Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-09-27T15:16:57.6690395Z -- Performing Test HAS_WERROR_FORMAT 2022-09-27T15:16:57.7820136Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-09-27T15:16:57.7828375Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-09-27T15:16:57.8072047Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-09-27T15:16:57.8078570Z -- Performing Test HAS_WERROR_SIGN_COMPARE 2022-09-27T15:16:57.9116968Z -- Performing Test HAS_WERROR_SIGN_COMPARE - Success 2022-09-27T15:16:57.9124030Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-09-27T15:16:58.0158673Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-09-27T15:16:58.0208112Z -- Looking for backtrace 2022-09-27T15:16:58.1127208Z -- Looking for backtrace - found 2022-09-27T15:16:58.1128691Z -- backtrace facility detected in default set of libraries 2022-09-27T15:16:58.1130866Z -- Found Backtrace: /usr/include 2022-09-27T15:16:58.1132314Z -- don't use NUMA 2022-09-27T15:17:01.2765199Z -- headers outputs: 2022-09-27T15:17:08.1767118Z -- sources outputs: 2022-09-27T15:17:09.4538483Z -- declarations_yaml outputs: 2022-09-27T15:17:09.4594077Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-09-27T15:17:09.5663132Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-09-27T15:17:09.6006334Z -- Using ATen parallel backend: OMP 2022-09-27T15:17:09.6018936Z disabling CUDA because USE_CUDA is set false 2022-09-27T15:17:09.6559559Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-09-27T15:17:09.6560192Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-09-27T15:17:09.6560420Z of CMake. 2022-09-27T15:17:09.6560533Z 2022-09-27T15:17:09.6560761Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-09-27T15:17:09.6561078Z policies are deprecated and that a policy should be set to OLD only under 2022-09-27T15:17:09.6561456Z specific short-term circumstances. Projects should be ported to the NEW 2022-09-27T15:17:09.6561733Z behavior and not rely on setting a policy to OLD. 2022-09-27T15:17:09.6561880Z 2022-09-27T15:17:09.6561962Z  2022-09-27T15:17:09.7091407Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1q") 2022-09-27T15:17:09.7115501Z -- Check size of long double 2022-09-27T15:17:09.8091150Z -- Check size of long double - done 2022-09-27T15:17:09.8091973Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-09-27T15:17:09.9048317Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-09-27T15:17:09.9049334Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-09-27T15:17:09.9994708Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-09-27T15:17:09.9995293Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-09-27T15:17:10.1222601Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-09-27T15:17:10.1223516Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-09-27T15:17:10.2466000Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-09-27T15:17:10.2467201Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-09-27T15:17:10.3694934Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-09-27T15:17:10.3696561Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-09-27T15:17:10.4906930Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-09-27T15:17:10.4908079Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-09-27T15:17:10.6095451Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-09-27T15:17:10.6096946Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-09-27T15:17:10.7366517Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-09-27T15:17:10.7398605Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-09-27T15:17:10.8384154Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-09-27T15:17:10.8385571Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-09-27T15:17:10.9330850Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-09-27T15:17:10.9331475Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-09-27T15:17:11.0311033Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-09-27T15:17:11.0311572Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-09-27T15:17:11.1410726Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-09-27T15:17:11.1528127Z -- Configuring build for SLEEF-v3.6.0 2022-09-27T15:17:11.1529538Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-09-27T15:17:11.1530086Z  Target processor: x86_64 2022-09-27T15:17:11.1530601Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-09-27T15:17:11.1531107Z  Host processor: x86_64 2022-09-27T15:17:11.1531610Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-09-27T15:17:11.1532058Z  CMake: 3.22.1 2022-09-27T15:17:11.1532667Z  Make program: /usr/bin/make 2022-09-27T15:17:11.1533571Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-09-27T15:17:11.1534253Z -- Building shared libs : OFF 2022-09-27T15:17:11.1534645Z -- Building static test bins: OFF 2022-09-27T15:17:11.1535033Z -- MPFR : LIB_MPFR-NOTFOUND 2022-09-27T15:17:11.1535692Z -- GMP : LIBGMP-NOTFOUND 2022-09-27T15:17:11.1536152Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-09-27T15:17:11.1536570Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-09-27T15:17:11.1536940Z -- OPENSSL : 1.1.1q 2022-09-27T15:17:11.1537350Z -- SDE : SDE_COMMAND-NOTFOUND 2022-09-27T15:17:11.1537742Z -- RUNNING_ON_TRAVIS : 2022-09-27T15:17:11.1538154Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-09-27T15:17:11.1538535Z  2022-09-27T15:17:11.1539011Z *** Note: Parallel build is only supported with Ninja *** 2022-09-27T15:17:11.1539436Z  2022-09-27T15:17:11.1637098Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-09-27T15:17:11.1637801Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-09-27T15:17:11.1638560Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-09-27T15:17:11.1639275Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-09-27T15:17:11.3514942Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-09-27T15:17:11.4545173Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-09-27T15:17:11.4553692Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-09-27T15:17:11.5748274Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-09-27T15:17:11.5757821Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-09-27T15:17:11.6790155Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-09-27T15:17:11.6817264Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-09-27T15:17:11.8939021Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-09-27T15:17:11.8958159Z CMake Warning (dev) at torch/CMakeLists.txt:473: 2022-09-27T15:17:11.8958436Z Syntax Warning in cmake code at column 107 2022-09-27T15:17:11.8958597Z 2022-09-27T15:17:11.8958725Z Argument not separated from preceding token by whitespace. 2022-09-27T15:17:11.8959091Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:17:11.8959345Z  2022-09-27T15:17:11.8959602Z CMake Warning (dev) at torch/CMakeLists.txt:473: 2022-09-27T15:17:11.8959851Z Syntax Warning in cmake code at column 115 2022-09-27T15:17:11.8959990Z 2022-09-27T15:17:11.8960122Z Argument not separated from preceding token by whitespace. 2022-09-27T15:17:11.8960471Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:17:11.8960707Z  2022-09-27T15:17:11.9439796Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:17:11.9440511Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:17:11.9440928Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:17:11.9441277Z problems in calling code that expects `find_package` result variables 2022-09-27T15:17:11.9441590Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:17:11.9441932Z Call Stack (most recent call first): 2022-09-27T15:17:11.9442327Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:17:11.9443130Z caffe2/CMakeLists.txt:1263 (find_package) 2022-09-27T15:17:11.9443758Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:17:11.9444184Z  2022-09-27T15:17:11.9444925Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:17:11.9445570Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:17:11.9446202Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:17:11.9446749Z problems in calling code that expects `find_package` result variables 2022-09-27T15:17:11.9447129Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:17:11.9447397Z Call Stack (most recent call first): 2022-09-27T15:17:11.9447719Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:17:11.9448019Z caffe2/CMakeLists.txt:1263 (find_package) 2022-09-27T15:17:11.9448402Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:17:11.9448659Z  2022-09-27T15:17:11.9448922Z -- pytorch is compiling with OpenMP. 2022-09-27T15:17:11.9449178Z OpenMP CXX_FLAGS: -fopenmp. 2022-09-27T15:17:11.9449585Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-09-27T15:17:11.9450452Z -- Caffe2 is compiling with OpenMP. 2022-09-27T15:17:11.9450749Z OpenMP CXX_FLAGS: -fopenmp. 2022-09-27T15:17:11.9451129Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-09-27T15:17:11.9916956Z -- Using lib/python3.7/site-packages as python relative installation path 2022-09-27T15:17:12.0317061Z CMake Warning at CMakeLists.txt:1090 (message): 2022-09-27T15:17:12.0317496Z Generated cmake files are only fully tested if one builds with system glog, 2022-09-27T15:17:12.0317873Z gflags, and protobuf. Other settings may generate files that are not well 2022-09-27T15:17:12.0318168Z tested. 2022-09-27T15:17:12.0318276Z 2022-09-27T15:17:12.0318364Z  2022-09-27T15:17:12.0324441Z -- 2022-09-27T15:17:12.0324910Z -- ******** Summary ******** 2022-09-27T15:17:12.0325267Z -- General: 2022-09-27T15:17:12.0325687Z -- CMake version : 3.22.1 2022-09-27T15:17:12.0326168Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:17:12.0326517Z -- System : Linux 2022-09-27T15:17:12.0326941Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:17:12.0327386Z -- C++ compiler id : GNU 2022-09-27T15:17:12.0327829Z -- C++ compiler version : 7.5.0 2022-09-27T15:17:12.0328189Z -- Using ccache if found : ON 2022-09-27T15:17:12.0328609Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-09-27T15:17:12.0331946Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow 2022-09-27T15:17:12.0334302Z -- Build type : Release 2022-09-27T15:17:12.0335479Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS 2022-09-27T15:17:12.0336617Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.7/site-packages;/opt/conda 2022-09-27T15:17:12.0337176Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:17:12.0337442Z -- USE_GOLD_LINKER : OFF 2022-09-27T15:17:12.0337644Z -- 2022-09-27T15:17:12.0337928Z -- TORCH_VERSION : 1.13.0 2022-09-27T15:17:12.0338345Z -- CAFFE2_VERSION : 1.13.0 2022-09-27T15:17:12.0338794Z -- BUILD_CAFFE2 : OFF 2022-09-27T15:17:12.0339170Z -- BUILD_CAFFE2_OPS : OFF 2022-09-27T15:17:12.0339416Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-09-27T15:17:12.0339680Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-09-27T15:17:12.0339941Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-09-27T15:17:12.0340167Z -- BUILD_BINARY : OFF 2022-09-27T15:17:12.0340402Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-09-27T15:17:12.0340646Z -- Link local protobuf : ON 2022-09-27T15:17:12.0340865Z -- BUILD_DOCS : OFF 2022-09-27T15:17:12.0341102Z -- BUILD_PYTHON : True 2022-09-27T15:17:12.0341342Z -- Python version : 3.7.13 2022-09-27T15:17:12.0341608Z -- Python executable : /opt/conda/bin/python 2022-09-27T15:17:12.0341879Z -- Pythonlibs version : 3.7.13 2022-09-27T15:17:12.0342190Z -- Python library : /opt/conda/lib/libpython3.7m.so.1.0 2022-09-27T15:17:12.0342570Z -- Python includes : /opt/conda/include/python3.7m 2022-09-27T15:17:12.0342882Z -- Python site-packages: lib/python3.7/site-packages 2022-09-27T15:17:12.0343211Z -- BUILD_SHARED_LIBS : ON 2022-09-27T15:17:12.0343487Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-09-27T15:17:12.0343731Z -- BUILD_TEST : True 2022-09-27T15:17:12.0344013Z -- BUILD_JNI : OFF 2022-09-27T15:17:12.0344256Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-09-27T15:17:12.0344485Z -- BUILD_LITE_INTERPRETER: OFF 2022-09-27T15:17:12.0344775Z -- INTERN_BUILD_MOBILE : 2022-09-27T15:17:12.0345020Z -- TRACING_BASED : OFF 2022-09-27T15:17:12.0345235Z -- USE_BLAS : 1 2022-09-27T15:17:12.0345507Z -- BLAS : mkl 2022-09-27T15:17:12.0345735Z -- BLAS_HAS_SBGEMM : 2022-09-27T15:17:12.0345950Z -- USE_LAPACK : 1 2022-09-27T15:17:12.0346205Z -- LAPACK : mkl 2022-09-27T15:17:12.0346456Z -- USE_ASAN : OFF 2022-09-27T15:17:12.0346674Z -- USE_CPP_CODE_COVERAGE : OFF 2022-09-27T15:17:12.0346916Z -- USE_CUDA : OFF 2022-09-27T15:17:12.0347188Z -- USE_ROCM : OFF 2022-09-27T15:17:12.0347401Z -- USE_EIGEN_FOR_BLAS : 2022-09-27T15:17:12.0347639Z -- USE_FBGEMM : ON 2022-09-27T15:17:12.0347925Z -- USE_FAKELOWP : OFF 2022-09-27T15:17:12.0348159Z -- USE_KINETO : ON 2022-09-27T15:17:12.0348377Z -- USE_FFMPEG : OFF 2022-09-27T15:17:12.0348656Z -- USE_GFLAGS : OFF 2022-09-27T15:17:12.0348880Z -- USE_GLOG : OFF 2022-09-27T15:17:12.0349093Z -- USE_LEVELDB : OFF 2022-09-27T15:17:12.0349377Z -- USE_LITE_PROTO : OFF 2022-09-27T15:17:12.0349606Z -- USE_LMDB : OFF 2022-09-27T15:17:12.0349816Z -- USE_METAL : OFF 2022-09-27T15:17:12.0350094Z -- USE_PYTORCH_METAL : OFF 2022-09-27T15:17:12.0350351Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-09-27T15:17:12.0350582Z -- USE_MPS : OFF 2022-09-27T15:17:12.0350857Z -- USE_FFTW : OFF 2022-09-27T15:17:12.0351087Z -- USE_MKL : ON 2022-09-27T15:17:12.0351303Z -- USE_MKLDNN : ON 2022-09-27T15:17:12.0351580Z -- USE_MKLDNN_ACL : OFF 2022-09-27T15:17:12.0351818Z -- USE_MKLDNN_CBLAS : OFF 2022-09-27T15:17:12.0352031Z -- USE_UCC : OFF 2022-09-27T15:17:12.0352273Z -- USE_ITT : ON 2022-09-27T15:17:12.0352524Z -- USE_NCCL : OFF 2022-09-27T15:17:12.0352739Z -- USE_NNPACK : ON 2022-09-27T15:17:12.0352965Z -- USE_NUMPY : ON 2022-09-27T15:17:12.0353294Z -- USE_OBSERVERS : ON 2022-09-27T15:17:12.0353518Z -- USE_OPENCL : OFF 2022-09-27T15:17:12.0353756Z -- USE_OPENCV : OFF 2022-09-27T15:17:12.0354026Z -- USE_OPENMP : ON 2022-09-27T15:17:12.0354241Z -- USE_TBB : OFF 2022-09-27T15:17:12.0354467Z -- USE_VULKAN : OFF 2022-09-27T15:17:12.0354741Z -- USE_PROF : OFF 2022-09-27T15:17:12.0354966Z -- USE_QNNPACK : ON 2022-09-27T15:17:12.0355232Z -- USE_PYTORCH_QNNPACK : ON 2022-09-27T15:17:12.0355525Z -- USE_XNNPACK : ON 2022-09-27T15:17:12.0355752Z -- USE_REDIS : OFF 2022-09-27T15:17:12.0355979Z -- USE_ROCKSDB : OFF 2022-09-27T15:17:12.0356250Z -- USE_ZMQ : OFF 2022-09-27T15:17:12.0356477Z -- USE_DISTRIBUTED : ON 2022-09-27T15:17:12.0356701Z -- USE_MPI : OFF 2022-09-27T15:17:12.0356936Z -- USE_GLOO : ON 2022-09-27T15:17:12.0357226Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-09-27T15:17:12.0357461Z -- USE_TENSORPIPE : ON 2022-09-27T15:17:12.0357692Z -- USE_DEPLOY : OFF 2022-09-27T15:17:12.0358104Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-09-27T15:17:12.0358754Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-09-27T15:17:12.0359170Z -- USE_COREML_DELEGATE : OFF 2022-09-27T15:17:12.0359421Z -- BUILD_LAZY_TS_BACKEND : ON 2022-09-27T15:17:12.0433108Z -- Configuring done 2022-09-27T15:17:13.3413369Z CMake Warning at caffe2/CMakeLists.txt:807 (add_library): 2022-09-27T15:17:13.3413987Z Cannot generate a safe runtime search path for target torch_cpu because 2022-09-27T15:17:13.3414359Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3414594Z directories: 2022-09-27T15:17:13.3414692Z 2022-09-27T15:17:13.3414941Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3415211Z /opt/conda/lib 2022-09-27T15:17:13.3415460Z 2022-09-27T15:17:13.3415577Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3415724Z 2022-09-27T15:17:13.3415795Z  2022-09-27T15:17:13.3619925Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3620382Z Cannot generate a safe runtime search path for target Dict_test because 2022-09-27T15:17:13.3620960Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3621334Z directories: 2022-09-27T15:17:13.3621453Z 2022-09-27T15:17:13.3621697Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3621953Z /opt/conda/lib 2022-09-27T15:17:13.3622100Z 2022-09-27T15:17:13.3622227Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3622375Z 2022-09-27T15:17:13.3622462Z  2022-09-27T15:17:13.3651675Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3652120Z Cannot generate a safe runtime search path for target Dimname_test because 2022-09-27T15:17:13.3652654Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3653042Z directories: 2022-09-27T15:17:13.3653178Z 2022-09-27T15:17:13.3653419Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3653666Z /opt/conda/lib 2022-09-27T15:17:13.3653794Z 2022-09-27T15:17:13.3653957Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3654107Z 2022-09-27T15:17:13.3654191Z  2022-09-27T15:17:13.3684094Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3684517Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-09-27T15:17:13.3685117Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3685769Z directories: 2022-09-27T15:17:13.3685877Z 2022-09-27T15:17:13.3686123Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3686359Z /opt/conda/lib 2022-09-27T15:17:13.3686468Z 2022-09-27T15:17:13.3686582Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3686725Z 2022-09-27T15:17:13.3686805Z  2022-09-27T15:17:13.3716666Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3717194Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-09-27T15:17:13.3717783Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3718056Z directories: 2022-09-27T15:17:13.3718149Z 2022-09-27T15:17:13.3718385Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3718637Z /opt/conda/lib 2022-09-27T15:17:13.3718746Z 2022-09-27T15:17:13.3718865Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3719009Z 2022-09-27T15:17:13.3719077Z  2022-09-27T15:17:13.3749178Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3749700Z Cannot generate a safe runtime search path for target apply_utils_test 2022-09-27T15:17:13.3750232Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3750458Z directories: 2022-09-27T15:17:13.3750571Z 2022-09-27T15:17:13.3750806Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3751053Z /opt/conda/lib 2022-09-27T15:17:13.3751162Z 2022-09-27T15:17:13.3751277Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3751407Z 2022-09-27T15:17:13.3751485Z  2022-09-27T15:17:13.3782208Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3782587Z Cannot generate a safe runtime search path for target atest because files 2022-09-27T15:17:13.3782899Z in some directories may conflict with libraries in implicit directories: 2022-09-27T15:17:13.3783070Z 2022-09-27T15:17:13.3783306Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3783559Z /opt/conda/lib 2022-09-27T15:17:13.3783669Z 2022-09-27T15:17:13.3783784Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3783918Z 2022-09-27T15:17:13.3784003Z  2022-09-27T15:17:13.3814118Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3814456Z Cannot generate a safe runtime search path for target basic because files 2022-09-27T15:17:13.3814762Z in some directories may conflict with libraries in implicit directories: 2022-09-27T15:17:13.3814934Z 2022-09-27T15:17:13.3815169Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3815635Z /opt/conda/lib 2022-09-27T15:17:13.3815745Z 2022-09-27T15:17:13.3815859Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3816003Z 2022-09-27T15:17:13.3816074Z  2022-09-27T15:17:13.3846139Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3846578Z Cannot generate a safe runtime search path for target broadcast_test 2022-09-27T15:17:13.3846894Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3847126Z directories: 2022-09-27T15:17:13.3847234Z 2022-09-27T15:17:13.3847471Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3847721Z /opt/conda/lib 2022-09-27T15:17:13.3847829Z 2022-09-27T15:17:13.3847931Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3848076Z 2022-09-27T15:17:13.3848156Z  2022-09-27T15:17:13.3878758Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3879480Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-09-27T15:17:13.3880021Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3880264Z directories: 2022-09-27T15:17:13.3880371Z 2022-09-27T15:17:13.3880615Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3880849Z /opt/conda/lib 2022-09-27T15:17:13.3880959Z 2022-09-27T15:17:13.3881143Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3881293Z 2022-09-27T15:17:13.3881376Z  2022-09-27T15:17:13.3910946Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3911301Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.3911603Z cpu_profiling_allocator_test because files in some directories may conflict 2022-09-27T15:17:13.3911926Z with libraries in implicit directories: 2022-09-27T15:17:13.3912079Z 2022-09-27T15:17:13.3912321Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3912555Z /opt/conda/lib 2022-09-27T15:17:13.3912724Z 2022-09-27T15:17:13.3912847Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3912991Z 2022-09-27T15:17:13.3913073Z  2022-09-27T15:17:13.3943775Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3944198Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-09-27T15:17:13.3944586Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3944849Z directories: 2022-09-27T15:17:13.3944983Z 2022-09-27T15:17:13.3945291Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3945543Z /opt/conda/lib 2022-09-27T15:17:13.3945653Z 2022-09-27T15:17:13.3945766Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3945963Z 2022-09-27T15:17:13.3946042Z  2022-09-27T15:17:13.3975806Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.3976201Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-09-27T15:17:13.3976514Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.3976746Z directories: 2022-09-27T15:17:13.3976866Z 2022-09-27T15:17:13.3977168Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.3977419Z /opt/conda/lib 2022-09-27T15:17:13.3977527Z 2022-09-27T15:17:13.3977629Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.3977775Z 2022-09-27T15:17:13.3977855Z  2022-09-27T15:17:13.4007562Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4007907Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-09-27T15:17:13.4008205Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4008447Z directories: 2022-09-27T15:17:13.4008554Z 2022-09-27T15:17:13.4008786Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4009034Z /opt/conda/lib 2022-09-27T15:17:13.4009130Z 2022-09-27T15:17:13.4009244Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4009389Z 2022-09-27T15:17:13.4009472Z  2022-09-27T15:17:13.4039566Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4039908Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.4040210Z extension_backend_test because files in some directories may conflict with 2022-09-27T15:17:13.4040471Z libraries in implicit directories: 2022-09-27T15:17:13.4040602Z 2022-09-27T15:17:13.4040835Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4041210Z /opt/conda/lib 2022-09-27T15:17:13.4041318Z 2022-09-27T15:17:13.4041431Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4041574Z 2022-09-27T15:17:13.4041653Z  2022-09-27T15:17:13.4071281Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4071744Z Cannot generate a safe runtime search path for target half_test because 2022-09-27T15:17:13.4072142Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4072726Z directories: 2022-09-27T15:17:13.4072894Z 2022-09-27T15:17:13.4073139Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4073388Z /opt/conda/lib 2022-09-27T15:17:13.4073497Z 2022-09-27T15:17:13.4073611Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4073754Z 2022-09-27T15:17:13.4073820Z  2022-09-27T15:17:13.4103508Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4103989Z Cannot generate a safe runtime search path for target ivalue_test because 2022-09-27T15:17:13.4104533Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4104911Z directories: 2022-09-27T15:17:13.4105021Z 2022-09-27T15:17:13.4105258Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4105507Z /opt/conda/lib 2022-09-27T15:17:13.4105614Z 2022-09-27T15:17:13.4105731Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4105864Z 2022-09-27T15:17:13.4105944Z  2022-09-27T15:17:13.4135834Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4136310Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-09-27T15:17:13.4136888Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4137186Z directories: 2022-09-27T15:17:13.4137294Z 2022-09-27T15:17:13.4137534Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4137782Z /opt/conda/lib 2022-09-27T15:17:13.4137878Z 2022-09-27T15:17:13.4137993Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4138137Z 2022-09-27T15:17:13.4138215Z  2022-09-27T15:17:13.4168462Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4169160Z Cannot generate a safe runtime search path for target math_kernel_test 2022-09-27T15:17:13.4169715Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4169955Z directories: 2022-09-27T15:17:13.4170063Z 2022-09-27T15:17:13.4170304Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4170541Z /opt/conda/lib 2022-09-27T15:17:13.4170647Z 2022-09-27T15:17:13.4170760Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4170907Z 2022-09-27T15:17:13.4170987Z  2022-09-27T15:17:13.4200733Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4201209Z Cannot generate a safe runtime search path for target memory_format_test 2022-09-27T15:17:13.4201788Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4202216Z directories: 2022-09-27T15:17:13.4202414Z 2022-09-27T15:17:13.4202845Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4203130Z /opt/conda/lib 2022-09-27T15:17:13.4203240Z 2022-09-27T15:17:13.4203354Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4203500Z 2022-09-27T15:17:13.4203579Z  2022-09-27T15:17:13.4234522Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4235004Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.4235562Z memory_overlapping_test because files in some directories may conflict with 2022-09-27T15:17:13.4236238Z libraries in implicit directories: 2022-09-27T15:17:13.4236446Z 2022-09-27T15:17:13.4236685Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4236938Z /opt/conda/lib 2022-09-27T15:17:13.4237046Z 2022-09-27T15:17:13.4237162Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4237294Z 2022-09-27T15:17:13.4237374Z  2022-09-27T15:17:13.4268001Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4268547Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-09-27T15:17:13.4269105Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4269540Z directories: 2022-09-27T15:17:13.4269731Z 2022-09-27T15:17:13.4270171Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4270620Z /opt/conda/lib 2022-09-27T15:17:13.4270800Z 2022-09-27T15:17:13.4270999Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4271186Z 2022-09-27T15:17:13.4271267Z  2022-09-27T15:17:13.4299930Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4300405Z Cannot generate a safe runtime search path for target native_test because 2022-09-27T15:17:13.4300979Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4301399Z directories: 2022-09-27T15:17:13.4301600Z 2022-09-27T15:17:13.4301950Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4302189Z /opt/conda/lib 2022-09-27T15:17:13.4302297Z 2022-09-27T15:17:13.4302413Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4302556Z 2022-09-27T15:17:13.4302638Z  2022-09-27T15:17:13.4332283Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4332818Z Cannot generate a safe runtime search path for target operator_name_test 2022-09-27T15:17:13.4333316Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4333554Z directories: 2022-09-27T15:17:13.4333660Z 2022-09-27T15:17:13.4333884Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4334132Z /opt/conda/lib 2022-09-27T15:17:13.4334241Z 2022-09-27T15:17:13.4334359Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4334503Z 2022-09-27T15:17:13.4334587Z  2022-09-27T15:17:13.4364935Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4365542Z Cannot generate a safe runtime search path for target operators_test 2022-09-27T15:17:13.4366110Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4366498Z directories: 2022-09-27T15:17:13.4366688Z 2022-09-27T15:17:13.4367140Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4367590Z /opt/conda/lib 2022-09-27T15:17:13.4367782Z 2022-09-27T15:17:13.4367988Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4368260Z 2022-09-27T15:17:13.4368368Z  2022-09-27T15:17:13.4397041Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4397747Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.4398131Z packedtensoraccessor_test because files in some directories may conflict 2022-09-27T15:17:13.4398394Z with libraries in implicit directories: 2022-09-27T15:17:13.4398530Z 2022-09-27T15:17:13.4398773Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4399020Z /opt/conda/lib 2022-09-27T15:17:13.4399131Z 2022-09-27T15:17:13.4399234Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4399514Z 2022-09-27T15:17:13.4399595Z  2022-09-27T15:17:13.4429173Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4429901Z Cannot generate a safe runtime search path for target pow_test because 2022-09-27T15:17:13.4430305Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4430535Z directories: 2022-09-27T15:17:13.4430641Z 2022-09-27T15:17:13.4430993Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4431235Z /opt/conda/lib 2022-09-27T15:17:13.4431348Z 2022-09-27T15:17:13.4431464Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4431609Z 2022-09-27T15:17:13.4431691Z  2022-09-27T15:17:13.4461740Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4462418Z Cannot generate a safe runtime search path for target quantized_test 2022-09-27T15:17:13.4462913Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4463159Z directories: 2022-09-27T15:17:13.4463265Z 2022-09-27T15:17:13.4463507Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4463743Z /opt/conda/lib 2022-09-27T15:17:13.4463855Z 2022-09-27T15:17:13.4463968Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4464113Z 2022-09-27T15:17:13.4464192Z  2022-09-27T15:17:13.4494407Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4495114Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-09-27T15:17:13.4495830Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4496271Z directories: 2022-09-27T15:17:13.4496441Z 2022-09-27T15:17:13.4496711Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4496964Z /opt/conda/lib 2022-09-27T15:17:13.4497078Z 2022-09-27T15:17:13.4497191Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4497335Z 2022-09-27T15:17:13.4497402Z  2022-09-27T15:17:13.4527041Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4527703Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.4528206Z reportMemoryUsage_test because files in some directories may conflict with 2022-09-27T15:17:13.4528470Z libraries in implicit directories: 2022-09-27T15:17:13.4528603Z 2022-09-27T15:17:13.4528844Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4529094Z /opt/conda/lib 2022-09-27T15:17:13.4529201Z 2022-09-27T15:17:13.4529302Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4529448Z 2022-09-27T15:17:13.4529528Z  2022-09-27T15:17:13.4560088Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4560592Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-09-27T15:17:13.4561174Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4561492Z directories: 2022-09-27T15:17:13.4561599Z 2022-09-27T15:17:13.4561840Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4562094Z /opt/conda/lib 2022-09-27T15:17:13.4562190Z 2022-09-27T15:17:13.4562308Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4562453Z 2022-09-27T15:17:13.4562534Z  2022-09-27T15:17:13.4592188Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4592723Z Cannot generate a safe runtime search path for target scalar_test because 2022-09-27T15:17:13.4593264Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4593685Z directories: 2022-09-27T15:17:13.4593877Z 2022-09-27T15:17:13.4594275Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4594514Z /opt/conda/lib 2022-09-27T15:17:13.4594624Z 2022-09-27T15:17:13.4594737Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4594883Z 2022-09-27T15:17:13.4594963Z  2022-09-27T15:17:13.4625425Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4625917Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.4626628Z stride_properties_test because files in some directories may conflict with 2022-09-27T15:17:13.4626973Z libraries in implicit directories: 2022-09-27T15:17:13.4627094Z 2022-09-27T15:17:13.4627332Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4627581Z /opt/conda/lib 2022-09-27T15:17:13.4627688Z 2022-09-27T15:17:13.4627802Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4627951Z 2022-09-27T15:17:13.4628018Z  2022-09-27T15:17:13.4658131Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4658644Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-09-27T15:17:13.4659214Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4659646Z directories: 2022-09-27T15:17:13.4659842Z 2022-09-27T15:17:13.4660171Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4660419Z /opt/conda/lib 2022-09-27T15:17:13.4660527Z 2022-09-27T15:17:13.4660641Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4660778Z 2022-09-27T15:17:13.4660859Z  2022-09-27T15:17:13.4689850Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4690350Z Cannot generate a safe runtime search path for target test_parallel because 2022-09-27T15:17:13.4690888Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4691304Z directories: 2022-09-27T15:17:13.4691495Z 2022-09-27T15:17:13.4691930Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4692362Z /opt/conda/lib 2022-09-27T15:17:13.4692500Z 2022-09-27T15:17:13.4692616Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4692760Z 2022-09-27T15:17:13.4692842Z  2022-09-27T15:17:13.4723639Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4724078Z Cannot generate a safe runtime search path for target thread_init_test 2022-09-27T15:17:13.4724682Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4725107Z directories: 2022-09-27T15:17:13.4725296Z 2022-09-27T15:17:13.4725732Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4726161Z /opt/conda/lib 2022-09-27T15:17:13.4726358Z 2022-09-27T15:17:13.4726517Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4726662Z 2022-09-27T15:17:13.4726744Z  2022-09-27T15:17:13.4756798Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4757341Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-09-27T15:17:13.4757915Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4758171Z directories: 2022-09-27T15:17:13.4758279Z 2022-09-27T15:17:13.4758502Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4758751Z /opt/conda/lib 2022-09-27T15:17:13.4758861Z 2022-09-27T15:17:13.4758974Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4759119Z 2022-09-27T15:17:13.4759197Z  2022-09-27T15:17:13.4788518Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4789222Z Cannot generate a safe runtime search path for target type_test because 2022-09-27T15:17:13.4789779Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4790003Z directories: 2022-09-27T15:17:13.4790109Z 2022-09-27T15:17:13.4790345Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4790593Z /opt/conda/lib 2022-09-27T15:17:13.4790701Z 2022-09-27T15:17:13.4790877Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4791011Z 2022-09-27T15:17:13.4791092Z  2022-09-27T15:17:13.4820885Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4821380Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-09-27T15:17:13.4821946Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4822375Z directories: 2022-09-27T15:17:13.4822562Z 2022-09-27T15:17:13.4822994Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4823365Z /opt/conda/lib 2022-09-27T15:17:13.4823462Z 2022-09-27T15:17:13.4823575Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4823717Z 2022-09-27T15:17:13.4823800Z  2022-09-27T15:17:13.4852478Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4852966Z Cannot generate a safe runtime search path for target variant_test because 2022-09-27T15:17:13.4853536Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4853951Z directories: 2022-09-27T15:17:13.4854145Z 2022-09-27T15:17:13.4854582Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4854981Z /opt/conda/lib 2022-09-27T15:17:13.4855092Z 2022-09-27T15:17:13.4855207Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4855527Z 2022-09-27T15:17:13.4855616Z  2022-09-27T15:17:13.4885280Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4885818Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-09-27T15:17:13.4886375Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4886614Z directories: 2022-09-27T15:17:13.4886722Z 2022-09-27T15:17:13.4886949Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4887197Z /opt/conda/lib 2022-09-27T15:17:13.4887305Z 2022-09-27T15:17:13.4887419Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4887564Z 2022-09-27T15:17:13.4887642Z  2022-09-27T15:17:13.4916927Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4917453Z Cannot generate a safe runtime search path for target vmap_test because 2022-09-27T15:17:13.4917994Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4918412Z directories: 2022-09-27T15:17:13.4918610Z 2022-09-27T15:17:13.4918895Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4919146Z /opt/conda/lib 2022-09-27T15:17:13.4919253Z 2022-09-27T15:17:13.4919369Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4919513Z 2022-09-27T15:17:13.4919580Z  2022-09-27T15:17:13.4949670Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4950209Z Cannot generate a safe runtime search path for target weakref_test because 2022-09-27T15:17:13.4950681Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4950896Z directories: 2022-09-27T15:17:13.4951003Z 2022-09-27T15:17:13.4951236Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4951485Z /opt/conda/lib 2022-09-27T15:17:13.4951728Z 2022-09-27T15:17:13.4951830Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4951972Z 2022-09-27T15:17:13.4952053Z  2022-09-27T15:17:13.4981594Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.4982151Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-09-27T15:17:13.4982670Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.4982899Z directories: 2022-09-27T15:17:13.4983113Z 2022-09-27T15:17:13.4983363Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.4983601Z /opt/conda/lib 2022-09-27T15:17:13.4983762Z 2022-09-27T15:17:13.4983893Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.4984039Z 2022-09-27T15:17:13.4984122Z  2022-09-27T15:17:13.5015225Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5015767Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-09-27T15:17:13.5016125Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5016425Z directories: 2022-09-27T15:17:13.5016531Z 2022-09-27T15:17:13.5016756Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5017061Z /opt/conda/lib 2022-09-27T15:17:13.5017175Z 2022-09-27T15:17:13.5017292Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5017437Z 2022-09-27T15:17:13.5017518Z  2022-09-27T15:17:13.5046997Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5047532Z Cannot generate a safe runtime search path for target IListRef_test because 2022-09-27T15:17:13.5048077Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5048323Z directories: 2022-09-27T15:17:13.5048416Z 2022-09-27T15:17:13.5048651Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5048908Z /opt/conda/lib 2022-09-27T15:17:13.5049014Z 2022-09-27T15:17:13.5049129Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5049273Z 2022-09-27T15:17:13.5049341Z  2022-09-27T15:17:13.5079004Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5079548Z Cannot generate a safe runtime search path for target List_test because 2022-09-27T15:17:13.5079993Z files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5080209Z directories: 2022-09-27T15:17:13.5080322Z 2022-09-27T15:17:13.5080623Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5080873Z /opt/conda/lib 2022-09-27T15:17:13.5080981Z 2022-09-27T15:17:13.5081088Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5081232Z 2022-09-27T15:17:13.5081312Z  2022-09-27T15:17:13.5111283Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5111834Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-09-27T15:17:13.5112315Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5112603Z directories: 2022-09-27T15:17:13.5112712Z 2022-09-27T15:17:13.5112949Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5113191Z /opt/conda/lib 2022-09-27T15:17:13.5113300Z 2022-09-27T15:17:13.5113413Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5113557Z 2022-09-27T15:17:13.5113637Z  2022-09-27T15:17:13.5143761Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5144196Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.5144748Z kernel_function_legacy_test because files in some directories may conflict 2022-09-27T15:17:13.5145191Z with libraries in implicit directories: 2022-09-27T15:17:13.5145330Z 2022-09-27T15:17:13.5145567Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5145802Z /opt/conda/lib 2022-09-27T15:17:13.5145911Z 2022-09-27T15:17:13.5146025Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5146168Z 2022-09-27T15:17:13.5146247Z  2022-09-27T15:17:13.5176630Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5177170Z Cannot generate a safe runtime search path for target kernel_function_test 2022-09-27T15:17:13.5177507Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5177749Z directories: 2022-09-27T15:17:13.5177846Z 2022-09-27T15:17:13.5178106Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5178358Z /opt/conda/lib 2022-09-27T15:17:13.5178475Z 2022-09-27T15:17:13.5178592Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5178740Z 2022-09-27T15:17:13.5178810Z  2022-09-27T15:17:13.5209229Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5209734Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.5210246Z kernel_lambda_legacy_test because files in some directories may conflict 2022-09-27T15:17:13.5210512Z with libraries in implicit directories: 2022-09-27T15:17:13.5210658Z 2022-09-27T15:17:13.5210909Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5211162Z /opt/conda/lib 2022-09-27T15:17:13.5211273Z 2022-09-27T15:17:13.5211387Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5211520Z 2022-09-27T15:17:13.5211602Z  2022-09-27T15:17:13.5241492Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5242034Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-09-27T15:17:13.5242544Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5242786Z directories: 2022-09-27T15:17:13.5242895Z 2022-09-27T15:17:13.5243135Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5243386Z /opt/conda/lib 2022-09-27T15:17:13.5243482Z 2022-09-27T15:17:13.5243601Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5243747Z 2022-09-27T15:17:13.5243828Z  2022-09-27T15:17:13.5273834Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5274217Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.5274744Z kernel_stackbased_test because files in some directories may conflict with 2022-09-27T15:17:13.5275201Z libraries in implicit directories: 2022-09-27T15:17:13.5275337Z 2022-09-27T15:17:13.5275575Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5275819Z /opt/conda/lib 2022-09-27T15:17:13.5275928Z 2022-09-27T15:17:13.5276044Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5276189Z 2022-09-27T15:17:13.5276270Z  2022-09-27T15:17:13.5306706Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5307240Z Cannot generate a safe runtime search path for target 2022-09-27T15:17:13.5307766Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-09-27T15:17:13.5308113Z conflict with libraries in implicit directories: 2022-09-27T15:17:13.5308260Z 2022-09-27T15:17:13.5308491Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5308740Z /opt/conda/lib 2022-09-27T15:17:13.5308848Z 2022-09-27T15:17:13.5308963Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5309250Z 2022-09-27T15:17:13.5309332Z  2022-09-27T15:17:13.5338623Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5338936Z Cannot generate a safe runtime search path for target CppSignature_test 2022-09-27T15:17:13.5339250Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5339484Z directories: 2022-09-27T15:17:13.5339591Z 2022-09-27T15:17:13.5339934Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5340191Z /opt/conda/lib 2022-09-27T15:17:13.5340300Z 2022-09-27T15:17:13.5340416Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5340547Z 2022-09-27T15:17:13.5340630Z  2022-09-27T15:17:13.5370029Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5370338Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-09-27T15:17:13.5370645Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5370890Z directories: 2022-09-27T15:17:13.5371000Z 2022-09-27T15:17:13.5371237Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5371487Z /opt/conda/lib 2022-09-27T15:17:13.5371585Z 2022-09-27T15:17:13.5371698Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5371842Z 2022-09-27T15:17:13.5371920Z  2022-09-27T15:17:13.5402083Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5402421Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-09-27T15:17:13.5402738Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5402976Z directories: 2022-09-27T15:17:13.5403082Z 2022-09-27T15:17:13.5403317Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5403554Z /opt/conda/lib 2022-09-27T15:17:13.5403667Z 2022-09-27T15:17:13.5403781Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5403923Z 2022-09-27T15:17:13.5404005Z  2022-09-27T15:17:13.5434097Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5434619Z Cannot generate a safe runtime search path for target op_registration_test 2022-09-27T15:17:13.5435102Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5435347Z directories: 2022-09-27T15:17:13.5435453Z 2022-09-27T15:17:13.5435678Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5435926Z /opt/conda/lib 2022-09-27T15:17:13.5436034Z 2022-09-27T15:17:13.5436151Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5436295Z 2022-09-27T15:17:13.5436376Z  2022-09-27T15:17:13.5465540Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:17:13.5465910Z Cannot generate a safe runtime search path for target inline_container_test 2022-09-27T15:17:13.5466220Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:17:13.5466441Z directories: 2022-09-27T15:17:13.5466550Z 2022-09-27T15:17:13.5466787Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:17:13.5467039Z /opt/conda/lib 2022-09-27T15:17:13.5467146Z 2022-09-27T15:17:13.5467265Z Some of these libraries may not be found correctly. 2022-09-27T15:17:13.5467410Z 2022-09-27T15:17:13.5467477Z  2022-09-27T15:17:13.7454605Z -- Generating done 2022-09-27T15:17:13.7810748Z CMake Warning: 2022-09-27T15:17:13.7811353Z Manually-specified variables were not used by the project: 2022-09-27T15:17:13.7811633Z 2022-09-27T15:17:13.7811767Z BUILD_ENVIRONMENT 2022-09-27T15:17:13.7811946Z 2022-09-27T15:17:13.7812083Z  2022-09-27T15:17:13.7832327Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-09-27T15:17:13.8437760Z cmake --build . --target install --config Release -- -j 6 2022-09-27T15:17:13.8908492Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-09-27T15:17:13.8924678Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-09-27T15:17:13.8927569Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-09-27T15:17:13.8938013Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-09-27T15:17:13.8946957Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:17:13.8978376Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:17:13.9531089Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-09-27T15:17:13.9531945Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-09-27T15:17:13.9532589Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:17:13.9533128Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:17:13.9533594Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-09-27T15:17:13.9534181Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-09-27T15:17:13.9534600Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:17:13.9534926Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:17:13.9535569Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-09-27T15:17:13.9536403Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-09-27T15:17:13.9536888Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:17:13.9537167Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:17:13.9537582Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-09-27T15:17:13.9538201Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-09-27T15:17:13.9538690Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:17:13.9538977Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:17:13.9539407Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-09-27T15:17:13.9540051Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-09-27T15:17:13.9540510Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:17:13.9540833Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:17:13.9623180Z [ 1%] Linking C static library ../../../../lib/libclog.a 2022-09-27T15:17:13.9893530Z [ 1%] Built target clog 2022-09-27T15:17:13.9952901Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:17:14.0708212Z [ 1%] Built target defs.bzl 2022-09-27T15:17:14.0766264Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:17:14.0852443Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:17:14.1046938Z [ 1%] Linking CXX static library ../../../lib/libgtest.a 2022-09-27T15:17:14.1118643Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-09-27T15:17:14.1223594Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-09-27T15:17:14.1271321Z [ 1%] Built target gtest 2022-09-27T15:17:14.1390068Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-09-27T15:17:14.2210164Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-09-27T15:17:14.2394967Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:17:14.2499302Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:17:14.2588545Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:17:14.2999067Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-09-27T15:17:14.3000253Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:17:14.3498761Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-09-27T15:17:14.3841217Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-09-27T15:17:14.3939542Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:17:14.4147859Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:17:14.4241439Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:17:14.4595607Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-09-27T15:17:14.4667033Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:17:14.5403052Z [ 1%] Linking C static library ../../lib/libpthreadpool.a 2022-09-27T15:17:14.5540259Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:17:14.5609455Z [ 1%] Built target pthreadpool 2022-09-27T15:17:14.5621826Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-09-27T15:17:14.5653802Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-09-27T15:17:14.5779029Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-09-27T15:17:14.6019327Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:17:14.6225527Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:17:14.6993448Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:17:14.7220782Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:17:14.7249512Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:17:14.7495789Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-09-27T15:17:14.7653031Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:17:14.7675838Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:17:14.7696384Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-09-27T15:17:14.8324692Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:17:14.8386435Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:17:14.8911610Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-09-27T15:17:14.9084184Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-09-27T15:17:14.9250982Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:17:14.9443699Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:17:14.9743274Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-09-27T15:17:14.9785842Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-09-27T15:17:15.0199071Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:17:15.0758272Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-09-27T15:17:15.0777334Z In file included from /usr/include/string.h:495:0, 2022-09-27T15:17:15.0777969Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-09-27T15:17:15.0778576Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-09-27T15:17:15.0779235Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-09-27T15:17:15.0779901Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-09-27T15:17:15.0780538Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-09-27T15:17:15.0781269Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.0782496Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.0784348Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.0786173Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:17:15.0787823Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.0789407Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.0789794Z ^ 2022-09-27T15:17:15.0790307Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.0791466Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.0792992Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-09-27T15:17:15.0794716Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.0795508Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.0795952Z ^ 2022-09-27T15:17:15.0796454Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.0797621Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.0799145Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.0800532Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:17:15.0802034Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.0802839Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.0803270Z ^ 2022-09-27T15:17:15.0803770Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.0805003Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.0806547Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.0808030Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-09-27T15:17:15.0809672Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.0810479Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.0810978Z ^ 2022-09-27T15:17:15.0811514Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.0812669Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.0814216Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.0815846Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:17:15.0817355Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.0818185Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.0818527Z ^ 2022-09-27T15:17:15.0818955Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.0819855Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.0821202Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.0822472Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-09-27T15:17:15.0823788Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.0824624Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.0825035Z ^ 2022-09-27T15:17:15.0825484Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-09-27T15:17:15.0909019Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:17:15.1347351Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:17:15.1447344Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:17:15.1713782Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:17:15.2353913Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:17:15.2552819Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-09-27T15:17:15.2710335Z In file included from /usr/include/string.h:495:0, 2022-09-27T15:17:15.2711184Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-09-27T15:17:15.2711830Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-09-27T15:17:15.2712461Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-09-27T15:17:15.2713113Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-09-27T15:17:15.2713685Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-09-27T15:17:15.2714447Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.2715721Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.2717192Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.2718025Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:17:15.2718883Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.2719347Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.2719593Z ^ 2022-09-27T15:17:15.2719872Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.2720486Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.2721315Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-09-27T15:17:15.2722181Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.2722628Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.2722876Z ^ 2022-09-27T15:17:15.2723151Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.2723771Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.2724596Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.2725580Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:17:15.2726421Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.2726870Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.2727101Z ^ 2022-09-27T15:17:15.2727387Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.2728012Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.2728844Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.2729626Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-09-27T15:17:15.2730480Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.2730981Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.2731228Z ^ 2022-09-27T15:17:15.2731572Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.2732240Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.2733120Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.2733940Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:17:15.2735157Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.2735923Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.2736248Z ^ 2022-09-27T15:17:15.2736600Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:17:15.2737291Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-09-27T15:17:15.2738179Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:17:15.2739177Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-09-27T15:17:15.2740104Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:17:15.2740582Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:17:15.2740842Z ^ 2022-09-27T15:17:15.2780345Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:17:15.2905535Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:17:15.2933038Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:17:15.3035945Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:17:15.3620263Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:17:15.3790963Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-09-27T15:17:15.4077199Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:17:15.4232914Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:17:15.4639678Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:17:15.4870134Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:17:15.5082917Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-09-27T15:17:15.5542032Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-09-27T15:17:15.5552445Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:17:15.5593568Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-09-27T15:17:15.6037016Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:17:15.6390594Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:17:15.6718125Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-09-27T15:17:15.6885902Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:17:15.7231224Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-09-27T15:17:15.7409097Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:17:15.7485904Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:17:15.7648476Z [ 1%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-09-27T15:17:15.8067619Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:17:15.8391405Z [ 1%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-09-27T15:17:15.8768445Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:17:15.9087128Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-09-27T15:17:15.9187591Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:17:15.9261613Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:17:15.9660650Z [ 2%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-09-27T15:17:16.0013948Z [ 2%] Linking CXX static library ../../../lib/libbenchmark.a 2022-09-27T15:17:16.0219994Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:17:16.0299982Z [ 2%] Built target benchmark 2022-09-27T15:17:16.0346516Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:17:16.0426203Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-09-27T15:17:16.0520217Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-09-27T15:17:16.0816597Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-09-27T15:17:16.1198893Z [ 2%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-09-27T15:17:16.1521812Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-09-27T15:17:16.1741987Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-09-27T15:17:16.1873121Z [ 2%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-09-27T15:17:16.2034194Z [ 2%] Linking C static library ../../lib/libittnotify.a 2022-09-27T15:17:16.2231686Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-09-27T15:17:16.2237476Z [ 2%] Built target libprotobuf-lite 2022-09-27T15:17:16.2285474Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-09-27T15:17:16.2294367Z [ 2%] Built target ittnotify 2022-09-27T15:17:16.2472084Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-09-27T15:17:16.2625621Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-09-27T15:17:16.3252424Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-09-27T15:17:16.3570409Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-09-27T15:17:16.3688378Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-09-27T15:17:16.3855496Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-09-27T15:17:16.4021142Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-09-27T15:17:16.4414473Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-09-27T15:17:16.4571871Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-09-27T15:17:16.4907075Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-09-27T15:17:16.5024977Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-09-27T15:17:16.5278061Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-09-27T15:17:16.5641411Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-09-27T15:17:16.5884874Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-09-27T15:17:16.6273226Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-09-27T15:17:16.6443953Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-09-27T15:17:16.6779669Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-09-27T15:17:16.7172486Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-09-27T15:17:16.7210498Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-09-27T15:17:16.7219404Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-09-27T15:17:16.7767050Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-09-27T15:17:16.8035345Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-09-27T15:17:16.8171030Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-09-27T15:17:16.8299100Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-09-27T15:17:16.8465636Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-09-27T15:17:16.9045237Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-09-27T15:17:16.9377941Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-09-27T15:17:16.9435637Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-09-27T15:17:16.9578138Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-09-27T15:17:16.9580957Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-09-27T15:17:16.9921291Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-09-27T15:17:17.0175541Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-09-27T15:17:17.0961610Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-09-27T15:17:17.1101004Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-09-27T15:17:17.1285181Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-09-27T15:17:17.1568021Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-09-27T15:17:17.1584010Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-09-27T15:17:17.1622220Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-09-27T15:17:17.2142959Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-09-27T15:17:17.2348976Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-09-27T15:17:17.2675541Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-09-27T15:17:17.3078772Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-09-27T15:17:17.3223931Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-09-27T15:17:17.3404928Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-09-27T15:17:17.3565665Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-09-27T15:17:17.3973478Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-09-27T15:17:17.4037934Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-09-27T15:17:17.4507719Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-09-27T15:17:17.4526345Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-09-27T15:17:17.4554624Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-09-27T15:17:17.4726651Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-09-27T15:17:17.5258243Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-09-27T15:17:17.5465962Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-09-27T15:17:17.5820281Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-09-27T15:17:17.5994829Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-09-27T15:17:17.6192151Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-09-27T15:17:17.6300283Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-09-27T15:17:17.6835654Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-09-27T15:17:17.6870670Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-09-27T15:17:17.7432030Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-09-27T15:17:17.7538634Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-09-27T15:17:17.7679073Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-09-27T15:17:17.8037609Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-09-27T15:17:17.8229556Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-09-27T15:17:17.8474675Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-09-27T15:17:17.8891808Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-09-27T15:17:17.9065812Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-09-27T15:17:17.9286823Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-09-27T15:17:17.9500405Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-09-27T15:17:17.9873485Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-09-27T15:17:18.0304515Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-09-27T15:17:18.0306355Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-09-27T15:17:18.0421196Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-09-27T15:17:18.0636454Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-09-27T15:17:18.0954588Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-09-27T15:17:18.1657192Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-09-27T15:17:18.1705376Z [ 2%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-09-27T15:17:18.1905355Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-09-27T15:17:18.1958253Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-09-27T15:17:18.2282941Z [ 2%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-09-27T15:17:18.2918673Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-09-27T15:17:18.3093429Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-09-27T15:17:18.3121874Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-09-27T15:17:18.3284777Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-09-27T15:17:18.3349074Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-09-27T15:17:18.4080880Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-09-27T15:17:18.4491957Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-09-27T15:17:18.4559594Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-09-27T15:17:18.4805766Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-09-27T15:17:18.4872071Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-09-27T15:17:18.4897682Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-09-27T15:17:18.5508383Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-09-27T15:17:18.5835564Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-09-27T15:17:18.5846833Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-09-27T15:17:18.6189381Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-09-27T15:17:18.6556203Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-09-27T15:17:18.7058094Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-09-27T15:17:18.7241321Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-09-27T15:17:18.7243138Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-09-27T15:17:18.7284795Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-09-27T15:17:18.7871925Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-09-27T15:17:18.8293962Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-09-27T15:17:18.8608890Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-09-27T15:17:18.8665353Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-09-27T15:17:18.9156059Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-09-27T15:17:18.9571674Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-09-27T15:17:19.0006402Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-09-27T15:17:19.0028873Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-09-27T15:17:19.0159393Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-09-27T15:17:19.0890221Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-09-27T15:17:19.1175812Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-09-27T15:17:19.1217462Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-09-27T15:17:19.1242278Z [ 4%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-09-27T15:17:19.1568400Z [ 4%] Built target tensorpipe_uv 2022-09-27T15:17:19.1632052Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-09-27T15:17:19.1726740Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-09-27T15:17:19.1815578Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-09-27T15:17:19.2889471Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-09-27T15:17:19.3078280Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-09-27T15:17:19.3140404Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-09-27T15:17:19.3354413Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-09-27T15:17:19.3432159Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-09-27T15:17:19.4064686Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-09-27T15:17:19.4586307Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-09-27T15:17:19.4903316Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-09-27T15:17:19.5058312Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-09-27T15:17:19.5060148Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-09-27T15:17:19.5908150Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-09-27T15:17:19.6201773Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-09-27T15:17:19.6333967Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-09-27T15:17:19.6821828Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-09-27T15:17:19.6859114Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-09-27T15:17:19.6992196Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-09-27T15:17:19.8046873Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-09-27T15:17:19.8166290Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-09-27T15:17:19.8435138Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-09-27T15:17:19.8661574Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-09-27T15:17:19.8708997Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-09-27T15:17:19.8955487Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-09-27T15:17:19.9382573Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-09-27T15:17:19.9499426Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-09-27T15:17:20.0345161Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-09-27T15:17:20.0743022Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-09-27T15:17:20.1052754Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-09-27T15:17:20.1227963Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-09-27T15:17:20.1348471Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-09-27T15:17:20.1587335Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-09-27T15:17:20.1994068Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-09-27T15:17:20.2238421Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-09-27T15:17:20.2827814Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-09-27T15:17:20.2998201Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-09-27T15:17:20.3059229Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-09-27T15:17:20.3516931Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:20.3623115Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-09-27T15:17:20.4067410Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-09-27T15:17:20.4506725Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-09-27T15:17:20.4778219Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:20.4952564Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-09-27T15:17:20.5349569Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-09-27T15:17:20.5830481Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-09-27T15:17:20.6106960Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-09-27T15:17:20.6152487Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-09-27T15:17:20.6758958Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-09-27T15:17:20.7048841Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-09-27T15:17:20.7256259Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:20.7287469Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:20.7577069Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-09-27T15:17:20.7774706Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-09-27T15:17:20.7976264Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:20.8815357Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-09-27T15:17:20.9494956Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-09-27T15:17:20.9523646Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-09-27T15:17:20.9657367Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-09-27T15:17:20.9838322Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-09-27T15:17:21.0543445Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:21.0741361Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-09-27T15:17:21.0834104Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-09-27T15:17:21.1233777Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:21.1782425Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-09-27T15:17:21.1917118Z [ 5%] Linking CXX static library ../../../lib/libasmjit.a 2022-09-27T15:17:21.2343796Z [ 5%] Built target asmjit 2022-09-27T15:17:21.2447743Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:21.2512651Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:21.3227649Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-09-27T15:17:21.3348374Z Scanning dependencies of target dnnl_common 2022-09-27T15:17:21.3470811Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-09-27T15:17:21.3481020Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-09-27T15:17:21.3954534Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-09-27T15:17:21.4863895Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-09-27T15:17:21.5049860Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:21.5276962Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-09-27T15:17:21.5407678Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-09-27T15:17:21.5620576Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-09-27T15:17:21.5900146Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-09-27T15:17:21.6603106Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-09-27T15:17:21.7491859Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-09-27T15:17:21.7669718Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-09-27T15:17:21.7803524Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-09-27T15:17:21.7828761Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:21.8043916Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-09-27T15:17:21.8916884Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-09-27T15:17:21.9079715Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-09-27T15:17:22.0183303Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-09-27T15:17:22.0454831Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-09-27T15:17:22.0480202Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:22.0635459Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-09-27T15:17:22.0952077Z [ 5%] Linking CXX static library ../../../lib/libgloo.a 2022-09-27T15:17:22.1226417Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-09-27T15:17:22.1546798Z [ 5%] Built target gloo 2022-09-27T15:17:22.1599410Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-09-27T15:17:22.2303912Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-09-27T15:17:22.2743642Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-09-27T15:17:22.2949833Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-09-27T15:17:22.3067752Z [ 5%] Linking CXX static library ../../../lib/libprotobuf.a 2022-09-27T15:17:22.3195469Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-09-27T15:17:22.3363405Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-09-27T15:17:22.3898250Z [ 5%] Built target libprotobuf 2022-09-27T15:17:22.4092693Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-09-27T15:17:22.4395712Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-09-27T15:17:22.5194375Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-09-27T15:17:22.5561203Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-09-27T15:17:22.5630558Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-09-27T15:17:22.5854664Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:22.6732813Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-09-27T15:17:22.6962378Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-09-27T15:17:22.7626655Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-09-27T15:17:22.7703403Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-09-27T15:17:22.8363143Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-09-27T15:17:22.8368845Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-09-27T15:17:22.8506511Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-09-27T15:17:22.8996853Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-09-27T15:17:22.9052646Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-09-27T15:17:23.0038326Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2022-09-27T15:17:23.0979718Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-09-27T15:17:23.1043472Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:23.1514073Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-09-27T15:17:23.1661654Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-09-27T15:17:23.2216539Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-09-27T15:17:23.2333131Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-09-27T15:17:23.3235534Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-09-27T15:17:23.3574654Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:23.3987694Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-09-27T15:17:23.4260990Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-09-27T15:17:23.4599354Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-09-27T15:17:23.5243624Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-09-27T15:17:23.5883480Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/infer_type.cpp.o 2022-09-27T15:17:23.5983433Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-09-27T15:17:23.6020372Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-09-27T15:17:23.6776468Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:23.6973035Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-09-27T15:17:23.7322201Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-09-27T15:17:23.8355662Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-09-27T15:17:23.8391444Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-09-27T15:17:23.8801659Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-09-27T15:17:23.9123605Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:23.9292163Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-09-27T15:17:23.9446207Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-09-27T15:17:24.0892256Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-09-27T15:17:24.1338305Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-09-27T15:17:24.1496811Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-09-27T15:17:24.1780351Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-09-27T15:17:24.1857988Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-09-27T15:17:24.1886638Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:24.3398851Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-09-27T15:17:24.3556838Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-09-27T15:17:24.3731712Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-09-27T15:17:24.4334159Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-09-27T15:17:24.4560512Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-09-27T15:17:24.5110897Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:24.5802739Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-09-27T15:17:24.6239875Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-09-27T15:17:24.6484017Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-09-27T15:17:24.6582025Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-09-27T15:17:24.6799731Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-09-27T15:17:24.7581920Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-09-27T15:17:24.8043622Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-09-27T15:17:24.8944138Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-09-27T15:17:24.9090913Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-09-27T15:17:24.9135435Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-09-27T15:17:24.9392885Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-09-27T15:17:24.9988627Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-09-27T15:17:25.0241208Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-09-27T15:17:25.1383119Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-09-27T15:17:25.1597508Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-09-27T15:17:25.1834855Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-09-27T15:17:25.2185402Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-09-27T15:17:25.2475600Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-09-27T15:17:25.2634111Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-09-27T15:17:25.3564527Z [ 6%] Built target dnnl_graph_common 2022-09-27T15:17:25.3751932Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-09-27T15:17:25.4115829Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-09-27T15:17:25.4631019Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-09-27T15:17:25.4959403Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-09-27T15:17:25.4964775Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-09-27T15:17:25.5109006Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-09-27T15:17:25.5977578Z [ 7%] Built target dnnl_graph_backend_fake 2022-09-27T15:17:25.6137642Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-09-27T15:17:25.6474118Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-09-27T15:17:25.7207472Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-09-27T15:17:25.7357010Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-09-27T15:17:25.7383066Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-09-27T15:17:25.7625016Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-09-27T15:17:25.7794420Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-09-27T15:17:25.8113872Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-09-27T15:17:25.9793349Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-09-27T15:17:26.0084364Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:26.0133828Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-09-27T15:17:26.0314253Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-09-27T15:17:26.0379552Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-09-27T15:17:26.0994406Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-09-27T15:17:26.2326523Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-09-27T15:17:26.2459555Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:26.2596594Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-09-27T15:17:26.3039475Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:26.3144439Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-09-27T15:17:26.3194627Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-09-27T15:17:26.4803693Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-09-27T15:17:26.4946476Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-09-27T15:17:26.5141155Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-09-27T15:17:26.5189798Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-09-27T15:17:26.5662232Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:26.6019168Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-09-27T15:17:26.7270143Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-09-27T15:17:26.7271124Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-09-27T15:17:26.7515250Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-09-27T15:17:26.7906432Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-09-27T15:17:26.8356101Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-09-27T15:17:26.8963509Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-09-27T15:17:26.9349678Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-09-27T15:17:26.9593808Z [ 7%] Built target dnnl_graph_utils 2022-09-27T15:17:26.9678162Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-09-27T15:17:26.9714885Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-09-27T15:17:27.0404644Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-09-27T15:17:27.0790632Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-09-27T15:17:27.1826876Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-09-27T15:17:27.2155437Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-09-27T15:17:27.2265893Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-09-27T15:17:27.2715542Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-09-27T15:17:27.3369874Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-09-27T15:17:27.3561355Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-09-27T15:17:27.4274245Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-09-27T15:17:27.4420927Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-09-27T15:17:27.4823612Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-09-27T15:17:27.5636373Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-09-27T15:17:27.6213467Z [ 7%] Built target libkineto_defs.bzl 2022-09-27T15:17:27.6305159Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-09-27T15:17:27.6309064Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-09-27T15:17:27.6958750Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-09-27T15:17:27.7093318Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-09-27T15:17:27.7509133Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-09-27T15:17:27.8395465Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-09-27T15:17:27.8918413Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-09-27T15:17:27.9142378Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-09-27T15:17:27.9355472Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-09-27T15:17:27.9749409Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-09-27T15:17:28.0198142Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-09-27T15:17:28.1357670Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-09-27T15:17:28.1358253Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-09-27T15:17:28.1429653Z [ 7%] Linking CXX static library ../../lib/libfmt.a 2022-09-27T15:17:28.1557990Z [ 7%] Built target dnnl_graph_backend_dnnl 2022-09-27T15:17:28.1706551Z [ 7%] Built target fmt 2022-09-27T15:17:28.1753670Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-09-27T15:17:28.1900123Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-09-27T15:17:28.2477110Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-09-27T15:17:28.3247920Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-09-27T15:17:28.3503285Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-09-27T15:17:28.3917159Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-09-27T15:17:28.4384287Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-09-27T15:17:28.4430390Z [ 7%] Built target kineto_api 2022-09-27T15:17:28.4492253Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-09-27T15:17:28.4997056Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-09-27T15:17:28.5575839Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-09-27T15:17:28.5687747Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-09-27T15:17:28.6183061Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-09-27T15:17:28.6239264Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-09-27T15:17:28.7047425Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-09-27T15:17:28.7052806Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-09-27T15:17:28.7416167Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-09-27T15:17:28.7517811Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-09-27T15:17:28.8335053Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-09-27T15:17:28.9253484Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-09-27T15:17:28.9426133Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-09-27T15:17:28.9725710Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-09-27T15:17:29.0146677Z [ 7%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-09-27T15:17:29.0183913Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:29.0475759Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:29.1518888Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-09-27T15:17:29.1546440Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-09-27T15:17:29.1841683Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-09-27T15:17:29.2188488Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-09-27T15:17:29.3044180Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-09-27T15:17:29.3274615Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:29.3667268Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:29.3926042Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-09-27T15:17:29.4181062Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-09-27T15:17:29.4194717Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-09-27T15:17:29.5295615Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-09-27T15:17:29.5715555Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-09-27T15:17:29.6068042Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-09-27T15:17:29.6616750Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-09-27T15:17:29.6729188Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-09-27T15:17:29.6982542Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-09-27T15:17:29.7753610Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-09-27T15:17:29.8014278Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-09-27T15:17:29.8654443Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-09-27T15:17:29.8954706Z [ 8%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-09-27T15:17:29.9261775Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-09-27T15:17:29.9337357Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-09-27T15:17:30.0436324Z [ 8%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-09-27T15:17:30.0438499Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-09-27T15:17:30.0772601Z [ 8%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-09-27T15:17:30.1263164Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-09-27T15:17:30.1397959Z [ 8%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-09-27T15:17:30.1639181Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-09-27T15:17:30.1658537Z [ 8%] Built target dnnl_common 2022-09-27T15:17:30.1720382Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-09-27T15:17:30.1779428Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-09-27T15:17:30.1808682Z [ 8%] Linking C static library ../../lib/libfoxi_loader.a 2022-09-27T15:17:30.2234362Z [ 8%] Built target foxi_loader 2022-09-27T15:17:30.2301258Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:30.3356658Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-09-27T15:17:30.3962156Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-09-27T15:17:30.4006478Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-09-27T15:17:30.4379747Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-09-27T15:17:30.4422163Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-09-27T15:17:30.4955824Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:30.5999155Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:30.6134967Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:30.6621741Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-09-27T15:17:30.6787318Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-09-27T15:17:30.6973752Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-09-27T15:17:30.7877874Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-09-27T15:17:30.8326149Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-09-27T15:17:30.8754750Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-09-27T15:17:30.8979557Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-09-27T15:17:30.9356818Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-09-27T15:17:30.9634458Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-09-27T15:17:31.0328709Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-09-27T15:17:31.0703502Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-09-27T15:17:31.1072682Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-09-27T15:17:31.1437058Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-09-27T15:17:31.1855698Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-09-27T15:17:31.1909476Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-09-27T15:17:31.2963517Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-09-27T15:17:31.3109826Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-09-27T15:17:31.3480938Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-09-27T15:17:31.4283982Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-09-27T15:17:31.4293812Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-09-27T15:17:31.4396201Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-09-27T15:17:31.5679791Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-09-27T15:17:31.5951377Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-09-27T15:17:31.5997622Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-09-27T15:17:31.6632469Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-09-27T15:17:31.7040140Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-09-27T15:17:31.7222018Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-09-27T15:17:31.8002314Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:31.8584417Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-09-27T15:17:31.8610122Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-09-27T15:17:31.9128456Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-09-27T15:17:31.9652388Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization_kernels.cpp.o 2022-09-27T15:17:31.9677484Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-09-27T15:17:32.0646937Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:32.1223379Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-09-27T15:17:32.1580020Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-09-27T15:17:32.2184877Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:32.2185914Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-09-27T15:17:32.2229770Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:32.2993601Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-09-27T15:17:32.3688970Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-09-27T15:17:32.3729286Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-09-27T15:17:32.4596737Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-09-27T15:17:32.4806996Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-09-27T15:17:32.4818699Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-09-27T15:17:32.5596768Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-09-27T15:17:32.6197601Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-09-27T15:17:32.6315832Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-09-27T15:17:32.6869918Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-09-27T15:17:32.7542494Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-09-27T15:17:32.7618954Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-09-27T15:17:32.8386602Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-09-27T15:17:32.8596214Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-09-27T15:17:32.9228943Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:32.9243179Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-09-27T15:17:32.9642632Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-09-27T15:17:32.9701278Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-09-27T15:17:33.0830674Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-09-27T15:17:33.1194036Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-09-27T15:17:33.1610699Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-09-27T15:17:33.1694109Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.1747755Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.2157507Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-09-27T15:17:33.3745212Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.3875060Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.4105708Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-09-27T15:17:33.4129248Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.4179703Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-09-27T15:17:33.4415557Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-09-27T15:17:33.6474139Z [ 9%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-09-27T15:17:33.6539298Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-09-27T15:17:33.6949186Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-09-27T15:17:33.7036650Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-09-27T15:17:33.7217790Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.7417211Z [ 10%] Built target common 2022-09-27T15:17:33.7497566Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:33.7857953Z [ 10%] Linking C executable ../../bin/mkrename 2022-09-27T15:17:33.8475475Z [ 10%] Built target mkrename 2022-09-27T15:17:33.8540660Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:33.8914828Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-09-27T15:17:33.9261438Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-09-27T15:17:33.9746563Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-09-27T15:17:33.9996664Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:34.0826742Z [ 10%] Generating ATen headers 2022-09-27T15:17:34.0955216Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-09-27T15:17:34.1335436Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-09-27T15:17:34.1909901Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-09-27T15:17:34.2080431Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-09-27T15:17:34.2396185Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:34.2841773Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:34.4175706Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-09-27T15:17:34.4213270Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-09-27T15:17:34.4221688Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-09-27T15:17:34.4923557Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-09-27T15:17:34.5503764Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-09-27T15:17:34.6355918Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-09-27T15:17:34.6424233Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-09-27T15:17:34.6957726Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-09-27T15:17:34.7543649Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-09-27T15:17:34.7980571Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-09-27T15:17:34.8450099Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-09-27T15:17:34.8845921Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-09-27T15:17:34.9197223Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-09-27T15:17:35.0036613Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-09-27T15:17:35.0453906Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:35.0792518Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-09-27T15:17:35.0986423Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-09-27T15:17:35.1313052Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-09-27T15:17:35.2353769Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-09-27T15:17:35.2632329Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:35.3066250Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:35.3389879Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-09-27T15:17:35.3695226Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-09-27T15:17:35.3959395Z [ 10%] Generating ATen sources 2022-09-27T15:17:35.4902727Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-09-27T15:17:35.5379432Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:35.5723925Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-09-27T15:17:35.6103344Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:35.6902626Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-09-27T15:17:35.7510236Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-09-27T15:17:35.7794117Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-09-27T15:17:35.8356490Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:35.8549303Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-09-27T15:17:35.8951522Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-09-27T15:17:35.9104292Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-09-27T15:17:35.9947461Z [ 10%] Generating ATen declarations_yaml 2022-09-27T15:17:36.0953240Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-09-27T15:17:36.1334272Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:36.1700127Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-09-27T15:17:36.3014926Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-09-27T15:17:36.4025397Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-09-27T15:17:36.4242222Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-09-27T15:17:36.4868568Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-09-27T15:17:36.6773241Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-09-27T15:17:36.6857207Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-09-27T15:17:36.7340912Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-09-27T15:17:36.9211725Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-09-27T15:17:36.9739734Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-09-27T15:17:36.9818361Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-09-27T15:17:37.1815837Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-09-27T15:17:37.1854313Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-09-27T15:17:37.2888122Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-09-27T15:17:37.4142270Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-09-27T15:17:37.5115761Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-09-27T15:17:37.6083729Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-09-27T15:17:37.6561836Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-09-27T15:17:37.6593464Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-09-27T15:17:37.8820681Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-09-27T15:17:37.8981425Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-09-27T15:17:37.9195832Z [ 10%] Linking CXX shared library ../lib/libc10.so 2022-09-27T15:17:38.0659156Z [ 10%] Built target c10 2022-09-27T15:17:38.0706279Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-09-27T15:17:38.0902438Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-09-27T15:17:38.1243359Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-09-27T15:17:38.3703850Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-09-27T15:17:38.4123577Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-09-27T15:17:38.4179471Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-09-27T15:17:38.6024380Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-09-27T15:17:38.7249401Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-09-27T15:17:38.7264481Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-09-27T15:17:38.8237502Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-09-27T15:17:38.9813438Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-09-27T15:17:39.0057420Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-09-27T15:17:39.0866398Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-09-27T15:17:39.2250287Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-09-27T15:17:39.2843988Z [ 10%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-09-27T15:17:39.3093415Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-09-27T15:17:39.3861171Z [ 10%] Linking C executable ../../bin/mkalias 2022-09-27T15:17:39.4257147Z [ 10%] Built target mkalias 2022-09-27T15:17:39.4391999Z [ 10%] Generating include/renameavx512f.h 2022-09-27T15:17:39.4400686Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-09-27T15:17:39.4473499Z [ 10%] Built target renameAVX512F.h_generated 2022-09-27T15:17:39.4629713Z [ 11%] Generating include/renameavx2.h 2022-09-27T15:17:39.4637681Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-09-27T15:17:39.4716924Z [ 11%] Built target renameAVX2.h_generated 2022-09-27T15:17:39.4751863Z [ 11%] Built target dnnl_cpu 2022-09-27T15:17:39.4777193Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-09-27T15:17:39.4877345Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-09-27T15:17:39.5987253Z [ 11%] Generating include/renameavx2128.h 2022-09-27T15:17:39.5997592Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-09-27T15:17:39.6117394Z [ 11%] Built target renameAVX2128.h_generated 2022-09-27T15:17:39.6180998Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-09-27T15:17:39.7409994Z [ 11%] Generating include/renamefma4.h 2022-09-27T15:17:39.7423224Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-09-27T15:17:39.7496156Z [ 11%] Built target renameFMA4.h_generated 2022-09-27T15:17:39.7549753Z [ 11%] Generating include/renameavx.h 2022-09-27T15:17:39.7554572Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-09-27T15:17:39.7559660Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-09-27T15:17:39.7644835Z [ 11%] Built target renameAVX.h_generated 2022-09-27T15:17:39.7713752Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-09-27T15:17:39.9288982Z [ 11%] Generating include/renamesse4.h 2022-09-27T15:17:39.9300681Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-09-27T15:17:39.9381030Z [ 11%] Built target renameSSE4.h_generated 2022-09-27T15:17:39.9448371Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-09-27T15:17:40.0170370Z [ 11%] Generating include/renamesse2.h 2022-09-27T15:17:40.0179639Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-09-27T15:17:40.0256709Z [ 11%] Built target renameSSE2.h_generated 2022-09-27T15:17:40.0324887Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-09-27T15:17:40.0634838Z [ 11%] Generating include/renamepurec_scalar.h 2022-09-27T15:17:40.0642693Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-09-27T15:17:40.0757339Z [ 11%] Built target renamePUREC_SCALAR.h_generated 2022-09-27T15:17:40.0916489Z [ 11%] Generating include/renamepurecfma_scalar.h 2022-09-27T15:17:40.0924230Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-09-27T15:17:40.1037552Z [ 11%] Built target renamePURECFMA_SCALAR.h_generated 2022-09-27T15:17:40.1134662Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-09-27T15:17:40.2039616Z [ 11%] Generating renamedsp128.h 2022-09-27T15:17:40.2123937Z [ 11%] Built target renamedsp128.h_generated 2022-09-27T15:17:40.2242888Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-09-27T15:17:40.3361201Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-09-27T15:17:40.3801965Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-09-27T15:17:40.5234072Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-09-27T15:17:40.5986028Z [ 11%] Generating renamedsp256.h 2022-09-27T15:17:40.6057282Z [ 11%] Built target renamedsp256.h_generated 2022-09-27T15:17:40.6118414Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-09-27T15:17:40.6254083Z [ 11%] Linking C executable ../../bin/mkdisp 2022-09-27T15:17:40.6645381Z [ 11%] Built target mkdisp 2022-09-27T15:17:40.6707029Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-09-27T15:17:40.6713813Z [ 11%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-09-27T15:17:40.7269994Z [ 11%] Linking C shared library ../lib/libtorch_global_deps.so 2022-09-27T15:17:40.8322742Z [ 11%] Built target python_copy_files 2022-09-27T15:17:40.8487802Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-09-27T15:17:40.8976707Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-09-27T15:17:40.9362369Z [ 12%] Linking C executable ../../bin/mkrename_gnuabi 2022-09-27T15:17:40.9881562Z [ 12%] Built target mkrename_gnuabi 2022-09-27T15:17:40.9972838Z [ 12%] Built target torch_global_deps 2022-09-27T15:17:41.0022567Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-09-27T15:17:41.0073473Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-09-27T15:17:41.1049310Z [ 12%] Linking C executable ../../bin/mkmasked_gnuabi 2022-09-27T15:17:41.1362310Z [ 12%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-09-27T15:17:41.1592890Z [ 12%] Built target mkmasked_gnuabi 2022-09-27T15:17:41.1662185Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-09-27T15:17:41.2363216Z [ 12%] Built target arraymap 2022-09-27T15:17:41.2429123Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-09-27T15:17:41.2715630Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-09-27T15:17:41.4419065Z [ 12%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-09-27T15:17:41.5228790Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-09-27T15:17:41.5260477Z [ 12%] 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-09-27T15:17:41.5271224Z [ 12%] Linking C executable ../../bin/addSuffix 2022-09-27T15:17:41.5734779Z [ 12%] Built target addSuffix 2022-09-27T15:17:41.5851803Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-09-27T15:17:41.8117857Z [ 12%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-09-27T15:17:41.8213799Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-09-27T15:17:41.9766162Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-09-27T15:17:42.0947254Z [ 12%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-09-27T15:17:42.1276499Z Generating Python interface file 'datapipe.pyi'... 2022-09-27T15:17:42.1484601Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-09-27T15:17:42.2417831Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-09-27T15:17:42.4401482Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-09-27T15:17:42.5279932Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-09-27T15:17:42.7337612Z [ 12%] Generating ../../../torch/version.py 2022-09-27T15:17:42.8330788Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-09-27T15:17:43.1305405Z fatal: no tag exactly matches '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:17:43.1391175Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-09-27T15:17:43.1880553Z [ 12%] Built target gen_torch_version 2022-09-27T15:17:43.1957503Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-09-27T15:17:43.4426948Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-09-27T15:17:43.5161426Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-09-27T15:17:43.7380248Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-09-27T15:17:43.7381379Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-09-27T15:17:43.9362473Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-09-27T15:17:43.9722075Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-09-27T15:17:44.0441625Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-09-27T15:17:44.1611544Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-09-27T15:17:44.1834711Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-09-27T15:17:44.2994178Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-09-27T15:17:44.4439431Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-09-27T15:17:44.4665840Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-09-27T15:17:44.4937432Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-09-27T15:17:44.5307682Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-09-27T15:17:44.6004317Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-09-27T15:17:44.6696463Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-09-27T15:17:44.7092979Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-09-27T15:17:44.7297569Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-09-27T15:17:44.7347309Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-09-27T15:17:44.7966069Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-09-27T15:17:44.8619786Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-09-27T15:17:44.9263150Z [ 12%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-09-27T15:17:44.9420091Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-09-27T15:17:44.9605602Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-09-27T15:17:45.0051380Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-09-27T15:17:45.0833688Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-09-27T15:17:45.1366325Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-09-27T15:17:45.1542548Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-09-27T15:17:45.1961743Z [ 13%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:17:45.2202262Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-09-27T15:17:45.2581728Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:17:45.3201255Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-09-27T15:17:45.3466061Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-09-27T15:17:45.3869276Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:17:45.4403627Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-09-27T15:17:45.4636877Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-09-27T15:17:45.5207045Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-09-27T15:17:45.5275284Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-09-27T15:17:45.6087547Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-09-27T15:17:45.6573616Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-09-27T15:17:45.6767872Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-09-27T15:17:45.6859392Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-09-27T15:17:45.7522041Z [ 14%] Linking C static library ../../lib/libcpuinfo.a 2022-09-27T15:17:45.7921969Z [ 14%] Built target cpuinfo 2022-09-27T15:17:45.7987076Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-09-27T15:17:45.8637079Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-09-27T15:17:45.9201406Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-09-27T15:17:46.0061464Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-09-27T15:17:46.0661757Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-09-27T15:17:46.1557737Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-09-27T15:17:46.2040435Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-09-27T15:17:46.3206610Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-09-27T15:17:46.3514729Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-09-27T15:17:46.3619574Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-09-27T15:17:46.5501926Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-09-27T15:17:46.5996293Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-09-27T15:17:46.6316258Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-09-27T15:17:46.7656334Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-09-27T15:17:46.8099226Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-09-27T15:17:46.8267294Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-09-27T15:17:46.8311326Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-09-27T15:17:46.8949441Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-09-27T15:17:46.9633795Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-09-27T15:17:47.0314446Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-09-27T15:17:47.0376919Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-09-27T15:17:47.0779993Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-09-27T15:17:47.0820679Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-09-27T15:17:47.1349033Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-09-27T15:17:47.1931319Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-09-27T15:17:47.2375232Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-09-27T15:17:47.2640105Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-09-27T15:17:47.3396642Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-09-27T15:17:47.3923104Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-09-27T15:17:47.3965053Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-09-27T15:17:47.4155075Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-09-27T15:17:47.4600279Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:17:47.5281952Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:17:47.6047283Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-09-27T15:17:47.6206693Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-09-27T15:17:47.6274925Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-09-27T15:17:47.6725836Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:17:47.7436953Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-09-27T15:17:47.8150822Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-09-27T15:17:47.8399800Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-09-27T15:17:47.8557955Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-09-27T15:17:47.8954356Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-09-27T15:17:47.9824960Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-09-27T15:17:48.0136411Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-09-27T15:17:48.0562394Z [ 14%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-09-27T15:17:48.0915864Z [ 14%] Built target cpuinfo_internals 2022-09-27T15:17:48.1072822Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-09-27T15:17:48.1430997Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-09-27T15:17:48.1765387Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-09-27T15:17:48.1975456Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-09-27T15:17:48.2733097Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:17:48.3557089Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:17:48.3770869Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-09-27T15:17:48.4160402Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-09-27T15:17:48.4407466Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-09-27T15:17:48.5314411Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-09-27T15:17:48.6146548Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:17:48.6173854Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-09-27T15:17:48.6613403Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-09-27T15:17:48.6897024Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:17:48.7836068Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:17:48.8541699Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-09-27T15:17:48.8744991Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:17:48.8915953Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-09-27T15:17:48.9584629Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:17:49.0457250Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:17:49.1016235Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-09-27T15:17:49.1265238Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-09-27T15:17:49.1482180Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-09-27T15:17:49.2097549Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:17:49.2582451Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-09-27T15:17:49.2867293Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-09-27T15:17:49.3638899Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-09-27T15:17:49.3830068Z [ 14%] Built target torch_python_stubs 2022-09-27T15:17:49.4094072Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-09-27T15:17:49.4532924Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:17:49.4541070Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-09-27T15:17:49.4648160Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-09-27T15:17:49.4967778Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-09-27T15:17:49.5129318Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:17:49.5803449Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:17:49.5837515Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:17:49.6201128Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-09-27T15:17:49.6566528Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:17:49.6822603Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-09-27T15:17:49.6877702Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:17:49.7355101Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:17:49.7654049Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-09-27T15:17:49.8083612Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:17:49.8330800Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-09-27T15:17:49.8586672Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-09-27T15:17:49.8830679Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:17:49.9311090Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-09-27T15:17:49.9686234Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-09-27T15:17:49.9980874Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:17:50.0539649Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-09-27T15:17:50.0631026Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:17:50.1181849Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:17:50.1536759Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-09-27T15:17:50.1593285Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-09-27T15:17:50.2439112Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:17:50.2577878Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-09-27T15:17:50.2642238Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:17:50.3196228Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:17:50.3526271Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-09-27T15:17:50.3979418Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:17:50.4317968Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization_kernels.cpp.o 2022-09-27T15:17:50.4441961Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:17:50.4447366Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-09-27T15:17:50.4654445Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:17:50.5214500Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-09-27T15:17:50.5793658Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:17:50.6067758Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-09-27T15:17:50.6559996Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-09-27T15:17:50.6947802Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:17:50.6971484Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-09-27T15:17:50.7355269Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:17:50.7758996Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:17:50.8217621Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-09-27T15:17:50.8560493Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:17:50.8697566Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:17:50.9341794Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:17:50.9524369Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-09-27T15:17:50.9594581Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-09-27T15:17:50.9989380Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-09-27T15:17:51.0226718Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:17:51.0393559Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-09-27T15:17:51.1005780Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:17:51.1345286Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:17:51.1661261Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-09-27T15:17:51.1792543Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:17:51.1826857Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-09-27T15:17:51.2133098Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-09-27T15:17:51.2471952Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:17:51.3143603Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:17:51.3331921Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-09-27T15:17:51.3566163Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-09-27T15:17:51.3903976Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:17:51.4449840Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-09-27T15:17:51.4583915Z [ 14%] Linking C static library ../../lib/libqnnpack.a 2022-09-27T15:17:51.4861370Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-09-27T15:17:51.4877074Z [ 14%] Built target qnnpack 2022-09-27T15:17:51.4923195Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-09-27T15:17:51.5216865Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-09-27T15:17:51.5898954Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-09-27T15:17:51.6060714Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-09-27T15:17:51.7052106Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-09-27T15:17:51.7301753Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-09-27T15:17:51.7463128Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-09-27T15:17:51.7499313Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-09-27T15:17:51.8036186Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:17:51.8810419Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:17:51.9408679Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-09-27T15:17:51.9426489Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-09-27T15:17:51.9439902Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:17:51.9716158Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:17:52.0210284Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:17:52.0448829Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-09-27T15:17:52.0987321Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:17:52.1541149Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-09-27T15:17:52.1602443Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:17:52.1956303Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:17:52.2930781Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-09-27T15:17:52.3113560Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-09-27T15:17:52.3195175Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-09-27T15:17:52.3635547Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-09-27T15:17:52.4146700Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-09-27T15:17:52.4952697Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-09-27T15:17:52.5372179Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-09-27T15:17:52.5471135Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:17:52.5751155Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-09-27T15:17:52.6818275Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-09-27T15:17:52.7360427Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-09-27T15:17:52.7540671Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-09-27T15:17:52.7911866Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:17:52.8849977Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:17:52.8869648Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-09-27T15:17:52.9210757Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-09-27T15:17:52.9330399Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-09-27T15:17:52.9591425Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:17:53.0488576Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:17:53.1223981Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-09-27T15:17:53.1402190Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-09-27T15:17:53.1633915Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-09-27T15:17:53.1901110Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-09-27T15:17:53.2672759Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:17:53.3315928Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-09-27T15:17:53.3961830Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-09-27T15:17:53.4105576Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-09-27T15:17:53.4750734Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-09-27T15:17:53.5065765Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-09-27T15:17:53.5303777Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:17:53.5428169Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:17:53.6174541Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:17:53.6863343Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-09-27T15:17:53.6935740Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:17:53.7019094Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:17:53.7393660Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-09-27T15:17:53.7695953Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-09-27T15:17:53.7824219Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:17:53.8708938Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:17:53.8785064Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:17:53.9562375Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-09-27T15:17:53.9579778Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:17:53.9681925Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-09-27T15:17:53.9951583Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-09-27T15:17:54.0203687Z [ 15%] Built target generate-torch-sources 2022-09-27T15:17:54.0272580Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-09-27T15:17:54.0333984Z [ 15%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-09-27T15:17:54.0474781Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-09-27T15:17:54.0775984Z [ 15%] Built target pytorch_qnnpack 2022-09-27T15:17:54.0856823Z [ 15%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-09-27T15:17:54.1536159Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-09-27T15:17:54.2249025Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-09-27T15:17:54.2281446Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-09-27T15:17:54.2502353Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-09-27T15:17:54.2819155Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-09-27T15:17:54.2937005Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-09-27T15:17:54.3532801Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-09-27T15:17:54.4240048Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-09-27T15:17:54.4327060Z [ 16%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-09-27T15:17:54.4425836Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-09-27T15:17:54.5074188Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-09-27T15:17:54.5183051Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-09-27T15:17:54.5196517Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-09-27T15:17:54.5981800Z [ 17%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-09-27T15:17:54.6392207Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-09-27T15:17:54.6804035Z [ 17%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-09-27T15:17:54.6997977Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-09-27T15:17:54.7060280Z [ 17%] Built target nnpack_reference_layers 2022-09-27T15:17:54.7168983Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-09-27T15:17:54.7526307Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-09-27T15:17:54.8522539Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-09-27T15:17:54.9098398Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-09-27T15:17:54.9450446Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-09-27T15:17:55.0128645Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-09-27T15:17:55.0229451Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-09-27T15:17:55.1610718Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-09-27T15:17:55.1657079Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-09-27T15:17:55.2018948Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-09-27T15:17:55.2217729Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-09-27T15:17:55.3820547Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-09-27T15:17:55.4055560Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-09-27T15:17:55.4210965Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-09-27T15:17:55.4992698Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-09-27T15:17:55.5989482Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-09-27T15:17:55.6295133Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-09-27T15:17:55.6629437Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-09-27T15:17:55.7413988Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-09-27T15:17:55.7938054Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-09-27T15:17:55.8524418Z [ 18%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-09-27T15:17:55.9195306Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-09-27T15:17:55.9826253Z [ 18%] Linking CXX static library ../../../lib/libprotoc.a 2022-09-27T15:17:56.0564552Z [ 18%] Built target libprotoc 2022-09-27T15:17:56.0669082Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-09-27T15:17:56.0702654Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-09-27T15:17:56.1536799Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:17:56.1702086Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:17:56.2351450Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:17:56.2669214Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:17:56.3117497Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-09-27T15:17:56.3244583Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-09-27T15:17:56.3389917Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-09-27T15:17:56.3555885Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-09-27T15:17:56.3829168Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-09-27T15:17:56.4557152Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-09-27T15:17:56.5248298Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:17:56.5817017Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:17:56.5973904Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-09-27T15:17:56.6005001Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:17:56.6254148Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-09-27T15:17:56.6461050Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-09-27T15:17:56.6625449Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:17:56.6701534Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-09-27T15:17:56.7412403Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-09-27T15:17:56.7425354Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-09-27T15:17:56.8306100Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-09-27T15:17:56.9041739Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-09-27T15:17:56.9104544Z [ 19%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-09-27T15:17:56.9165247Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-09-27T15:17:56.9223242Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-09-27T15:17:56.9327778Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-09-27T15:17:57.0002282Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-09-27T15:17:57.0079166Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-09-27T15:17:57.0838350Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-09-27T15:17:57.0958824Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-09-27T15:17:57.1402477Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-09-27T15:17:57.1666471Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-09-27T15:17:57.1737077Z [ 19%] Built target indirection 2022-09-27T15:17:57.1799125Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-09-27T15:17:57.1971921Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-09-27T15:17:57.2483566Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-09-27T15:17:57.2703469Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-09-27T15:17:57.2825339Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-09-27T15:17:57.3246418Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-09-27T15:17:57.3514798Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-09-27T15:17:57.3642086Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-09-27T15:17:57.3729564Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-09-27T15:17:57.3963478Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-09-27T15:17:57.4289353Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-09-27T15:17:57.4355904Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-09-27T15:17:57.4692316Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-09-27T15:17:57.5886325Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-09-27T15:17:57.6641176Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-09-27T15:17:57.6642161Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-09-27T15:17:57.6914167Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-09-27T15:17:57.7145089Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-09-27T15:17:57.7444670Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-09-27T15:17:57.7637338Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-09-27T15:17:57.8022340Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-09-27T15:17:57.8200952Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-09-27T15:17:57.8602257Z [ 19%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:17:57.8712723Z [ 19%] Built target dnnl_cpu_x64 2022-09-27T15:17:57.8844184Z [ 19%] Built target packing 2022-09-27T15:17:57.8987726Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-09-27T15:17:57.9079359Z [ 19%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-09-27T15:17:57.9200309Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-09-27T15:17:57.9744589Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-09-27T15:17:58.0034241Z [ 19%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:17:58.0108090Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-09-27T15:17:58.0413567Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-09-27T15:17:58.0814051Z [ 19%] Linking CXX static library ../../../lib/libgmock.a 2022-09-27T15:17:58.0897825Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-09-27T15:17:58.1079510Z [ 19%] Built target gmock 2022-09-27T15:17:58.1174643Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-09-27T15:17:58.1283807Z [ 19%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-09-27T15:17:58.1424707Z [ 19%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-09-27T15:17:58.1783424Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-09-27T15:17:58.2038125Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-09-27T15:17:58.2374940Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-09-27T15:17:58.2666598Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-09-27T15:17:58.2786423Z [ 19%] Linking CXX static library ../../../lib/libgtest_main.a 2022-09-27T15:17:58.2813108Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-09-27T15:17:58.3023297Z [ 19%] Built target gtest_main 2022-09-27T15:17:58.3166784Z [ 19%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-09-27T15:17:58.3183927Z [ 19%] Built target jit 2022-09-27T15:17:58.3290528Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:17:58.3498780Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-09-27T15:17:58.3602319Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-09-27T15:17:58.4084817Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:17:58.4486520Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-09-27T15:17:58.4504074Z [ 19%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-09-27T15:17:58.4504984Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-09-27T15:17:58.4788985Z [ 19%] Built target benchmark_main 2022-09-27T15:17:58.4886435Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:17:58.4986531Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-09-27T15:17:58.5277733Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-09-27T15:17:58.5344263Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-09-27T15:17:58.5616938Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-09-27T15:17:58.6188041Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-09-27T15:17:58.6467252Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:17:58.7080458Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-09-27T15:17:58.7274869Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-09-27T15:17:58.7649098Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-09-27T15:17:58.7930568Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-09-27T15:17:58.8030448Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-09-27T15:17:58.8072601Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-09-27T15:17:58.8416712Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-09-27T15:17:58.8677833Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-09-27T15:17:58.8770980Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-09-27T15:17:58.9380794Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-09-27T15:17:58.9404678Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-09-27T15:17:58.9470688Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-09-27T15:17:59.0289072Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-09-27T15:17:59.0292834Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-09-27T15:17:59.0332372Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:17:59.0847112Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-09-27T15:17:59.1014216Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:17:59.1215978Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-09-27T15:17:59.1264230Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-09-27T15:17:59.1754005Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:17:59.1998456Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-09-27T15:17:59.2105578Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-09-27T15:17:59.2517622Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-09-27T15:17:59.2937977Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-09-27T15:17:59.2982545Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-09-27T15:17:59.3339115Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:17:59.3572853Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-09-27T15:17:59.3707280Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-09-27T15:17:59.3885073Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-09-27T15:17:59.3994529Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-09-27T15:17:59.4443692Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-09-27T15:17:59.4629425Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-09-27T15:17:59.4910719Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-09-27T15:17:59.5076501Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-09-27T15:17:59.5387949Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-09-27T15:17:59.5421528Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-09-27T15:17:59.5855423Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-09-27T15:17:59.6173344Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-09-27T15:17:59.6376523Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:17:59.6575579Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-09-27T15:17:59.7286043Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:17:59.7620518Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-09-27T15:17:59.7711778Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-09-27T15:17:59.8042056Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:17:59.8209719Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-09-27T15:17:59.8528630Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-09-27T15:17:59.8627516Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-09-27T15:17:59.8633338Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-09-27T15:17:59.9247186Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-09-27T15:17:59.9413571Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-09-27T15:17:59.9517786Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-09-27T15:17:59.9671490Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-09-27T15:17:59.9804904Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:18:00.0110397Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-09-27T15:18:00.0613051Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-09-27T15:18:00.0885533Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-09-27T15:18:00.1303125Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-09-27T15:18:00.1655880Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-09-27T15:18:00.1657165Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-09-27T15:18:00.1979227Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-09-27T15:18:00.2283728Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-09-27T15:18:00.2465224Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-09-27T15:18:00.2621720Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-09-27T15:18:00.2899801Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-09-27T15:18:00.3080431Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:18:00.3212294Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:18:00.3441195Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-09-27T15:18:00.3857977Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:18:00.3859275Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-09-27T15:18:00.4405963Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-09-27T15:18:00.4577163Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-09-27T15:18:00.4676025Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-09-27T15:18:00.5270338Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-09-27T15:18:00.5283272Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-09-27T15:18:00.5363376Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-09-27T15:18:00.5545703Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:18:00.6019303Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-09-27T15:18:00.6418416Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-09-27T15:18:00.7016028Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-09-27T15:18:00.7064939Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-09-27T15:18:00.7682096Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-09-27T15:18:00.7825477Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-09-27T15:18:00.7854860Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-09-27T15:18:00.7982021Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-09-27T15:18:00.8569421Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-09-27T15:18:00.8613237Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-09-27T15:18:00.9033343Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-09-27T15:18:00.9389556Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-09-27T15:18:00.9390474Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-09-27T15:18:00.9967927Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-09-27T15:18:01.0106512Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-09-27T15:18:01.0144665Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-09-27T15:18:01.0211495Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-09-27T15:18:01.0827515Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-09-27T15:18:01.0904717Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-09-27T15:18:01.0986472Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-09-27T15:18:01.1767786Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-09-27T15:18:01.1811958Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-09-27T15:18:01.2617654Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-09-27T15:18:01.2691457Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-09-27T15:18:01.2704455Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-09-27T15:18:01.3478864Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-09-27T15:18:01.3490322Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-09-27T15:18:01.3637121Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-09-27T15:18:01.3670118Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-09-27T15:18:01.4261612Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-09-27T15:18:01.4281896Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-09-27T15:18:01.4332268Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-09-27T15:18:01.5092072Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-09-27T15:18:01.5186579Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-09-27T15:18:01.5804406Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-09-27T15:18:01.5858260Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-09-27T15:18:01.5903203Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-09-27T15:18:01.6583023Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-09-27T15:18:01.6794011Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-09-27T15:18:01.6843384Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-09-27T15:18:01.7016546Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-09-27T15:18:01.7624428Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-09-27T15:18:01.7809334Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:18:01.7885288Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-09-27T15:18:01.8698186Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-09-27T15:18:01.8802287Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:18:01.9532996Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-09-27T15:18:01.9773549Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-09-27T15:18:01.9774694Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-09-27T15:18:02.0302926Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-09-27T15:18:02.0531601Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-09-27T15:18:02.0627473Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:18:02.0709120Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-09-27T15:18:02.1637530Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-09-27T15:18:02.1806749Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:18:02.1996264Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-09-27T15:18:02.2219913Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-09-27T15:18:02.2589327Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:18:02.2879343Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-09-27T15:18:02.3142237Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:18:02.3629827Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-09-27T15:18:02.3641826Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-09-27T15:18:02.3825905Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:18:02.3913097Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-09-27T15:18:02.4420515Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:18:02.4517230Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:18:02.4758196Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:18:02.5187401Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:18:02.5208867Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:18:02.5333565Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-09-27T15:18:02.5581531Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-09-27T15:18:02.5983544Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-09-27T15:18:02.5985994Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-09-27T15:18:02.6206738Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:18:02.6583661Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:18:02.6818141Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-09-27T15:18:02.7327214Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:18:02.7343684Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-09-27T15:18:02.7681580Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-09-27T15:18:02.7721373Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:18:02.7857492Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:18:02.8821365Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:18:02.9164555Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-09-27T15:18:03.0123771Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-09-27T15:18:03.0183146Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-09-27T15:18:03.0231367Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-09-27T15:18:03.0513108Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:18:03.1053239Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:18:03.1568057Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:18:03.1826045Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-09-27T15:18:03.1914331Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:18:03.2349094Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:18:03.2559272Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-09-27T15:18:03.2800728Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-09-27T15:18:03.3044107Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:18:03.3436427Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:18:03.3624872Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:18:03.3898975Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:18:03.4243091Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-09-27T15:18:03.4496827Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:18:03.4829213Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-09-27T15:18:03.5134265Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:18:03.5552525Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:18:03.5817161Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-09-27T15:18:03.5865107Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:18:03.6289172Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:18:03.7033329Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-09-27T15:18:03.7132653Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-09-27T15:18:03.7798346Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:18:03.8141825Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-09-27T15:18:03.8349082Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:18:03.8563340Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:18:03.8818199Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:18:03.9136628Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:18:03.9490189Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:18:03.9652333Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:18:03.9927745Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-09-27T15:18:04.0160668Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:18:04.0444768Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:18:04.0747433Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:18:04.0792398Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:18:04.1070631Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-09-27T15:18:04.1315571Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-09-27T15:18:04.1345196Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:18:04.1534106Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:18:04.2121662Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:18:04.2542538Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:18:04.2788003Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-09-27T15:18:04.3116171Z [ 22%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-09-27T15:18:04.3215021Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:18:04.3619802Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:18:04.4003235Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:18:04.4226667Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:18:04.4500654Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:18:04.4676715Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-09-27T15:18:04.5196261Z [ 24%] Built target fbgemm_generic 2022-09-27T15:18:04.5308760Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:18:04.5332684Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-09-27T15:18:04.5357144Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:18:04.5418792Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-09-27T15:18:04.6114548Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:18:04.6144593Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:18:04.6246419Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:18:04.6648236Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-09-27T15:18:04.6745255Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-09-27T15:18:04.6897407Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:18:04.7069698Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:18:04.7603382Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:18:04.8216222Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:18:04.8255008Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:18:04.8490317Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:18:04.8933292Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-09-27T15:18:04.9101345Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:18:04.9241235Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:18:04.9398316Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:18:04.9866228Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:18:04.9928320Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:18:05.0333759Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:18:05.0527301Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:18:05.0528451Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-09-27T15:18:05.0787432Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:18:05.1100337Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:18:05.1323238Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-09-27T15:18:05.1416742Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:18:05.1741808Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:18:05.2416961Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-09-27T15:18:05.2573508Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:18:05.3044666Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:18:05.3057583Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-09-27T15:18:05.3219172Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:18:05.3894784Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-09-27T15:18:05.4138902Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:18:05.4466378Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-09-27T15:18:05.4929661Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:18:05.5374856Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:18:05.5479434Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-09-27T15:18:05.5612361Z [ 24%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-09-27T15:18:05.6109581Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-09-27T15:18:05.6188232Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:18:05.6968175Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:18:05.6986630Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-09-27T15:18:05.7011828Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:18:05.7786528Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:18:05.7867004Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-09-27T15:18:05.8418143Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:18:05.8543237Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:18:05.8732559Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-09-27T15:18:05.9359417Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:18:05.9846663Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-09-27T15:18:05.9926170Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:18:06.0027116Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-09-27T15:18:06.0159164Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:18:06.0666692Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:18:06.1075549Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:18:06.1278914Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-09-27T15:18:06.1762699Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:18:06.1990030Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-09-27T15:18:06.2614953Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:18:06.2639233Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:18:06.3027648Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-09-27T15:18:06.3293508Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:18:06.4009702Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-09-27T15:18:06.4089024Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:18:06.4334683Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:18:06.4340735Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-09-27T15:18:06.5089013Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-09-27T15:18:06.5247855Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:18:06.5309662Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:18:06.5651080Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-09-27T15:18:06.6107820Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:18:06.6791149Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-09-27T15:18:06.7367195Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-09-27T15:18:06.7418016Z [ 24%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-09-27T15:18:06.7550313Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:18:06.7792882Z [ 24%] Built target fbgemm_avx2 2022-09-27T15:18:06.7860736Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:18:06.8369446Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:18:06.8584473Z [ 24%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-09-27T15:18:06.8656160Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:18:06.9252126Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-09-27T15:18:06.9352050Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-09-27T15:18:06.9409204Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:18:06.9552385Z [ 24%] Built target fbgemm_avx512 2022-09-27T15:18:06.9601544Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-09-27T15:18:06.9994116Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-09-27T15:18:07.0304966Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:18:07.0648313Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-09-27T15:18:07.0717317Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-09-27T15:18:07.1008232Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:18:07.1348478Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-09-27T15:18:07.1622974Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:18:07.1793605Z [ 24%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-09-27T15:18:07.1794760Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:18:07.2392065Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:18:07.2453997Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-09-27T15:18:07.2687925Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-09-27T15:18:07.3069189Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:18:07.3684873Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-09-27T15:18:07.3918197Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:18:07.4026501Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:18:07.4393324Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-09-27T15:18:07.4561789Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-09-27T15:18:07.4817068Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-09-27T15:18:07.4997687Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-09-27T15:18:07.5588039Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-09-27T15:18:07.6022138Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:18:07.6117296Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:18:07.6203669Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-09-27T15:18:07.6661204Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-09-27T15:18:07.6762923Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-09-27T15:18:07.7069311Z [ 24%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-09-27T15:18:07.7442675Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-09-27T15:18:07.7926103Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:18:07.7995420Z [ 24%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-09-27T15:18:07.8061187Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-09-27T15:18:07.8272213Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-09-27T15:18:07.8698837Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-09-27T15:18:07.8708167Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:18:07.9325617Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-09-27T15:18:07.9604816Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:18:07.9982073Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-09-27T15:18:08.0044820Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-09-27T15:18:08.0777689Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-09-27T15:18:08.0975480Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:18:08.1682537Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:08.1748070Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-09-27T15:18:08.2062319Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-09-27T15:18:08.2705435Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-09-27T15:18:08.2853288Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:08.3602741Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:18:08.3898716Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-09-27T15:18:08.4696290Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:18:08.4806271Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-09-27T15:18:08.4830841Z [ 24%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-09-27T15:18:08.4835707Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-09-27T15:18:08.4919178Z [ 24%] Built target dnnl 2022-09-27T15:18:08.5176679Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-09-27T15:18:08.5467855Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:18:08.5589445Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-09-27T15:18:08.6262089Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:18:08.6291655Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-09-27T15:18:08.6709799Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-09-27T15:18:08.7443009Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-09-27T15:18:08.7460656Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-09-27T15:18:08.7866755Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:18:08.8101236Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-09-27T15:18:08.8363125Z [ 24%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-09-27T15:18:08.8625089Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:18:08.9297720Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-09-27T15:18:08.9492181Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:18:08.9771985Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-09-27T15:18:09.0363972Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:18:09.0419724Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-09-27T15:18:09.1218406Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-09-27T15:18:09.1226969Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:18:09.1898602Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-09-27T15:18:09.1956491Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-09-27T15:18:09.2092388Z [ 24%] Generating src/x86_64-fma/max-pooling.py.o 2022-09-27T15:18:09.2244857Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-09-27T15:18:09.2632330Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-09-27T15:18:09.2879498Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:18:09.3336539Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-09-27T15:18:09.3761768Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:09.4033247Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-09-27T15:18:09.4487394Z [ 24%] Generating src/x86_64-fma/relu.py.o 2022-09-27T15:18:09.4587104Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:09.4681166Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-09-27T15:18:09.4984590Z [ 24%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-09-27T15:18:09.5356081Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-09-27T15:18:09.5404907Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:09.6136332Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-09-27T15:18:09.6243948Z [ 24%] Generating src/x86_64-fma/softmax.py.o 2022-09-27T15:18:09.6400588Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:09.6784687Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-09-27T15:18:09.7103073Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:18:09.7330114Z [ 24%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-09-27T15:18:09.7488760Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-09-27T15:18:09.7691098Z [ 25%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-09-27T15:18:09.7883578Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:18:09.8338783Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-09-27T15:18:09.8762129Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:09.9130860Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-09-27T15:18:09.9141677Z [ 26%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-09-27T15:18:09.9901931Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-09-27T15:18:10.0193950Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-09-27T15:18:10.0586824Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-09-27T15:18:10.1197605Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-09-27T15:18:10.1276372Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-09-27T15:18:10.2023149Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-09-27T15:18:10.2308859Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-09-27T15:18:10.2680433Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-09-27T15:18:10.3056703Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-09-27T15:18:10.3323697Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-09-27T15:18:10.3332676Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:18:10.4133275Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:18:10.4503735Z [ 27%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-09-27T15:18:10.4842185Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:10.4943038Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-09-27T15:18:10.5141271Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-09-27T15:18:10.5713371Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:10.6553228Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:10.7173448Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-09-27T15:18:10.7410238Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-09-27T15:18:10.7457665Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:10.7609864Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-09-27T15:18:10.8394087Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:10.8943380Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-09-27T15:18:10.9159375Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:10.9774122Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-09-27T15:18:10.9981441Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:11.0551376Z [ 27%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-09-27T15:18:11.0720339Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:11.0853807Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-09-27T15:18:11.1260312Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-09-27T15:18:11.1447703Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:18:11.2254397Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-09-27T15:18:11.2381311Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:18:11.2826232Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-09-27T15:18:11.3119624Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:18:11.3519841Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-09-27T15:18:11.4012949Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:18:11.4933729Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-09-27T15:18:11.5471963Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:11.6123279Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-09-27T15:18:11.6323737Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:18:11.6955225Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-09-27T15:18:11.6989565Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-09-27T15:18:11.7081837Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:18:11.7843473Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-09-27T15:18:11.8212936Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/Logger.cpp:28:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] 2022-09-27T15:18:11.8214228Z #pragma GCC diagnostic ignored "-Wglobal-constructors" 2022-09-27T15:18:11.8214836Z ^~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:18:11.8273437Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-09-27T15:18:11.8519388Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-09-27T15:18:11.9129390Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-09-27T15:18:11.9287943Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-09-27T15:18:12.0076868Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-09-27T15:18:12.0731574Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-09-27T15:18:12.0824694Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-09-27T15:18:12.1372589Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-09-27T15:18:12.1504406Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-09-27T15:18:12.2278686Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:12.2356101Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-09-27T15:18:12.3136828Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-09-27T15:18:12.3493273Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-09-27T15:18:12.3609255Z [ 27%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-09-27T15:18:12.3868902Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-09-27T15:18:12.4536136Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-09-27T15:18:12.5220335Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-09-27T15:18:12.5929208Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-09-27T15:18:12.6078644Z [ 27%] Built target kineto_base 2022-09-27T15:18:12.6153956Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-09-27T15:18:12.6180672Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-09-27T15:18:12.6461537Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:12.6546614Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-09-27T15:18:12.7352807Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-09-27T15:18:12.8041210Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-09-27T15:18:12.8402967Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-09-27T15:18:12.8455580Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:12.8724933Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-09-27T15:18:12.8738913Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-09-27T15:18:12.9371159Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:18:13.0347150Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-09-27T15:18:13.0434495Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:13.1076134Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-09-27T15:18:13.1195366Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:13.1220880Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-09-27T15:18:13.1723027Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:13.1887173Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-09-27T15:18:13.1888518Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-09-27T15:18:13.2211885Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-09-27T15:18:13.2537496Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-09-27T15:18:13.2566986Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:18:13.2585602Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-09-27T15:18:13.3459366Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-09-27T15:18:13.3487649Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:18:13.4237553Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-09-27T15:18:13.4278130Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-09-27T15:18:13.4290895Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:18:13.4920391Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-09-27T15:18:13.4945885Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-09-27T15:18:13.4990853Z [ 27%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-09-27T15:18:13.5495028Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-09-27T15:18:13.5652178Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-09-27T15:18:13.6302326Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-09-27T15:18:13.6379101Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-09-27T15:18:13.6811535Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-09-27T15:18:13.6972907Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-09-27T15:18:13.7002711Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-09-27T15:18:13.7026903Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:18:13.7379406Z [ 27%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:18:13.7751614Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-09-27T15:18:13.7764535Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-09-27T15:18:13.8513070Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-09-27T15:18:13.8522557Z [ 27%] Built target c10_CompileTimeFunctionPointer_test 2022-09-27T15:18:13.8542626Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-09-27T15:18:13.8568134Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-09-27T15:18:13.8585758Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-09-27T15:18:13.9192718Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-09-27T15:18:13.9197794Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-09-27T15:18:13.9744901Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:18:13.9773466Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-09-27T15:18:13.9934452Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:18:14.0121368Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-09-27T15:18:14.0219736Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-09-27T15:18:14.0406480Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-09-27T15:18:14.0784213Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:18:14.0885078Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-09-27T15:18:14.1040665Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-09-27T15:18:14.1468186Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:18:14.1482474Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:18:14.1830599Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-09-27T15:18:14.2168939Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-09-27T15:18:14.2254823Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-09-27T15:18:14.2290365Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-09-27T15:18:14.2688832Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:18:14.2982287Z [ 27%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-09-27T15:18:14.3016588Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-09-27T15:18:14.3026050Z [ 27%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-09-27T15:18:14.3164000Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-09-27T15:18:14.3458036Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:18:14.3757450Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-09-27T15:18:14.4177885Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:18:14.4335859Z [ 28%] Linking C static library ../../lib/libnnpack.a 2022-09-27T15:18:14.4520392Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-09-27T15:18:14.4689128Z [ 28%] Built target nnpack 2022-09-27T15:18:14.4770038Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-09-27T15:18:14.4985554Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:18:14.5154532Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:18:14.5348428Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:18:14.5425579Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-09-27T15:18:14.5549630Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-09-27T15:18:14.5695865Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-09-27T15:18:14.6044900Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-09-27T15:18:14.6201661Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-09-27T15:18:14.6468129Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:18:14.6860454Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-09-27T15:18:14.7296439Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:18:14.7599635Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:18:14.7931782Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-09-27T15:18:14.8206692Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-09-27T15:18:14.8440506Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-09-27T15:18:14.8523488Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:18:14.8597180Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-09-27T15:18:14.8605457Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:18:14.9353751Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-09-27T15:18:14.9554950Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:18:15.0108094Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-09-27T15:18:15.0279201Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:18:15.0353128Z [ 28%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-09-27T15:18:15.0752571Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-09-27T15:18:15.1135853Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:18:15.1505248Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-09-27T15:18:15.2241617Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-09-27T15:18:15.2246616Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-09-27T15:18:15.2526160Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:18:15.2820143Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-09-27T15:18:15.3124898Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-09-27T15:18:15.3271527Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:18:15.3333448Z [ 28%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-09-27T15:18:15.4010817Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:18:15.4469671Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-09-27T15:18:15.4753243Z [ 28%] Built target c10_DeviceGuard_test 2022-09-27T15:18:15.4801809Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:18:15.5062858Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-09-27T15:18:15.5110011Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-09-27T15:18:15.5514555Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:18:15.5580087Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-09-27T15:18:15.5701554Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-09-27T15:18:15.5735671Z [ 28%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-09-27T15:18:15.5780052Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-09-27T15:18:15.6351196Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:18:15.6556247Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-09-27T15:18:15.7146021Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:18:15.7393428Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-09-27T15:18:15.7453163Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:18:15.7778201Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-09-27T15:18:15.7792617Z [ 29%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-09-27T15:18:15.7899650Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:15.8113414Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:15.8232013Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-09-27T15:18:15.8419543Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:15.8718420Z [ 29%] Built target tensorpipe 2022-09-27T15:18:15.8865093Z [ 29%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-09-27T15:18:15.8961382Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:15.8981760Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-09-27T15:18:15.9185129Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:18:15.9327941Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-09-27T15:18:15.9803213Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-09-27T15:18:15.9859749Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:18:15.9889948Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-09-27T15:18:15.9934904Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-09-27T15:18:16.0526981Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-09-27T15:18:16.0682681Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-09-27T15:18:16.0798281Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:18:16.1102524Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:18:16.1239412Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-09-27T15:18:16.1251745Z [ 29%] Linking CXX executable ../../bin/c10_Device_test 2022-09-27T15:18:16.1834622Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:18:16.1944040Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.2040596Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-09-27T15:18:16.2525592Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-09-27T15:18:16.2533953Z [ 30%] Built target c10_Device_test 2022-09-27T15:18:16.2594625Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-09-27T15:18:16.2689830Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-09-27T15:18:16.2783828Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.2841793Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.3201362Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-09-27T15:18:16.3312209Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.3380464Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:18:16.3608768Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:18:16.3870293Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-09-27T15:18:16.4126608Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-09-27T15:18:16.4187005Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-09-27T15:18:16.4326719Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-09-27T15:18:16.4365017Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:18:16.4748703Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-09-27T15:18:16.4883382Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:18:16.5056650Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:18:16.5458240Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:18:16.5539200Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-09-27T15:18:16.5919985Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:18:16.6120856Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-09-27T15:18:16.6184466Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:18:16.6509247Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:18:16.6775893Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-09-27T15:18:16.7086310Z [ 30%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-09-27T15:18:16.7316566Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.7365063Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-09-27T15:18:16.7464613Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.8058344Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-09-27T15:18:16.8081314Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-09-27T15:18:16.8244012Z [ 30%] Built target c10_DispatchKeySet_test 2022-09-27T15:18:16.8377600Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-09-27T15:18:16.8427124Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-09-27T15:18:16.8658884Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-09-27T15:18:16.8680868Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-09-27T15:18:16.8689027Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:16.9332319Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-09-27T15:18:16.9664165Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:18:17.0015009Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:18:17.0263137Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-09-27T15:18:17.0620940Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:18:17.0668706Z [ 30%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-09-27T15:18:17.0940438Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-09-27T15:18:17.1292773Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:18:17.1462714Z [ 30%] Linking CXX executable ../../bin/c10_SymInt_test 2022-09-27T15:18:17.1577836Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-09-27T15:18:17.1827580Z [ 30%] Built target c10_StreamGuard_test 2022-09-27T15:18:17.1967207Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-09-27T15:18:17.2061184Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:18:17.2360083Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-09-27T15:18:17.2780544Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:18:17.2790537Z [ 30%] Built target c10_SymInt_test 2022-09-27T15:18:17.2836787Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:18:17.2837692Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:18:17.3253367Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-09-27T15:18:17.3567485Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-09-27T15:18:17.3639805Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-09-27T15:18:17.3933664Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-09-27T15:18:17.4221270Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:18:17.4312221Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-09-27T15:18:17.4563362Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-09-27T15:18:17.4743684Z [ 30%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-09-27T15:18:17.4893821Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:18:17.4939047Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-09-27T15:18:17.5151592Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-09-27T15:18:17.5443937Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:18:17.5541888Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-09-27T15:18:17.5671622Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:18:17.5939371Z [ 30%] Built target c10_InlineDeviceGuard_test 2022-09-27T15:18:17.6002772Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:18:17.6304723Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-09-27T15:18:17.6527088Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-09-27T15:18:17.6865078Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-09-27T15:18:17.6956768Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:18:17.6959813Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:18:17.7098691Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:18:17.7408404Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:18:17.7439366Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-09-27T15:18:17.7845033Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-09-27T15:18:17.8033311Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:18:17.8163410Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-09-27T15:18:17.8783015Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:18:17.8835669Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-09-27T15:18:17.9116378Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:18:17.9589568Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-09-27T15:18:18.0076828Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-09-27T15:18:18.0226750Z [ 30%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-09-27T15:18:18.0280632Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:18:18.0353820Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-09-27T15:18:18.0384879Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-09-27T15:18:18.0820663Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-09-27T15:18:18.1110469Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:18:18.1475729Z [ 30%] Built target c10_InlineStreamGuard_test 2022-09-27T15:18:18.1553360Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-09-27T15:18:18.1621841Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-09-27T15:18:18.1962052Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-09-27T15:18:18.2336301Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:18:18.2811073Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-09-27T15:18:18.3718305Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-09-27T15:18:18.4226302Z [ 30%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-09-27T15:18:18.4324592Z [ 30%] Linking CXX executable ../../bin/c10_Array_test 2022-09-27T15:18:18.4337962Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-09-27T15:18:18.4668453Z [ 30%] Linking CXX executable ../../bin/c10_Bitset_test 2022-09-27T15:18:18.4960600Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-09-27T15:18:18.5471695Z [ 30%] Built target c10_Array_test 2022-09-27T15:18:18.5573662Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-09-27T15:18:18.5658596Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-09-27T15:18:18.5785885Z [ 30%] Built target c10_SizesAndStrides_test 2022-09-27T15:18:18.5838818Z [ 30%] Built target c10_Bitset_test 2022-09-27T15:18:18.5915505Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-09-27T15:18:18.6000457Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-09-27T15:18:18.6122736Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:18:18.6184153Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-09-27T15:18:18.6942278Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-09-27T15:18:18.7631346Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-09-27T15:18:18.8188080Z [ 30%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-09-27T15:18:18.8244645Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-09-27T15:18:18.8502770Z [ 30%] Linking CXX executable ../../bin/c10_C++17_test 2022-09-27T15:18:18.8706292Z [ 30%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-09-27T15:18:18.8894407Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-09-27T15:18:18.9103647Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:18:18.9523409Z [ 30%] Built target c10_ConstexprCrc_test 2022-09-27T15:18:18.9780909Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-09-27T15:18:18.9873153Z [ 30%] Built target c10_C++17_test 2022-09-27T15:18:19.0050738Z [ 30%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-09-27T15:18:19.0242319Z [ 30%] Built target c10_DeadlockDetection_test 2022-09-27T15:18:19.0281257Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:18:19.0370911Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:18:19.0902589Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-09-27T15:18:19.1583124Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-09-27T15:18:19.1584133Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-09-27T15:18:19.2287936Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:18:19.2288681Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-09-27T15:18:19.2599651Z [ 31%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-09-27T15:18:19.2676345Z [ 31%] Linking CXX executable ../../bin/c10_Half_test 2022-09-27T15:18:19.2972089Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:18:19.3068810Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-09-27T15:18:19.3839646Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-09-27T15:18:19.3875400Z [ 31%] Built target c10_LeftRight_test 2022-09-27T15:18:19.3981079Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:18:19.4008326Z [ 31%] Built target c10_Half_test 2022-09-27T15:18:19.4025842Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-09-27T15:18:19.4068674Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:18:19.4432893Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:18:19.4714419Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-09-27T15:18:19.5136660Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:18:19.5538238Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-09-27T15:18:19.5701017Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:18:19.6250966Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-09-27T15:18:19.6335490Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-09-27T15:18:19.6362201Z [ 31%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-09-27T15:18:19.6461963Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-09-27T15:18:19.6960802Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-09-27T15:18:19.7300784Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-09-27T15:18:19.7397802Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-09-27T15:18:19.7477114Z [ 31%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-09-27T15:18:19.7523313Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-09-27T15:18:19.7529184Z [ 31%] Built target c10_Metaprogramming_test 2022-09-27T15:18:19.7576204Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-09-27T15:18:19.7789937Z [ 31%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-09-27T15:18:19.8073437Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:18:19.8307965Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:18:19.8550832Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-09-27T15:18:19.9373325Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-09-27T15:18:19.9411173Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:18:19.9797263Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-09-27T15:18:20.0123648Z [ 32%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-09-27T15:18:20.0220483Z [ 32%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-09-27T15:18:20.0267799Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-09-27T15:18:20.0347435Z [ 32%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-09-27T15:18:20.0477397Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-09-27T15:18:20.0868145Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:18:20.1193605Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-09-27T15:18:20.1478226Z [ 32%] Built target c10_Synchronized_test 2022-09-27T15:18:20.1623254Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-09-27T15:18:20.1730216Z [ 32%] Built target c10_SmallVectorTest 2022-09-27T15:18:20.1736951Z [ 32%] Built target c10_ThreadLocal_test 2022-09-27T15:18:20.1793033Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-09-27T15:18:20.1794009Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-09-27T15:18:20.2136461Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-09-27T15:18:20.2352076Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-09-27T15:18:20.2492975Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-09-27T15:18:20.2496729Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-09-27T15:18:20.2519855Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:18:20.2714764Z [ 32%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-09-27T15:18:20.3187438Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-09-27T15:18:20.3913849Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-09-27T15:18:20.3977343Z [ 32%] Built target c10_TypeIndex_test 2022-09-27T15:18:20.4115336Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-09-27T15:18:20.4139610Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:18:20.4875430Z [ 32%] Linking CXX executable ../../bin/c10_TypeList_test 2022-09-27T15:18:20.4934958Z [ 32%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-09-27T15:18:20.5278673Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-09-27T15:18:20.5279464Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:18:20.5346248Z [ 32%] Linking CXX executable ../../bin/c10_accumulate_test 2022-09-27T15:18:20.5542981Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-09-27T15:18:20.6078738Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:18:20.6257961Z [ 32%] Built target c10_TypeTraits_test 2022-09-27T15:18:20.6259060Z [ 32%] Built target c10_TypeList_test 2022-09-27T15:18:20.6310392Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-09-27T15:18:20.6370378Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-09-27T15:18:20.6386268Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:18:20.6651446Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:18:20.6684291Z [ 32%] Built target c10_accumulate_test 2022-09-27T15:18:20.6732829Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:18:20.7059095Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-09-27T15:18:20.7263243Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-09-27T15:18:20.7613595Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-09-27T15:18:20.7837896Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-09-27T15:18:20.7951802Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:18:20.8031899Z [ 32%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-09-27T15:18:20.8048354Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:18:20.8389624Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-09-27T15:18:20.8590449Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-09-27T15:18:20.9157258Z [ 33%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-09-27T15:18:20.9164437Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-09-27T15:18:20.9298754Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-09-27T15:18:20.9416508Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:18:20.9800526Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:18:20.9822169Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-09-27T15:18:21.0532201Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-09-27T15:18:21.0574934Z [ 33%] Built target c10_bfloat16_test 2022-09-27T15:18:21.0625121Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-09-27T15:18:21.0847684Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-09-27T15:18:21.1052316Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:18:21.1059657Z [ 33%] Linking CXX executable ../../bin/c10_complex_math_test 2022-09-27T15:18:21.1261732Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:18:21.1462252Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:18:21.2166533Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-09-27T15:18:21.2211821Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-09-27T15:18:21.2269714Z [ 33%] Built target c10_complex_math_test 2022-09-27T15:18:21.2329803Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-09-27T15:18:21.2377148Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.2493221Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.2647479Z [ 33%] Linking CXX executable ../../bin/c10_complex_test 2022-09-27T15:18:21.2889502Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.2972598Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.3058277Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:18:21.3077236Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:18:21.3344153Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-09-27T15:18:21.3701394Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-09-27T15:18:21.3838472Z [ 33%] Built target c10_complex_test 2022-09-27T15:18:21.3886145Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:18:21.3916642Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-09-27T15:18:21.3978923Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:18:21.3991693Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-09-27T15:18:21.4059159Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.4415023Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.4766500Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-09-27T15:18:21.4782251Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-09-27T15:18:21.5028336Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-09-27T15:18:21.5176428Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-09-27T15:18:21.5223343Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.5417977Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.5532247Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:18:21.5795649Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:18:21.6023135Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-09-27T15:18:21.6129626Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-09-27T15:18:21.6377597Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-09-27T15:18:21.6599148Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-09-27T15:18:21.6782922Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:18:21.6896983Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-09-27T15:18:21.6973944Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:18:21.6992308Z [ 33%] Linking CXX executable ../../bin/c10_either_test 2022-09-27T15:18:21.7004464Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:18:21.7338320Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:18:21.7617173Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-09-27T15:18:21.7648468Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-09-27T15:18:21.7717545Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:18:21.7850612Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-09-27T15:18:21.8182917Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-09-27T15:18:21.8395568Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-09-27T15:18:21.8645025Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-09-27T15:18:21.8673029Z [ 33%] Built target c10_either_test 2022-09-27T15:18:21.8723351Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-09-27T15:18:21.9002372Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:21.9016209Z [ 33%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-09-27T15:18:21.9462648Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-09-27T15:18:21.9843211Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:22.0344422Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-09-27T15:18:22.0656950Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:22.0937925Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-09-27T15:18:22.0938962Z [ 33%] Linking CXX executable ../../bin/c10_exception_test 2022-09-27T15:18:22.1344061Z [ 33%] Linking CXX executable ../../bin/c10_flags_test 2022-09-27T15:18:22.1482723Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:18:22.1836676Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-09-27T15:18:22.2060500Z [ 33%] Linking CXX executable ../../bin/c10_irange_test 2022-09-27T15:18:22.2134810Z [ 33%] Built target c10_exception_test 2022-09-27T15:18:22.2199076Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-09-27T15:18:22.2303541Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:18:22.2435812Z [ 33%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-09-27T15:18:22.2448739Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:18:22.2622810Z [ 33%] Built target c10_flags_test 2022-09-27T15:18:22.2685514Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:18:22.2827494Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-09-27T15:18:22.3289116Z [ 33%] Built target c10_irange_test 2022-09-27T15:18:22.3334843Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-09-27T15:18:22.3414974Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-09-27T15:18:22.3572964Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-09-27T15:18:22.3631608Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:18:22.3841256Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-09-27T15:18:22.3952405Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:18:22.3991537Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-09-27T15:18:22.4131190Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:18:22.4451171Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-09-27T15:18:22.4510290Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-09-27T15:18:22.5132552Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-09-27T15:18:22.5308908Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:18:22.5313375Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-09-27T15:18:22.5595258Z [ 34%] Built target c10_intrusive_ptr_test 2022-09-27T15:18:22.5661313Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:18:22.5823252Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:18:22.5990819Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-09-27T15:18:22.6611272Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-09-27T15:18:22.6772154Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:18:22.6794132Z [ 34%] Linking CXX executable ../../bin/c10_logging_test 2022-09-27T15:18:22.6963109Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-09-27T15:18:22.7213620Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:18:22.7330123Z [ 34%] Linking CXX executable ../../bin/c10_optional_test 2022-09-27T15:18:22.7337396Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-09-27T15:18:22.7774707Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-09-27T15:18:22.7922053Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-09-27T15:18:22.8029513Z [ 34%] Built target c10_logging_test 2022-09-27T15:18:22.8149608Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-09-27T15:18:22.8346466Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:18:22.8576941Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:18:22.8678328Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-09-27T15:18:22.8759847Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-09-27T15:18:22.8883068Z [ 34%] Built target c10_optional_test 2022-09-27T15:18:22.9062218Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-09-27T15:18:22.9511158Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-09-27T15:18:22.9543665Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-09-27T15:18:23.0002038Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:18:23.0354910Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-09-27T15:18:23.0876674Z [ 34%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-09-27T15:18:23.1118206Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-09-27T15:18:23.1358533Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:18:23.1592911Z [ 34%] Linking CXX executable ../../bin/c10_registry_test 2022-09-27T15:18:23.1915597Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-09-27T15:18:23.2060517Z [ 34%] Built target c10_ordered_preserving_dict_test 2022-09-27T15:18:23.2110500Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-09-27T15:18:23.2204263Z [ 34%] Linking CXX executable ../../bin/c10_string_view_test 2022-09-27T15:18:23.2353264Z [ 34%] Linking CXX executable ../../bin/c10_tempfile_test 2022-09-27T15:18:23.2554633Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:18:23.2741024Z [ 34%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-09-27T15:18:23.2828948Z [ 34%] Built target c10_registry_test 2022-09-27T15:18:23.2914257Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:18:23.3041566Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-09-27T15:18:23.3447262Z [ 34%] Built target c10_string_view_test 2022-09-27T15:18:23.3558182Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-09-27T15:18:23.3768952Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-09-27T15:18:23.3819391Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:18:23.3960149Z [ 34%] Built target c10_tempfile_test 2022-09-27T15:18:23.4009929Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:18:23.4198763Z [ 34%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-09-27T15:18:23.4296828Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-09-27T15:18:23.4464058Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:18:23.5018489Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-09-27T15:18:23.5113014Z [ 34%] Generating ../../../include/sleef.h 2022-09-27T15:18:23.5171843Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-09-27T15:18:23.5222694Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-09-27T15:18:23.5310273Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-09-27T15:18:23.5357269Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-09-27T15:18:23.5376067Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-09-27T15:18:23.5393318Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-09-27T15:18:23.5424169Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-09-27T15:18:23.5440576Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-09-27T15:18:23.5449558Z [ 34%] Generating include/renameavx512fnofma.h 2022-09-27T15:18:23.5459800Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-09-27T15:18:23.5460379Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-09-27T15:18:23.5474478Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-09-27T15:18:23.5489066Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-09-27T15:18:23.5511213Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-09-27T15:18:23.5514807Z [ 34%] Built target renameAVX512FNOFMA.h_generated 2022-09-27T15:18:23.5531650Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-09-27T15:18:23.5563435Z [ 34%] Generating include/renameavx512fnofma.h 2022-09-27T15:18:23.5583343Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-09-27T15:18:23.5635765Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:23.5646725Z [ 34%] Generating include/renamecuda.h 2022-09-27T15:18:23.5658072Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-09-27T15:18:23.5736916Z [ 34%] Built target headers 2022-09-27T15:18:23.5797386Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:23.5812310Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:23.5815226Z [ 34%] Linking CXX executable ../../bin/c10_typeid_test 2022-09-27T15:18:23.5952637Z [ 34%] Generating alias_avx512f.h 2022-09-27T15:18:23.6054055Z [ 34%] Built target alias_avx512f.h_generated 2022-09-27T15:18:23.6121840Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:23.6159103Z [ 34%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-09-27T15:18:23.6704149Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-09-27T15:18:23.6828554Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-09-27T15:18:23.6975687Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:23.6996325Z [ 34%] Built target c10_typeid_test 2022-09-27T15:18:23.7017240Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:23.7174950Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-09-27T15:18:23.7592861Z [ 34%] Built target c10_intrusive_ptr_benchmark 2022-09-27T15:18:23.7656392Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-09-27T15:18:23.7920222Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:23.8355621Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:23.8458555Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:18:23.8585271Z [ 34%] Built target sleefavx2 2022-09-27T15:18:23.8636282Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:18:23.8699259Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:23.8972169Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:23.9125860Z [ 34%] Built target sleefdetavx2 2022-09-27T15:18:23.9246236Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:18:23.9508571Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-09-27T15:18:23.9650900Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:23.9753133Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:23.9815713Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.0032169Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.0463208Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.0561276Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:24.0737276Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:24.1029400Z [ 34%] Built target sleefavx2128 2022-09-27T15:18:24.1103873Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:24.1185626Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.1275342Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.1482298Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-09-27T15:18:24.1539782Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.1871303Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:24.2027827Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-09-27T15:18:24.2676154Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:24.2781819Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:24.2823210Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:18:24.2873674Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:18:24.3272767Z [ 34%] Built target sleefdetavx2128 2022-09-27T15:18:24.3322946Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:18:24.3574797Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:18:24.3629350Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:24.3818215Z [ 34%] Built target sleeffma4 2022-09-27T15:18:24.3901541Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:24.3949012Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:24.4064385Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:24.4407852Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.4479406Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:24.4866555Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.4880929Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.4884413Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.5078929Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-09-27T15:18:24.5222277Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:24.5674230Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.6195436Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:24.6602419Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-09-27T15:18:24.6685462Z [ 34%] Built target sleefavx 2022-09-27T15:18:24.6734477Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-09-27T15:18:24.6853694Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.6887371Z [ 34%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.7092161Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.7270222Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:24.8206992Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:24.8289223Z [ 34%] Built target sleefdetavx 2022-09-27T15:18:24.8342325Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:18:24.8518676Z [ 35%] Built target sleefdetfma4 2022-09-27T15:18:24.8586926Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-09-27T15:18:24.8589331Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-09-27T15:18:24.8604483Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:18:24.8831921Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-09-27T15:18:24.8984636Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:24.9662868Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:24.9693162Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:18:24.9902962Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:18:25.0283819Z [ 35%] Built target sleefsse4 2022-09-27T15:18:25.0346547Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.0362009Z [ 35%] Built target sleefdetsse4 2022-09-27T15:18:25.0428309Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.0574245Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:18:25.0581771Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-09-27T15:18:25.0800585Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.1039526Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.1186618Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:18:25.1187808Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:18:25.1667230Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:18:25.1782178Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.2057668Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.2211640Z [ 35%] Built target sleefsse2 2022-09-27T15:18:25.2265229Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.2302654Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.2669472Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-09-27T15:18:25.2671378Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:18:25.2717877Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:18:25.2875676Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:18:25.3053135Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-09-27T15:18:25.3185529Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.3664310Z [ 35%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:18:25.3865863Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.4107618Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:18:25.4182658Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.4313419Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.4406538Z [ 35%] Built target sleefpurec_scalar 2022-09-27T15:18:25.4475667Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.4721893Z [ 36%] Built target sleefdetsse2 2022-09-27T15:18:25.4759678Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:18:25.4775594Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:18:25.4998909Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:18:25.5210609Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:18:25.5219519Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:18:25.5472832Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.5473635Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:18:25.5524775Z [ 36%] Built target sleefdetpurec_scalar 2022-09-27T15:18:25.5573107Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.5874604Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:18:25.6150865Z [ 36%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:18:25.6325257Z [ 36%] Generating dispsse.c 2022-09-27T15:18:25.6446719Z [ 36%] Built target dispsse.c_generated 2022-09-27T15:18:25.6452217Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.6470055Z [ 36%] Generating dispavx.c 2022-09-27T15:18:25.6494103Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.6501015Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.6557898Z [ 36%] Built target sleefpurecfma_scalar 2022-09-27T15:18:25.6605027Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.6619603Z [ 37%] Built target dispavx.c_generated 2022-09-27T15:18:25.6702898Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.6876805Z [ 37%] Built target sleefdetpurecfma_scalar 2022-09-27T15:18:25.6977156Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.7494823Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.7531794Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.7679350Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.7791060Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.7874896Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.8310106Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.8602102Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:25.8602734Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.8734116Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:18:25.8816834Z [ 37%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-09-27T15:18:25.9290261Z [ 37%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-09-27T15:18:25.9492840Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:25.9623728Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:25.9835840Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.0055674Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:18:26.0146233Z [ 37%] Linking CXX executable ../../../bin/protoc 2022-09-27T15:18:26.0446182Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:18:26.0692283Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:18:26.0889315Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.1086318Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:26.1267865Z [ 37%] Linking CXX static library ../../../lib/libgmock_main.a 2022-09-27T15:18:26.1510531Z [ 37%] Built target gmock_main 2022-09-27T15:18:26.1559765Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.1796061Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.1901175Z [ 37%] Linking CXX static library ../../lib/libfbgemm.a 2022-09-27T15:18:26.1905957Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:18:26.2072780Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:18:26.2412622Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:18:26.2754212Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:26.2815567Z [ 37%] Built target protoc 2022-09-27T15:18:26.2972877Z [ 37%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-09-27T15:18:26.3225416Z [ 37%] Linking CXX static library ../../../lib/libkineto.a 2022-09-27T15:18:26.3457747Z [ 37%] Built target fbgemm 2022-09-27T15:18:26.3523423Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.3534539Z [ 37%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-09-27T15:18:26.3618407Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:18:26.3626794Z [ 37%] Built target kineto 2022-09-27T15:18:26.3669199Z [ 37%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-09-27T15:18:26.3708843Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.4071864Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:26.4419574Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.4522077Z [ 37%] Built target dnnl_graph 2022-09-27T15:18:26.4583076Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.4622172Z [ 37%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-09-27T15:18:26.4852756Z [ 37%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-09-27T15:18:26.4853663Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-09-27T15:18:26.5238797Z [ 37%] Running gen_proto.py on onnx/onnx.in.proto 2022-09-27T15:18:26.5268465Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:18:26.5478301Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:26.5754475Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-09-27T15:18:26.5755291Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:18:26.5775783Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-09-27T15:18:26.5804519Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-09-27T15:18:26.5807510Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-09-27T15:18:26.5931216Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:18:26.6031881Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:18:26.6320810Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.6986671Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:18:26.7201370Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:18:26.7258180Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:18:26.7358983Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.7957565Z [ 37%] Built target Caffe2_PROTO 2022-09-27T15:18:26.8018706Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:26.8223172Z [ 37%] Built target gen_onnx_proto 2022-09-27T15:18:26.8271336Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.8298840Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:26.8527987Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.8654697Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:26.8700516Z [ 37%] Built target sleefavx512fnofma 2022-09-27T15:18:26.8786238Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:26.8993132Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:18:26.9222365Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:18:26.9371702Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:26.9504400Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:26.9599964Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:26.9663491Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:27.0396759Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.0503392Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:18:27.0526689Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:27.0759861Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:27.0883809Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:27.0932919Z [ 37%] Built target sleefdetavx512fnofma 2022-09-27T15:18:27.0998362Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:27.1315457Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:18:27.1562520Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-09-27T15:18:27.1563559Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:18:27.1601732Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:18:27.1646661Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.1955474Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:27.2694907Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:27.2779455Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.2808155Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.2913772Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:27.3122834Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:27.3189647Z [ 37%] Built target sleefavx512f 2022-09-27T15:18:27.3247711Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:27.3515910Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:27.3761771Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:18:27.3915735Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-09-27T15:18:27.4029669Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:27.4058722Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.4502901Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-09-27T15:18:27.4514633Z [ 37%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-09-27T15:18:27.4882698Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:27.5279689Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:27.5328529Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:18:27.5472476Z [ 37%] Built target sleefdetavx512f 2022-09-27T15:18:27.5538361Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:18:27.5612315Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:18:27.6011702Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:27.6231635Z [ 37%] Built target dispsse_obj 2022-09-27T15:18:27.6232003Z [ 37%] Built target dispavx_obj 2022-09-27T15:18:27.6293260Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:18:27.6382136Z [ 37%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-09-27T15:18:27.6532923Z [ 37%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-09-27T15:18:27.6632329Z [ 37%] Built target caffe2_protos 2022-09-27T15:18:27.6677436Z [ 37%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-09-27T15:18:27.6678255Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:18:27.6747080Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:18:27.6796962Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-09-27T15:18:27.6866419Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-09-27T15:18:27.6867168Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:18:27.6870636Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-09-27T15:18:27.6876775Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-09-27T15:18:27.6877573Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-09-27T15:18:27.6968666Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:18:27.7032918Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-09-27T15:18:27.7035354Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:18:27.7036747Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:18:27.7037997Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-09-27T15:18:27.7039171Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-09-27T15:18:27.7040096Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-09-27T15:18:27.7160061Z [ 37%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:18:27.7565463Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-09-27T15:18:27.7605704Z [ 37%] Built target gen_onnx_operators_proto 2022-09-27T15:18:27.7618362Z [ 37%] Built target gen_onnx_data_proto 2022-09-27T15:18:27.7620994Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:18:27.7651102Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-09-27T15:18:27.7668479Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-09-27T15:18:27.7843840Z [ 37%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-09-27T15:18:27.7932539Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.8201963Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:18:27.8419622Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:18:27.8459200Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:18:27.8655050Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:18:27.8699094Z [ 37%] Linking C static library ../../lib/libsleef.a 2022-09-27T15:18:27.8803772Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.9035407Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:18:27.9047974Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.9069303Z [ 37%] Built target sleef 2022-09-27T15:18:27.9143458Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:18:27.9160648Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:18:27.9280771Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:18:27.9782590Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:18:27.9964368Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:18:28.0070589Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:18:28.0092097Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-09-27T15:18:28.0355087Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-09-27T15:18:28.0429443Z [ 37%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-09-27T15:18:28.0740628Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:18:28.1044441Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:18:28.1124736Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:18:28.1434758Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:18:28.1869196Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:18:28.2459779Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:18:28.2584850Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:18:28.2799583Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:18:28.3087770Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:18:28.3175831Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:18:28.3220265Z [ 37%] Linking CXX static library ../../lib/libonnx_proto.a 2022-09-27T15:18:28.3443352Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:18:28.3491353Z [ 37%] Built target onnx_proto 2022-09-27T15:18:28.3535545Z [ 37%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:18:28.3540270Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:18:28.3698101Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:18:28.3822847Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:18:28.4236111Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:18:28.4899317Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:18:28.5148795Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:18:28.5222921Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:18:28.5630110Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:18:28.6109551Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:18:28.6153742Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:28.6623859Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:28.6830072Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:18:28.6931421Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:18:28.7142418Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:18:28.7337547Z [ 38%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:18:28.7472679Z [ 38%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-09-27T15:18:28.7958596Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:28.8063355Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:18:28.8277367Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-09-27T15:18:28.8352688Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:28.8903282Z [ 38%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-09-27T15:18:28.9281138Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:18:28.9336090Z [ 39%] Built target vec_test_all_types_AVX2 2022-09-27T15:18:28.9386378Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:28.9490344Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:18:28.9939649Z [ 39%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-09-27T15:18:29.0386930Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:29.0561349Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:29.0851800Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:29.1067487Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.1163661Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:18:29.1410892Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-09-27T15:18:29.1411853Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:18:29.1860958Z [ 39%] Built target vec_test_all_types_DEFAULT 2022-09-27T15:18:29.1909284Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:29.1921341Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:29.2162356Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:29.2449950Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:29.2618864Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:18:29.2796872Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:18:29.2940061Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.2980704Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.3394990Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:29.3914937Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-09-27T15:18:29.4040381Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.4276514Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-09-27T15:18:29.4284625Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-09-27T15:18:29.4340209Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:29.4456728Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:29.5199329Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.5284063Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:18:29.5323816Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:18:29.5781253Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.5826347Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:29.6362243Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:29.6528625Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:29.6618460Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:29.6774356Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:18:29.6859069Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-09-27T15:18:29.7043601Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-09-27T15:18:29.7193905Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-09-27T15:18:29.7432006Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-09-27T15:18:29.7797587Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:29.7833013Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:18:29.8321483Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:29.8625084Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:29.8873920Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-09-27T15:18:29.8955054Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-09-27T15:18:29.9260300Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:18:29.9457148Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:29.9657475Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:30.0085864Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:30.0180750Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:30.0401362Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:18:30.0459466Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:18:30.0673346Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:18:30.0981326Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:18:30.1095966Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:30.1427282Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-09-27T15:18:30.1478470Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-09-27T15:18:30.1657424Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-09-27T15:18:30.1844762Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-09-27T15:18:30.1999556Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:30.2056126Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:18:30.3075340Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:30.3594822Z [ 39%] 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-09-27T15:18:30.3968387Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:30.4051592Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:18:30.4104565Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:18:30.4356433Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:18:30.4536017Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-09-27T15:18:30.4760237Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:30.4821499Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-09-27T15:18:30.5235237Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-09-27T15:18:30.5387039Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-09-27T15:18:30.5638065Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:18:30.5686688Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:30.6633520Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:30.6943426Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:18:30.7074542Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-09-27T15:18:30.7556711Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:18:30.7603783Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:30.8006735Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:30.8063322Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:30.8459421Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:30.8465896Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:18:30.8725635Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:30.8925373Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:18:30.9080726Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:18:30.9441593Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:30.9542672Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:30.9742294Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-09-27T15:18:30.9756321Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-09-27T15:18:31.0270548Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-09-27T15:18:31.0271572Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-09-27T15:18:31.0433747Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:31.0660903Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.1600070Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:31.2035964Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.2656445Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:31.2733791Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:31.2906283Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:31.2983316Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:31.3233611Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-09-27T15:18:31.3373970Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.3548614Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:18:31.3686986Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:18:31.3785389Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:18:31.4074202Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:31.4672552Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:31.4708896Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:31.4938436Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:18:31.5023437Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-09-27T15:18:31.5506390Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:18:31.5605024Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-09-27T15:18:31.5609209Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-09-27T15:18:31.5891479Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.5943161Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.6250609Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:18:31.7002297Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:18:31.7164635Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:18:31.7438513Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:18:31.7548478Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.7813987Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:31.8017646Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-09-27T15:18:31.8196417Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:18:31.8206716Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-09-27T15:18:31.8641864Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-09-27T15:18:31.8766316Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-09-27T15:18:31.8873939Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-09-27T15:18:31.9000027Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:18:31.9038959Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:18:31.9937909Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:18:32.0117958Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:18:32.0695624Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:18:32.1070980Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:18:32.1346136Z [ 39%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-09-27T15:18:32.1355989Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:18:32.1562855Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:18:32.1626170Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:18:32.1708955Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:18:32.1842705Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:18:32.1939313Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:32.2309273Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:18:32.2718088Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:18:32.2870070Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:18:32.2973649Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:32.3024657Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:18:32.3464870Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:32.3502316Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:18:32.3619922Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:18:32.3710698Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:18:32.3762466Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-09-27T15:18:32.4314364Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-09-27T15:18:32.4376035Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:18:32.4659812Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:18:32.4942526Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:32.4950965Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:18:32.4985309Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:32.5345758Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:32.5735573Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:18:32.5916482Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-09-27T15:18:32.6042374Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-09-27T15:18:32.6146151Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:32.6327598Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:32.6782954Z [ 40%] Linking CXX static library ../../lib/libXNNPACK.a 2022-09-27T15:18:32.6830401Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:32.7167820Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-09-27T15:18:32.7234300Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:32.7635817Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-09-27T15:18:32.8065672Z [ 40%] Built target XNNPACK 2022-09-27T15:18:32.8133432Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-09-27T15:18:32.8225055Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:32.8434694Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-09-27T15:18:32.9077989Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:32.9106283Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:32.9914168Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-09-27T15:18:33.0099524Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:33.0229483Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:33.0431476Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:33.0851140Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:33.0898369Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-09-27T15:18:33.1107350Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-09-27T15:18:33.1307945Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:33.1549253Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:33.1633185Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-09-27T15:18:33.2211128Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:33.2212433Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:33.2474747Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-09-27T15:18:33.2990335Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-09-27T15:18:33.3052032Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:18:33.3565099Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:18:33.3795241Z [ 40%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-09-27T15:18:33.3992257Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:18:33.4229238Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:18:33.4395726Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:18:33.4704109Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:18:33.4972906Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:18:33.5181351Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:18:33.5228316Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:18:33.5432832Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:18:33.5651081Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:18:33.5815068Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:18:33.5986447Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:18:33.6076045Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:18:33.6132981Z [ 40%] Linking CXX static library ../../lib/libonnx.a 2022-09-27T15:18:33.6269644Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:18:33.6314157Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:18:33.6721418Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:18:33.6801761Z [ 40%] Built target onnx 2022-09-27T15:18:33.6847184Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:18:33.7066978Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:18:33.7103961Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:18:33.7309698Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:18:33.7357904Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:18:33.7594495Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:33.7774028Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:33.7780880Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-09-27T15:18:33.7784915Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:33.8031543Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-09-27T15:18:33.8075426Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-09-27T15:18:33.8490793Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-09-27T15:18:33.8709482Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-09-27T15:18:33.8765950Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:33.9699274Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:34.0430166Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:34.0755245Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-09-27T15:18:34.1453500Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:34.2515204Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:34.3075510Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-09-27T15:18:34.3253348Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-09-27T15:18:34.3461727Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:34.4404221Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:34.5533021Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:34.6466327Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:34.7517748Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:34.7602187Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:34.7829294Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-09-27T15:18:34.8468662Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:34.8470423Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-09-27T15:18:34.8563566Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:34.9194526Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:34.9420524Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-09-27T15:18:34.9583542Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-09-27T15:18:35.0332687Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:35.0977018Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:35.1274226Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-09-27T15:18:35.1858479Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:35.2374502Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:35.2722887Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-09-27T15:18:35.2784335Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:35.3173244Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:35.3308939Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-09-27T15:18:35.3505709Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:35.3603495Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-09-27T15:18:35.4001970Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:35.4046944Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-09-27T15:18:35.4525631Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-09-27T15:18:35.5195565Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:35.6127439Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:35.7147053Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:35.7590077Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-09-27T15:18:35.8172958Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:35.8192685Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-09-27T15:18:35.8300720Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:35.8868467Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:35.9222366Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-09-27T15:18:35.9278085Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:35.9721830Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-09-27T15:18:36.0220545Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:36.0935064Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:36.0994447Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:36.1470040Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-09-27T15:18:36.1944130Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-09-27T15:18:36.2091923Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:36.2141475Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:36.2187635Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:36.2667686Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:36.2979410Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-09-27T15:18:36.3236222Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-09-27T15:18:36.3236804Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-09-27T15:18:36.3516974Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:36.4639352Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:36.5537802Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:36.6407723Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:36.6538521Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-09-27T15:18:36.6869605Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:36.7305620Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-09-27T15:18:36.7573150Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:36.7732426Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:18:36.8146210Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-09-27T15:18:36.8447458Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-09-27T15:18:36.8862665Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:18:36.9037295Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:18:36.9161993Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:18:36.9776423Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-09-27T15:18:36.9986763Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:18:37.0032230Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-09-27T15:18:37.1014340Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:18:37.1567439Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:18:37.1862135Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-09-27T15:18:37.2223827Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:18:37.2636913Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:18:37.2958483Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-09-27T15:18:37.3441838Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:18:37.4173777Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:18:37.4950979Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:18:37.5566355Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:18:37.5717009Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-09-27T15:18:37.6368944Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:18:37.6676202Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-09-27T15:18:37.7041868Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:18:37.7872337Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:18:37.8138028Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:18:37.8584117Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-09-27T15:18:37.8664406Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-09-27T15:18:37.8914065Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:18:37.9712296Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:18:37.9945682Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-09-27T15:18:38.0149590Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:18:38.0840057Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-09-27T15:18:38.1033145Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:18:38.1076397Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:18:38.1831099Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:18:38.1859896Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-09-27T15:18:38.2499673Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:18:38.2837204Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:18:38.3235278Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-09-27T15:18:38.3554628Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-09-27T15:18:38.3947481Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:18:38.4361348Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:18:38.4709483Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-09-27T15:18:38.5277462Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:18:38.6032885Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:18:38.6070393Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:18:38.6760126Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-09-27T15:18:38.6918756Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-09-27T15:18:38.6972208Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-09-27T15:18:38.6973221Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-09-27T15:18:38.7562827Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-09-27T15:18:38.7851589Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:18:38.8795945Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-09-27T15:18:38.9323408Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-09-27T15:18:38.9576840Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-09-27T15:18:38.9760752Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-09-27T15:18:38.9893574Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-09-27T15:18:39.0799151Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-09-27T15:18:39.1392475Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:18:39.1746085Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-09-27T15:18:39.2186000Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-09-27T15:18:39.2357795Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-09-27T15:18:39.2938711Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-09-27T15:18:39.3075365Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:18:39.3881089Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:18:39.4724976Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:18:39.5113749Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:18:39.5233587Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:18:39.5241627Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:18:39.5800178Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-09-27T15:18:39.5856038Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:18:39.6103695Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-09-27T15:18:39.6176537Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:18:39.6480735Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-09-27T15:18:39.6693503Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-09-27T15:18:39.6797844Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-09-27T15:18:39.6819808Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-09-27T15:18:39.7631778Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-09-27T15:18:39.8071511Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-09-27T15:18:39.8267412Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-09-27T15:18:39.8716157Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-09-27T15:18:39.8779486Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-09-27T15:18:39.9454596Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:18:40.0204980Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:18:40.0932041Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:18:40.1359416Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:18:40.1837512Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-09-27T15:18:40.2005933Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:18:40.2876655Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:18:40.3563149Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:18:40.4357315Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:18:40.5033807Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:18:40.5681566Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-09-27T15:18:40.6997277Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-09-27T15:18:40.7924043Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-09-27T15:18:40.7930913Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-09-27T15:18:40.8199334Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-09-27T15:18:40.8463886Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:18:40.9175573Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:18:40.9197891Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-09-27T15:18:40.9870566Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-09-27T15:18:40.9952439Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:18:41.0307066Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-09-27T15:18:41.0836145Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:18:41.2261025Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:18:41.2964963Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:18:41.2967313Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:18:41.3773191Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-09-27T15:18:41.3815862Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-09-27T15:18:41.4760168Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:18:41.5566306Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:18:41.6186514Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:18:41.7064187Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:18:41.8037803Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:18:41.9307589Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-09-27T15:18:41.9793515Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-09-27T15:18:42.0212727Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:18:42.0764667Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-09-27T15:18:42.1063603Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-09-27T15:18:42.1279212Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-09-27T15:18:42.1304865Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-09-27T15:18:42.2022080Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-09-27T15:18:42.2696449Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-09-27T15:18:42.3434736Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-09-27T15:18:42.4091334Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-09-27T15:18:42.4614391Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:18:42.5288800Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:18:42.6056107Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:18:42.6786804Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-09-27T15:18:42.6821885Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:18:42.7682214Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:18:42.8829145Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:18:42.9998993Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:18:43.0467610Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:18:43.0548678Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:18:43.0869934Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-09-27T15:18:43.1262283Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-09-27T15:18:43.1740655Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:18:43.2533189Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:18:43.2579446Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-09-27T15:18:43.3333833Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:18:43.3785255Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-09-27T15:18:43.4117193Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-09-27T15:18:43.4907062Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:18:43.6080943Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-09-27T15:18:43.7071830Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-09-27T15:18:43.7502535Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-09-27T15:18:43.7779436Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-09-27T15:18:43.8301057Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-09-27T15:18:43.9106624Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-09-27T15:18:43.9473494Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-09-27T15:18:44.0040383Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-09-27T15:18:44.0568829Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-09-27T15:18:44.1138577Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-09-27T15:18:44.1630138Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-09-27T15:18:44.1997398Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:18:44.1998554Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-09-27T15:18:44.2540639Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-09-27T15:18:44.2823734Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-09-27T15:18:44.3202471Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-09-27T15:18:44.3520447Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:18:44.4424429Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-09-27T15:18:44.5134126Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:18:44.6132435Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-09-27T15:18:44.6224042Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:18:44.6710224Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-09-27T15:18:44.7156519Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-09-27T15:18:44.7169968Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-09-27T15:18:44.8260158Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:18:44.8317787Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-09-27T15:18:44.9174676Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-09-27T15:18:44.9394201Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-09-27T15:18:45.0388631Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:18:45.0822822Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-09-27T15:18:45.1281690Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-09-27T15:18:45.1680897Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-09-27T15:18:45.2158567Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-09-27T15:18:45.2682761Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-09-27T15:18:45.3054016Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-09-27T15:18:45.3537597Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-09-27T15:18:45.3619195Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-09-27T15:18:45.4035653Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-09-27T15:18:45.4364715Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-09-27T15:18:45.4416068Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:18:45.5251282Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-09-27T15:18:45.5414234Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-09-27T15:18:45.6261605Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-09-27T15:18:45.6335804Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:18:45.6444771Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-09-27T15:18:45.6715849Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-09-27T15:18:45.7184352Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-09-27T15:18:45.7554613Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-09-27T15:18:45.8463809Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-09-27T15:18:45.8503781Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-09-27T15:18:45.9333157Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-09-27T15:18:45.9476292Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-09-27T15:18:46.0224859Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-09-27T15:18:46.0376363Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-09-27T15:18:46.0647476Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-09-27T15:18:46.0864693Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-09-27T15:18:46.1026711Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-09-27T15:18:46.1233481Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-09-27T15:18:46.1583888Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-09-27T15:18:46.1789069Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-09-27T15:18:46.2318858Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-09-27T15:18:46.2581349Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-09-27T15:18:46.3359972Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-09-27T15:18:46.3638138Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-09-27T15:18:46.3847557Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-09-27T15:18:46.3910583Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-09-27T15:18:46.4474837Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-09-27T15:18:46.4770986Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:18:46.5115373Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-09-27T15:18:46.5394667Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-09-27T15:18:46.5675973Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-09-27T15:18:46.6606940Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-09-27T15:18:46.7307504Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-09-27T15:18:46.7507691Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-09-27T15:18:46.7584225Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-09-27T15:18:46.7779080Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-09-27T15:18:46.8060486Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-09-27T15:18:46.8142653Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-09-27T15:18:46.8344374Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-09-27T15:18:46.8663848Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-09-27T15:18:46.9023026Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-09-27T15:18:46.9591956Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-09-27T15:18:46.9920463Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-09-27T15:18:47.0530587Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:18:47.1466554Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-09-27T15:18:47.1914631Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-09-27T15:18:47.2489138Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-09-27T15:18:47.2650074Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:18:47.2674430Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:18:47.2980658Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-09-27T15:18:47.2992905Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:18:47.3281087Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-09-27T15:18:47.3423278Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-09-27T15:18:47.3633527Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-09-27T15:18:47.3745104Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-09-27T15:18:47.4277520Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-09-27T15:18:47.5605683Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-09-27T15:18:47.5842019Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-09-27T15:18:47.6363693Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-09-27T15:18:47.6751468Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-09-27T15:18:47.6999805Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-09-27T15:18:47.7316629Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-09-27T15:18:47.7910766Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-09-27T15:18:47.8086922Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-09-27T15:18:47.8105337Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-09-27T15:18:47.8975855Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-09-27T15:18:47.9005364Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-09-27T15:18:47.9159304Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-09-27T15:18:48.0116633Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-09-27T15:18:48.0246010Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-09-27T15:18:48.0885362Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-09-27T15:18:48.1006702Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-09-27T15:18:48.1093157Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-09-27T15:18:48.1388008Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-09-27T15:18:48.1883565Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:18:48.2886982Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:18:48.3334966Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-09-27T15:18:48.3679485Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:18:48.3732329Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:18:48.4608846Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-09-27T15:18:48.4628556Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:18:48.4804931Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:18:48.5272429Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:18:48.5514656Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-09-27T15:18:48.5691125Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-09-27T15:18:48.5942866Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-09-27T15:18:48.6274850Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:18:48.7369760Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-09-27T15:18:48.7415733Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:18:48.8229617Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:18:48.8314437Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:18:48.8789684Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:18:48.8976173Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-09-27T15:18:48.9241950Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-09-27T15:18:48.9313060Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-09-27T15:18:48.9514523Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:18:48.9702619Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-09-27T15:18:49.0390099Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:18:49.0969053Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-09-27T15:18:49.1100596Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-09-27T15:18:49.1744094Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-09-27T15:18:49.2981505Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:18:49.3614047Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:18:49.3659634Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:18:49.3677068Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:18:49.3954468Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-09-27T15:18:49.4236849Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:18:49.4433336Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-09-27T15:18:49.4654360Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-09-27T15:18:49.4695834Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-09-27T15:18:49.5154516Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:18:49.5190392Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:18:49.6145432Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-09-27T15:18:49.6487098Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:18:49.6796726Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-09-27T15:18:49.6971388Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-09-27T15:18:49.7475894Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:18:49.8630667Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:18:49.8795327Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:18:49.8879302Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:18:49.9755457Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-09-27T15:18:49.9823621Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:18:50.0025221Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:18:50.0739901Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-09-27T15:18:50.1117295Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:18:50.2026708Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:18:50.2924801Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:18:50.3792500Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-09-27T15:18:50.4745534Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-09-27T15:18:50.4850890Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-09-27T15:18:50.5323095Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-09-27T15:18:50.5689038Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-09-27T15:18:50.5741980Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-09-27T15:18:50.5793977Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-09-27T15:18:50.6571507Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-09-27T15:18:50.7662744Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-09-27T15:18:50.8571560Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-09-27T15:18:50.8919902Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-09-27T15:18:50.9555545Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-09-27T15:18:50.9757373Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:18:51.0979458Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-09-27T15:18:51.1787783Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:18:51.2485681Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-09-27T15:18:51.3408309Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:18:51.4103641Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-09-27T15:18:51.4301108Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-09-27T15:18:51.4401727Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-09-27T15:18:51.4635698Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:18:51.5113572Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-09-27T15:18:51.5698957Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-09-27T15:18:51.6679272Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:18:51.7034884Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-09-27T15:18:51.7436785Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-09-27T15:18:51.8337712Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:18:51.8766694Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-09-27T15:18:51.8800385Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:18:51.9236770Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-09-27T15:18:51.9620539Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-09-27T15:18:51.9690337Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:18:52.0077655Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-09-27T15:18:52.0781735Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-09-27T15:18:52.1577282Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:18:52.2340724Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-09-27T15:18:52.2628007Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-09-27T15:18:52.3170548Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:18:52.4238273Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-09-27T15:18:52.4645199Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-09-27T15:18:52.5198157Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:18:52.6010564Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-09-27T15:18:52.6060659Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:18:52.6807089Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-09-27T15:18:52.6880596Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-09-27T15:18:52.6900953Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-09-27T15:18:52.7778782Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:18:52.7821394Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-09-27T15:18:52.8634364Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-09-27T15:18:52.8690631Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:18:52.9599485Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-09-27T15:18:53.0465388Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:18:53.0838314Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-09-27T15:18:53.1249056Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-09-27T15:18:53.1751253Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:18:53.1752218Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-09-27T15:18:53.2421049Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-09-27T15:18:53.2721156Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-09-27T15:18:53.3207977Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:18:53.4141880Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-09-27T15:18:53.5165650Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:18:53.5192952Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-09-27T15:18:53.6053924Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-09-27T15:18:53.6902886Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:18:53.7198791Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-09-27T15:18:53.7836665Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-09-27T15:18:53.8654981Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:18:53.9590466Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:18:53.9837746Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-09-27T15:18:53.9921276Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-09-27T15:18:54.0417950Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-09-27T15:18:54.0714606Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-09-27T15:18:54.1035981Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-09-27T15:18:54.1680757Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:18:54.1997990Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-09-27T15:18:54.2624211Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-09-27T15:18:54.2668490Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-09-27T15:18:54.3540390Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-09-27T15:18:54.4455876Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:18:54.5680796Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-09-27T15:18:54.6342831Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:18:54.6497951Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-09-27T15:18:54.7126851Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-09-27T15:18:54.7275402Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-09-27T15:18:54.8160810Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:18:54.8877002Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-09-27T15:18:54.9023786Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-09-27T15:18:54.9276028Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-09-27T15:18:54.9601046Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-09-27T15:18:54.9777195Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-09-27T15:18:55.0026941Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-09-27T15:18:55.0479216Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-09-27T15:18:55.1198926Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-09-27T15:18:55.1273972Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-09-27T15:18:55.1922489Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-09-27T15:18:55.2655613Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-09-27T15:18:55.3464726Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:18:55.4192866Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-09-27T15:18:55.5092076Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-09-27T15:18:55.5512348Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-09-27T15:18:55.6005867Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-09-27T15:18:55.6405385Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:18:55.6775602Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-09-27T15:18:55.7342850Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-09-27T15:18:55.8116968Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-09-27T15:18:55.8202739Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-09-27T15:18:55.8645680Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-09-27T15:18:55.8957057Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-09-27T15:18:55.9109663Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:18:55.9269053Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-09-27T15:18:55.9346989Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:18:55.9869830Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:18:56.0222875Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-09-27T15:18:56.0232862Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-09-27T15:18:56.0682554Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:18:56.1598277Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:18:56.2394536Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:18:56.3148085Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:56.4043098Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-09-27T15:18:56.4624359Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-09-27T15:18:56.4863289Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-09-27T15:18:56.4993746Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-09-27T15:18:56.5573868Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-09-27T15:18:56.6037377Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-09-27T15:18:56.6996953Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:18:56.7040204Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-09-27T15:18:56.7354364Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:18:56.7762026Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-09-27T15:18:56.8324794Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:18:56.9139448Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-09-27T15:18:56.9258718Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:18:57.0293001Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:18:57.2338849Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:18:57.2642501Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:18:57.3149538Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-09-27T15:18:57.3499383Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:18:57.3828778Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-09-27T15:18:57.4359319Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-09-27T15:18:57.4712150Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:18:57.5534159Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:18:57.6219599Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:18:57.6343376Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:18:57.7146854Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:57.7297307Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-09-27T15:18:57.7988074Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:18:57.8337700Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-09-27T15:18:57.8842396Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:18:57.9873866Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:18:57.9885768Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:18:58.0905042Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-09-27T15:18:58.0910054Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-09-27T15:18:58.1456841Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-09-27T15:18:58.1702143Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-09-27T15:18:58.1795832Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-09-27T15:18:58.2362939Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-09-27T15:18:58.2543353Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-09-27T15:18:58.2604325Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-09-27T15:18:58.3015792Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-09-27T15:18:58.3273764Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-09-27T15:18:58.3351850Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-09-27T15:18:58.3674233Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-09-27T15:18:58.4435119Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-09-27T15:18:58.5213899Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-09-27T15:18:58.6049093Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:18:58.6889725Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-09-27T15:18:58.7880169Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-09-27T15:18:58.8604838Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-09-27T15:18:58.9082397Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-09-27T15:18:58.9427923Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:18:58.9890739Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-09-27T15:18:59.0194069Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-09-27T15:18:59.0837500Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-09-27T15:18:59.1412456Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-09-27T15:18:59.1555351Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-09-27T15:18:59.2393691Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-09-27T15:18:59.2431331Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-09-27T15:18:59.2780166Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-09-27T15:18:59.2902410Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-09-27T15:18:59.3225717Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-09-27T15:18:59.3275238Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-09-27T15:18:59.3516149Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-09-27T15:18:59.4304465Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-09-27T15:18:59.5112667Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-09-27T15:18:59.6018463Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-09-27T15:18:59.6864396Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:18:59.7904328Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-09-27T15:18:59.8776190Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:18:59.8888975Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-09-27T15:18:59.9707600Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-09-27T15:18:59.9797219Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:19:00.0689909Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-09-27T15:19:00.1249006Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:19:00.1499252Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-09-27T15:19:00.1707547Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-09-27T15:19:00.2033935Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-09-27T15:19:00.2572943Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:19:00.2673691Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:19:00.3491145Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:19:00.3875709Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-09-27T15:19:00.4276054Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-09-27T15:19:00.4878616Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-09-27T15:19:00.5081710Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-09-27T15:19:00.5607792Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-09-27T15:19:00.5673323Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-09-27T15:19:00.6493439Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-09-27T15:19:00.7333739Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-09-27T15:19:00.7762385Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-09-27T15:19:00.8165589Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-09-27T15:19:00.8685691Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-09-27T15:19:00.9555182Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-09-27T15:19:01.0038011Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-09-27T15:19:01.0438593Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-09-27T15:19:01.1327769Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-09-27T15:19:01.2106542Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-09-27T15:19:01.2837214Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-09-27T15:19:01.3586489Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-09-27T15:19:01.3864247Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-09-27T15:19:01.4159131Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-09-27T15:19:01.4224229Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-09-27T15:19:01.4562546Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-09-27T15:19:01.4992513Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-09-27T15:19:01.5163612Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-09-27T15:19:01.5631730Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-09-27T15:19:01.6039383Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-09-27T15:19:01.6678055Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-09-27T15:19:01.6901475Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-09-27T15:19:01.7508951Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-09-27T15:19:01.7681743Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-09-27T15:19:01.8558862Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-09-27T15:19:01.9289164Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-09-27T15:19:01.9581858Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-09-27T15:19:02.0079130Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-09-27T15:19:02.0807227Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-09-27T15:19:02.1628820Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-09-27T15:19:02.2419033Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-09-27T15:19:02.3078242Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-09-27T15:19:02.3435957Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-09-27T15:19:02.3836180Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:02.4464790Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:02.4799998Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-09-27T15:19:02.5261388Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-09-27T15:19:02.5268034Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:02.5837987Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-09-27T15:19:02.6121013Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:02.7082986Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:02.7516524Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:02.8037010Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-09-27T15:19:02.8445186Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:02.9451546Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:03.0449445Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:03.1406524Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:03.2001427Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:03.2331719Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-09-27T15:19:03.3015774Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:03.3128047Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:03.3358506Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:03.3818930Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-09-27T15:19:03.4172951Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-09-27T15:19:03.4431601Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:03.5367489Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:03.6352999Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:03.6685577Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-09-27T15:19:03.6954717Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:03.7270622Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-09-27T15:19:03.7963038Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:03.8984489Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:03.9749110Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:04.0134145Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-09-27T15:19:04.0757678Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:04.1909112Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:04.2395000Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:04.2668267Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-09-27T15:19:04.3357383Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:04.3755305Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-09-27T15:19:04.4388112Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:04.4757270Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-09-27T15:19:04.5265561Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:04.6301454Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:04.6717943Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:04.7157951Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-09-27T15:19:04.7683056Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:04.8714382Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:04.9279713Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:04.9596695Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-09-27T15:19:05.0334857Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:05.0673933Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:05.1310729Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:05.1618150Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-09-27T15:19:05.1996079Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:05.2142795Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-09-27T15:19:05.2241579Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-09-27T15:19:05.2919846Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:05.3921928Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:05.4913536Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:05.5732014Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:05.5775607Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-09-27T15:19:05.6720028Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:05.7478342Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:05.7794367Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:05.8499708Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-09-27T15:19:05.8882181Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:06.0376938Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:06.0890025Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-09-27T15:19:06.1432747Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:06.1921497Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-09-27T15:19:06.1958366Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-09-27T15:19:06.2365577Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:06.3324677Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:06.4048166Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:06.4071379Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-09-27T15:19:06.5245264Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:06.6041933Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:06.6482206Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-09-27T15:19:06.7071094Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:06.7944142Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:06.8806842Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:06.9755504Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:07.0833250Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:07.0836957Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:07.1049254Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-09-27T15:19:07.1247953Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:07.1847664Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-09-27T15:19:07.1939143Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-09-27T15:19:07.2043673Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:07.2258735Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:07.2837362Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-09-27T15:19:07.3280481Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:19:07.3642685Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:07.4192823Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-09-27T15:19:07.4850323Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:07.5858353Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:07.6820306Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:19:07.7750184Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:19:07.8788216Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:19:07.9271851Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-09-27T15:19:07.9580017Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:19:07.9634368Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:19:08.0521214Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-09-27T15:19:08.0560818Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:19:08.1511271Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:19:08.1629930Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:19:08.2106843Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:19:08.2356244Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-09-27T15:19:08.2640039Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-09-27T15:19:08.2978380Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:19:08.3929967Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:08.4078436Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:08.4882388Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-09-27T15:19:08.5077811Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:08.5570141Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:08.5899252Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-09-27T15:19:08.6676720Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:08.7382617Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:08.7843524Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-09-27T15:19:08.8382094Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:08.9203013Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:08.9424233Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-09-27T15:19:08.9614724Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:09.0185598Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-09-27T15:19:09.0769950Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:09.1828315Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:09.2436024Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-09-27T15:19:09.3362428Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:09.4012413Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:09.4519043Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-09-27T15:19:09.5203346Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:09.6271881Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:09.6704817Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-09-27T15:19:09.7183515Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:09.7943067Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:09.8151146Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-09-27T15:19:09.8496559Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:09.8883086Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:09.9513146Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-09-27T15:19:09.9796887Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:10.0156855Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:10.0744532Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:10.1252145Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-09-27T15:19:10.1680419Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:10.2703142Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:10.2833786Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:10.3768389Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-09-27T15:19:10.3825436Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:10.4852559Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:10.5237058Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:10.5696233Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-09-27T15:19:10.6014622Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:10.6523339Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-09-27T15:19:10.6940651Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:10.7960052Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:10.8311770Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:10.8619340Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:19:10.8875681Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:10.9198149Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:10.9593148Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-09-27T15:19:10.9870611Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-09-27T15:19:11.0198175Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:11.1194545Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:11.1847506Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:11.2195360Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-09-27T15:19:11.2912904Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:11.3817105Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:11.4162959Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:11.4663337Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:19:11.5276480Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:11.5555937Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:11.6483743Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-09-27T15:19:11.6766564Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:11.6983662Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-09-27T15:19:11.7912419Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:11.8292283Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:19:11.8930410Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:11.9974823Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:12.1073028Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:12.2349632Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:12.3472427Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:19:12.3596914Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:12.4691637Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:12.5018371Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:12.5062982Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-09-27T15:19:12.5483119Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-09-27T15:19:12.5505907Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:12.5903390Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:12.6451214Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-09-27T15:19:12.6625479Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:12.6719907Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-09-27T15:19:12.7544916Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-09-27T15:19:12.8542084Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:19:12.9440873Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-09-27T15:19:13.0330406Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:13.0674135Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:13.1013741Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:19:13.1392008Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-09-27T15:19:13.1801224Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:19:13.1859425Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:13.2736089Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-09-27T15:19:13.2897194Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:13.3016330Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:19:13.3782247Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-09-27T15:19:13.3857694Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:19:13.4544514Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:13.4778172Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:13.5025921Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-09-27T15:19:13.5458270Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:13.5546253Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:13.5621397Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-09-27T15:19:13.6148426Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:19:13.6396146Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-09-27T15:19:13.6733894Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:19:13.7075842Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-09-27T15:19:13.7674183Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:13.8036453Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-09-27T15:19:13.8600417Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:13.9386701Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:13.9865032Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:19:13.9915325Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-09-27T15:19:14.0298020Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-09-27T15:19:14.0555625Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-09-27T15:19:14.0873965Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:19:14.1591900Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:19:14.1914407Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:19:14.2515983Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-09-27T15:19:14.2838391Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:19:14.3716499Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:19:14.4160649Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:19:14.4639915Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-09-27T15:19:14.5021742Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:19:14.5071656Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:19:14.5897554Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-09-27T15:19:14.6002190Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:19:14.6959653Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:19:14.7056423Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:14.7876139Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-09-27T15:19:14.8073590Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:14.8835343Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:14.8983579Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-09-27T15:19:14.9847914Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:15.0872281Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:15.1188082Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:19:15.1836027Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:15.2856376Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:15.2954820Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:15.3811756Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-09-27T15:19:15.3858498Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:15.4016756Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-09-27T15:19:15.4760180Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-09-27T15:19:15.4811996Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:15.5753902Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:15.5812000Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:15.6827047Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-09-27T15:19:15.6880340Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:15.7294456Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-09-27T15:19:15.7959283Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:15.9067070Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:16.0129818Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:16.1153055Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:16.2374546Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:16.2462422Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-09-27T15:19:16.3479118Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:16.4319073Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:16.4613066Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-09-27T15:19:16.5110257Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:16.5394236Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-09-27T15:19:16.6020152Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:16.6279497Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-09-27T15:19:16.6958796Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:16.7430121Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:16.8071066Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-09-27T15:19:16.8497391Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:16.9730860Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.0616054Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:17.1304073Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.1435803Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:17.2185081Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-09-27T15:19:17.2456567Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.2844550Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:17.3485637Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-09-27T15:19:17.3875895Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.4414580Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-09-27T15:19:17.4871975Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:17.5477539Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.5918479Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:17.6540311Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.6941862Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-09-27T15:19:17.7637005Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:17.7880460Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:17.8598718Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-09-27T15:19:17.9036592Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:18.0037193Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:18.1313576Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:18.2375753Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:18.2939171Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:19:18.3311716Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-09-27T15:19:18.3799167Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:19:18.3956277Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-09-27T15:19:18.4821546Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-09-27T15:19:18.4835893Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:19:18.5793364Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-09-27T15:19:18.5862007Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-09-27T15:19:18.6107340Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:18.6624159Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-09-27T15:19:18.6942518Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:18.7343329Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:18.8163883Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-09-27T15:19:18.8460963Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:18.9181160Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:18.9261880Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-09-27T15:19:19.0324318Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:19.1282518Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:19:19.2158265Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:19:19.2631345Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:19:19.2983802Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-09-27T15:19:19.3609688Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:19:19.4744905Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:19:19.4875127Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-09-27T15:19:19.5716090Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:19:19.6760297Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:19:19.6897763Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:19:19.7692248Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-09-27T15:19:19.7902839Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:19:19.8867816Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:19:19.9098800Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:19:19.9740609Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-09-27T15:19:19.9993310Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:19:20.0058785Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-09-27T15:19:20.0845713Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-09-27T15:19:20.1116594Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-09-27T15:19:20.2632362Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-09-27T15:19:20.2923704Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:19:20.3746220Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:19:20.4127154Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:19:20.4620621Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:19:20.5497889Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:19:20.5670574Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-09-27T15:19:20.6356521Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-09-27T15:19:20.8174969Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-09-27T15:19:20.9177459Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-09-27T15:19:20.9368310Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-09-27T15:19:20.9633796Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-09-27T15:19:20.9777236Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-09-27T15:19:21.0784165Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-09-27T15:19:21.1243143Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-09-27T15:19:21.2188201Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-09-27T15:19:21.3070273Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-09-27T15:19:21.4704043Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-09-27T15:19:21.4709452Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-09-27T15:19:21.6117038Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-09-27T15:19:21.6157283Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-09-27T15:19:21.7248853Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-09-27T15:19:21.7513877Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-09-27T15:19:21.8623555Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-09-27T15:19:21.8999401Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-09-27T15:19:22.0034963Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:19:22.0781249Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:19:22.0874022Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:19:22.1770237Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-09-27T15:19:22.2158386Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:19:22.3097229Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:19:22.4023011Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-09-27T15:19:22.4101279Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-09-27T15:19:22.5549400Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-09-27T15:19:22.5555024Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-09-27T15:19:22.6913871Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-09-27T15:19:22.7206122Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-09-27T15:19:22.8316118Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-09-27T15:19:22.9884788Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-09-27T15:19:22.9965070Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-09-27T15:19:23.0545734Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-09-27T15:19:23.0802167Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-09-27T15:19:23.1043926Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-09-27T15:19:23.1183022Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-09-27T15:19:23.1582802Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-09-27T15:19:23.2076902Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-09-27T15:19:23.2581004Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:19:23.3713190Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-09-27T15:19:23.4322368Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-09-27T15:19:23.4431138Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-09-27T15:19:23.5194535Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-09-27T15:19:23.6484152Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-09-27T15:19:23.6542070Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-09-27T15:19:23.7437059Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-09-27T15:19:23.8423075Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:19:23.9344764Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:19:24.0272086Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:19:24.0919264Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:19:24.1282084Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-09-27T15:19:24.2139420Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:19:24.2564147Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:19:24.2975657Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:19:24.3589198Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:19:24.3711036Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:19:24.4114748Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:19:24.4441024Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-09-27T15:19:24.5075723Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:19:24.6017593Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:19:24.6072133Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-09-27T15:19:24.7020146Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:19:24.7953832Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:19:24.8852031Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:19:24.9800620Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:19:25.0825200Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:19:25.1733038Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:19:25.2689475Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-09-27T15:19:25.3766324Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:19:25.4159655Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-09-27T15:19:25.4555971Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-09-27T15:19:25.4829836Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-09-27T15:19:25.5112920Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-09-27T15:19:25.5522790Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-09-27T15:19:25.5997106Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-09-27T15:19:25.6430074Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-09-27T15:19:25.6560576Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-09-27T15:19:25.7035785Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:19:25.7436678Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-09-27T15:19:25.7836338Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-09-27T15:19:25.8323857Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-09-27T15:19:25.9138715Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-09-27T15:19:26.0003438Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-09-27T15:19:26.0709565Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-09-27T15:19:26.1527661Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-09-27T15:19:26.2472974Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:19:26.3374096Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-09-27T15:19:26.3379961Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:19:26.4358861Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:19:26.5302754Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:19:26.6260562Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-09-27T15:19:26.6514132Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:19:26.6862083Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:19:26.7201614Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-09-27T15:19:26.7630345Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-09-27T15:19:26.7897534Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:19:26.8303516Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:19:26.8856767Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-09-27T15:19:26.9035076Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:19:26.9035981Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-09-27T15:19:26.9985616Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-09-27T15:19:26.9986702Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-09-27T15:19:27.0851737Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-09-27T15:19:27.1808104Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-09-27T15:19:27.2562933Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-09-27T15:19:27.3211114Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-09-27T15:19:27.3371303Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-09-27T15:19:27.4182245Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-09-27T15:19:27.4273321Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-09-27T15:19:27.5203490Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-09-27T15:19:27.5910461Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-09-27T15:19:27.6022665Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-09-27T15:19:27.6793632Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-09-27T15:19:27.7405122Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-09-27T15:19:27.7797968Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-09-27T15:19:27.8162733Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-09-27T15:19:27.8657274Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:19:27.9169231Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-09-27T15:19:27.9518515Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-09-27T15:19:27.9563819Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-09-27T15:19:28.0496112Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:19:28.0878706Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-09-27T15:19:28.1419216Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-09-27T15:19:28.1727827Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:19:28.2687020Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-09-27T15:19:28.3486300Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:19:28.4501399Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-09-27T15:19:28.5720544Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:19:28.6601407Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-09-27T15:19:28.7078942Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:19:28.8350245Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:19:28.8634333Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-09-27T15:19:28.9318766Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-09-27T15:19:28.9677508Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-09-27T15:19:29.0312546Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-09-27T15:19:29.0613752Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-09-27T15:19:29.0732319Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-09-27T15:19:29.1316329Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-09-27T15:19:29.1491600Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-09-27T15:19:29.1642980Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-09-27T15:19:29.2502444Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-09-27T15:19:29.3351082Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-09-27T15:19:29.4295692Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-09-27T15:19:29.5154934Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-09-27T15:19:29.6026087Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-09-27T15:19:29.6085729Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-09-27T15:19:29.6870805Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-09-27T15:19:29.7112291Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-09-27T15:19:29.7788719Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-09-27T15:19:29.8602664Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-09-27T15:19:29.8666124Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-09-27T15:19:29.9403921Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-09-27T15:19:29.9526739Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-09-27T15:19:29.9633408Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-09-27T15:19:30.0377970Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-09-27T15:19:30.1333381Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:30.1677872Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-09-27T15:19:30.1785735Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:30.2272509Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:30.3591746Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-09-27T15:19:30.4752239Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:30.5775830Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:30.6412336Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:30.6566526Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-09-27T15:19:30.7747456Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:30.8682234Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:30.9645243Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:30.9981504Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-09-27T15:19:31.1104879Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:31.1155293Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:31.1556771Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:31.1911116Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-09-27T15:19:31.2221645Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-09-27T15:19:31.2945203Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:31.3278819Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:31.4428701Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-09-27T15:19:31.4683982Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:31.5659516Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:31.6426903Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-09-27T15:19:31.6997352Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:31.7950120Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:31.8996084Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:31.9997106Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:32.0018952Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-09-27T15:19:32.1385332Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:32.1462162Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:32.1840498Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-09-27T15:19:32.2375386Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:32.2468237Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-09-27T15:19:32.3598352Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:32.4165524Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:32.4549882Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-09-27T15:19:32.5148165Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:32.6075906Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:32.7180196Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:32.7685847Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:32.8107465Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-09-27T15:19:32.8644844Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:32.9829219Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.0238205Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.0593519Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.0632907Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-09-27T15:19:33.1366949Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.1497810Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.1624481Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.2301345Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-09-27T15:19:33.2400007Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-09-27T15:19:33.2805318Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.3726112Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.4751659Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.5396201Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.5689515Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.6387115Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-09-27T15:19:33.6451311Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.7034590Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.7485094Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:33.8060406Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-09-27T15:19:33.8431583Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:33.8513931Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-09-27T15:19:33.9678333Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.0742407Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.0757362Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.1076261Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.1567321Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.1605554Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-09-27T15:19:34.2250604Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.2638635Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.3104002Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-09-27T15:19:34.3460559Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.4345087Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.4702426Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.5295029Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-09-27T15:19:34.5639825Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.6074279Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.6526174Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.6842289Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:34.7268084Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:34.7518154Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-09-27T15:19:34.7591370Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-09-27T15:19:34.8167860Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:34.8188657Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-09-27T15:19:34.8999177Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:34.9831774Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:35.0558004Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:35.1227389Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-09-27T15:19:35.1486035Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:35.1744003Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:35.2370390Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-09-27T15:19:35.2864272Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:35.3184859Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:35.3414867Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:35.3679862Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-09-27T15:19:35.3958837Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:19:35.4539067Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-09-27T15:19:35.4915719Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:35.5851432Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:35.6874356Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:35.7232413Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-09-27T15:19:35.7554766Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:35.7659321Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:35.8208153Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:35.8638812Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-09-27T15:19:35.8644116Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:19:35.8878509Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:19:35.9509934Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-09-27T15:19:35.9532797Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:19:35.9900242Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-09-27T15:19:36.0097478Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-09-27T15:19:36.0916862Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:19:36.2115376Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:19:36.2199626Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-09-27T15:19:36.2940313Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:19:36.3588508Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:19:36.3921931Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:19:36.4417679Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:19:36.4458329Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-09-27T15:19:36.4849790Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:19:36.5530881Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:36.5536407Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-09-27T15:19:36.5911822Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:36.6313848Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:36.6513383Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-09-27T15:19:36.6987682Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-09-27T15:19:36.7347260Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:36.8071723Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:36.8359166Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:36.9096345Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-09-27T15:19:36.9117671Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:36.9604456Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:36.9874073Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:37.0188112Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-09-27T15:19:37.0566824Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-09-27T15:19:37.0837128Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:37.1844606Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:37.2235711Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:37.2812582Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-09-27T15:19:37.2952846Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:37.3852379Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:37.3918930Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-09-27T15:19:37.4857465Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:37.5061053Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-09-27T15:19:37.5428151Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:37.5804188Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-09-27T15:19:37.6239952Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:37.6325373Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-09-27T15:19:37.7168741Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:37.7481701Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:37.8308392Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:37.8313260Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-09-27T15:19:37.8972581Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:37.9281539Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:37.9516978Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:37.9962305Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-09-27T15:19:38.0178729Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-09-27T15:19:38.0569833Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-09-27T15:19:38.0913136Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:38.0982726Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-09-27T15:19:38.1890811Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:38.2703184Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:38.2771817Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-09-27T15:19:38.3618557Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:38.4498348Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:38.4524302Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-09-27T15:19:38.5058805Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:38.5339081Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-09-27T15:19:38.5350661Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:38.5906184Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:38.6079665Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-09-27T15:19:38.6394982Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-09-27T15:19:38.6441579Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:38.6815441Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-09-27T15:19:38.7118213Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:19:38.7553625Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-09-27T15:19:38.8162772Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:38.9125711Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:38.9515207Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:38.9952943Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.0535467Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.0645781Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-09-27T15:19:39.0873246Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.1073338Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.1494152Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-09-27T15:19:39.1873869Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-09-27T15:19:39.2149636Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.3234128Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.4242312Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.4695054Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.4710663Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.5356844Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:19:39.5530477Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-09-27T15:19:39.5537243Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.5719500Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-09-27T15:19:39.6201123Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.6548072Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-09-27T15:19:39.7235921Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.8375608Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:39.9388095Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:39.9874561Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:40.0355985Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:40.1021948Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:40.2145481Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:40.3194096Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:40.4660665Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:40.5198173Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:40.5198755Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-09-27T15:19:40.5751170Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:19:40.6058806Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:40.6082880Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-09-27T15:19:40.6309126Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-09-27T15:19:40.6580422Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:40.6891287Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-09-27T15:19:40.7298874Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:40.7875955Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-09-27T15:19:40.8825663Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:40.9893622Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:41.0839239Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:19:41.0961617Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.1729854Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:19:41.1939088Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:19:41.2264348Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:19:41.2423157Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:19:41.2750120Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:19:41.3277194Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.3690544Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.3850002Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.4100841Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:41.5097555Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:41.5139691Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.6022134Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:19:41.6523954Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:19:41.6834068Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.7488987Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:19:41.8357602Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:19:41.8936124Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:41.9017740Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:19:41.9492125Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.0261510Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:19:42.1459976Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:42.1529535Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.1971648Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:42.2383631Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:42.2933967Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.3479196Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:42.3931669Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:42.4142610Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:42.4175195Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:42.4442165Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.4957184Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:42.5307290Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:42.5515014Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.5813668Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:42.6072159Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.6151279Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:19:42.7129934Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:19:42.7184729Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.8145074Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:19:42.8466146Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:42.9358593Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:19:42.9363268Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.0385361Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:19:43.0682543Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.1773195Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:19:43.2448129Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:19:43.2819701Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.3281077Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:19:43.3338715Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.3795274Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:19:43.4259687Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.4260963Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:19:43.4637099Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.5198995Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:19:43.5556945Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:19:43.6162169Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:43.6637719Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.7238464Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:43.7770638Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:43.8371591Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.8385179Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:43.8875019Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:43.9580201Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:43.9612494Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:43.9613343Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:43.9693293Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.0650025Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.0736154Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.0746592Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.1339494Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.1680796Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.2339450Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.2744217Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.3041547Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.3767362Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.4210257Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.4313188Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.5163014Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.5220351Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.5462811Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.5960160Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.6164860Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.6347433Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.6955298Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.7231793Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.7297055Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.7918492Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:44.8476697Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:44.9585914Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:44.9956318Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:45.0440870Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:45.1577162Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:45.1824715Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:45.2717603Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:45.3060116Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:45.4285774Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:45.4287861Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:45.5352086Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:45.5827685Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:45.5843089Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:45.6714082Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:45.7080662Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:45.7089592Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:45.7512569Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:45.7832220Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:45.8121398Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:45.9193653Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:46.0047129Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:46.0164414Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:46.0319547Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:46.0986232Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:46.1034117Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:46.1251353Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:19:46.2173895Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:46.2472855Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-09-27T15:19:46.3037119Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:46.3556988Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-09-27T15:19:46.3847908Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:46.5086209Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:46.5784429Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:46.6074911Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-09-27T15:19:46.6265531Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:19:46.6424358Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:19:46.6704972Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:19:46.6921352Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-09-27T15:19:46.6997757Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-09-27T15:19:46.7260463Z [ 63%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-09-27T15:19:46.7562721Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-09-27T15:19:46.7589792Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-09-27T15:19:46.8465439Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:46.8530062Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-09-27T15:19:46.8531126Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-09-27T15:19:46.8531636Z ^~~~~~~ 2022-09-27T15:19:46.8635536Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-09-27T15:19:46.9432804Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:46.9760181Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:19:46.9907517Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:19:47.0189287Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-09-27T15:19:47.0755780Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:47.0810710Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:47.0971461Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-09-27T15:19:47.1052141Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:19:47.1223220Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-09-27T15:19:47.1553754Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:19:47.1699858Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-09-27T15:19:47.2295068Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-09-27T15:19:47.2351380Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-09-27T15:19:47.2733981Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:47.2786734Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:47.3280317Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-09-27T15:19:47.3675383Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-09-27T15:19:47.3721088Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:19:47.3955781Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-09-27T15:19:47.4154727Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:19:47.4538019Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-09-27T15:19:47.4801704Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:19:47.5156693Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-09-27T15:19:47.5491521Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:19:47.5653807Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:19:47.6614939Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-09-27T15:19:47.6803780Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-09-27T15:19:47.7017263Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:19:47.8116983Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:19:47.8994327Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:19:47.9870807Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-09-27T15:19:48.0821494Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:19:48.1711406Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-09-27T15:19:48.2059795Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-09-27T15:19:48.2595214Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-09-27T15:19:48.3445669Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-09-27T15:19:48.3726723Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-09-27T15:19:48.4306186Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-09-27T15:19:48.4667663Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-09-27T15:19:48.5081379Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-09-27T15:19:48.5931405Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-09-27T15:19:48.5994632Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-09-27T15:19:48.6851303Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-09-27T15:19:48.7449757Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-09-27T15:19:48.7757330Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-09-27T15:19:48.8741795Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-09-27T15:19:48.9976647Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-09-27T15:19:49.0837603Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-09-27T15:19:49.0839620Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:97:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-09-27T15:19:49.0840757Z }; 2022-09-27T15:19:49.0841087Z ^ 2022-09-27T15:19:49.0841633Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:4:0, 2022-09-27T15:19:49.0844795Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-09-27T15:19:49.0845436Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-09-27T15:19:49.0845969Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-09-27T15:19:49.0851902Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-09-27T15:19:49.0852652Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-09-27T15:19:49.0853281Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-09-27T15:19:49.0853924Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-09-27T15:19:49.0854332Z ^~~~~~~~~ 2022-09-27T15:19:49.0855157Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-09-27T15:19:49.0857268Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:162:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-09-27T15:19:49.0858271Z }; 2022-09-27T15:19:49.0858608Z ^ 2022-09-27T15:19:49.0859165Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:4:0, 2022-09-27T15:19:49.0859768Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-09-27T15:19:49.0860379Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-09-27T15:19:49.0860880Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-09-27T15:19:49.0861500Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-09-27T15:19:49.0862366Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-09-27T15:19:49.0862966Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-09-27T15:19:49.0863601Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-09-27T15:19:49.0863967Z ^~~~~~~~~ 2022-09-27T15:19:49.0958366Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-09-27T15:19:49.1076442Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-09-27T15:19:49.1110569Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-09-27T15:19:49.2258154Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-09-27T15:19:49.2471270Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:19:49.2755624Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-09-27T15:19:49.3092654Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-09-27T15:19:49.3483653Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-09-27T15:19:49.3881855Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:19:49.4575035Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-09-27T15:19:49.5294329Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-09-27T15:19:49.5896869Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-09-27T15:19:49.6088450Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-09-27T15:19:49.6089489Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:19:49.7453874Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-09-27T15:19:49.7717320Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:19:49.9160721Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-09-27T15:19:50.0608426Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-09-27T15:19:50.2028001Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:19:50.2273891Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-09-27T15:19:50.2891949Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:19:50.3948196Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:19:50.5063766Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:19:50.5658588Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:50.6532757Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-09-27T15:19:50.6728126Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:50.7603917Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-09-27T15:19:50.7958304Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:50.8144711Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-09-27T15:19:50.8565791Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:50.9487236Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:50.9973813Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.0711950Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.1393113Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-09-27T15:19:51.1961015Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.2176008Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.3559182Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.3724745Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-09-27T15:19:51.3913037Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-09-27T15:19:51.3978531Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-09-27T15:19:51.4133186Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.4844699Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.5578643Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.6215035Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-09-27T15:19:51.6734461Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.6822130Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-09-27T15:19:51.8211911Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.9124414Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.9339106Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:51.9340606Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-09-27T15:19:51.9996307Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-09-27T15:19:52.0503227Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-09-27T15:19:52.0750033Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.1442489Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.2191053Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-09-27T15:19:52.2749155Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.4156855Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.4436831Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.4554037Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-09-27T15:19:52.5550812Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-09-27T15:19:52.5640819Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.5954250Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-09-27T15:19:52.6588819Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.7511028Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-09-27T15:19:52.7900448Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.7932369Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.8435535Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-09-27T15:19:52.9167612Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-09-27T15:19:52.9431818Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:19:52.9835330Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-09-27T15:19:53.0349963Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-09-27T15:19:53.0785643Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-09-27T15:19:53.1000226Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:19:53.2340569Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:19:53.2350276Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:19:53.2657463Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:19:53.3592483Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-09-27T15:19:53.3604818Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:19:53.3917039Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:19:53.4283419Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-09-27T15:19:53.5008076Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-09-27T15:19:53.5233876Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:19:53.5571372Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:19:53.6584968Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-09-27T15:19:53.6653609Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:19:53.7803236Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-09-27T15:19:53.8134096Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-09-27T15:19:53.8845504Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-09-27T15:19:53.9407207Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:19:53.9925026Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-09-27T15:19:54.0723536Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-09-27T15:19:54.1153726Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-09-27T15:19:54.1953391Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:19:54.1990977Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-09-27T15:19:54.2203908Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-09-27T15:19:54.3191192Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-09-27T15:19:54.3389601Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:19:54.3432752Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-09-27T15:19:54.4662164Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-09-27T15:19:54.5300548Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:19:54.5674986Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-09-27T15:19:54.6268727Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:19:54.6565893Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-09-27T15:19:54.6625669Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-09-27T15:19:54.6957818Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-09-27T15:19:54.7816351Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-09-27T15:19:54.7892438Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:19:54.8279549Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-09-27T15:19:54.9312528Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-09-27T15:19:54.9664263Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:19:55.0855535Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-09-27T15:19:55.1239914Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-09-27T15:19:55.2271246Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:19:55.2925919Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-09-27T15:19:55.3495623Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-09-27T15:19:55.3922417Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:19:55.4242793Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-09-27T15:19:55.4829560Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-09-27T15:19:55.4942910Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-09-27T15:19:55.6208113Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:19:55.6641993Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-09-27T15:19:55.6736883Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:19:55.7590280Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-09-27T15:19:55.7761342Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-09-27T15:19:55.7831954Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-09-27T15:19:55.8157338Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-09-27T15:19:55.9167572Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:19:55.9264481Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-09-27T15:19:55.9999413Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-09-27T15:19:56.0225767Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:19:56.1251512Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-09-27T15:19:56.1819189Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-09-27T15:19:56.2246969Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-09-27T15:19:56.2679262Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:19:56.3996300Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-09-27T15:19:56.5386990Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:19:56.6618842Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-09-27T15:19:56.6918547Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-09-27T15:19:56.7885107Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:19:56.7892533Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-09-27T15:19:56.8630231Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-09-27T15:19:56.9104937Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:19:56.9158558Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-09-27T15:19:57.0554742Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-09-27T15:19:57.0682624Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-09-27T15:19:57.1723176Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-09-27T15:19:57.1727798Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-09-27T15:19:57.2158253Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-09-27T15:19:57.3142479Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-09-27T15:19:57.3460458Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-09-27T15:19:57.3697257Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-09-27T15:19:57.4188547Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-09-27T15:19:57.4755071Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-09-27T15:19:57.5101325Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-09-27T15:19:57.5781730Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-09-27T15:19:57.6021653Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-09-27T15:19:57.6110140Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-09-27T15:19:57.6574756Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-09-27T15:19:57.7096810Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-09-27T15:19:57.7886712Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-09-27T15:19:57.8458060Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-09-27T15:19:57.8493045Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-09-27T15:19:57.8722179Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-09-27T15:19:57.8887916Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-09-27T15:19:57.9808961Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-09-27T15:19:57.9821427Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-09-27T15:19:58.0073311Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-09-27T15:19:58.0545638Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-09-27T15:19:58.1124237Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-09-27T15:19:58.1481045Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-09-27T15:19:58.1699185Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-09-27T15:19:58.2849651Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-09-27T15:19:58.4292890Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-09-27T15:19:58.4361865Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-09-27T15:19:58.5257004Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-09-27T15:19:58.5644768Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-09-27T15:19:58.5872966Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-09-27T15:19:58.5910083Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:19:58.6212830Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-09-27T15:19:58.6352665Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-09-27T15:19:58.7153646Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-09-27T15:19:58.7637394Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:19:58.9102924Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-09-27T15:19:58.9460073Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:19:58.9907987Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-09-27T15:19:59.0330938Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-09-27T15:19:59.0573435Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-09-27T15:19:59.0905913Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:19:59.1877894Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-09-27T15:19:59.2089866Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-09-27T15:19:59.2290294Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-09-27T15:19:59.2300957Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:19:59.3109266Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-09-27T15:19:59.3750641Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-09-27T15:19:59.4397995Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:19:59.4493506Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-09-27T15:19:59.4835619Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-09-27T15:19:59.5504208Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-09-27T15:19:59.5890181Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-09-27T15:19:59.6637614Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-09-27T15:19:59.7064700Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-09-27T15:19:59.7776691Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-09-27T15:19:59.7983504Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-09-27T15:19:59.8382980Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-09-27T15:19:59.8795277Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-09-27T15:19:59.9657117Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-09-27T15:19:59.9955873Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-09-27T15:20:00.0320950Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-09-27T15:20:00.0595839Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-09-27T15:20:00.1744924Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-09-27T15:20:00.1971363Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-09-27T15:20:00.2095978Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-09-27T15:20:00.2637579Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-09-27T15:20:00.3278665Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-09-27T15:20:00.3569253Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-09-27T15:20:00.4961240Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-09-27T15:20:00.5496036Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-09-27T15:20:00.6221091Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-09-27T15:20:00.6400143Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-09-27T15:20:00.6901810Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-09-27T15:20:00.7537546Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:20:00.7703164Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-09-27T15:20:00.7837796Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-09-27T15:20:00.8037750Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-09-27T15:20:00.8851556Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-09-27T15:20:00.9039371Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-09-27T15:20:01.0325661Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-09-27T15:20:01.0358690Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-09-27T15:20:01.0970197Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-09-27T15:20:01.1413949Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-09-27T15:20:01.1681001Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-09-27T15:20:01.1750976Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-09-27T15:20:01.1958927Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:20:01.2699483Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-09-27T15:20:01.2784308Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-09-27T15:20:01.3202514Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-09-27T15:20:01.4620633Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-09-27T15:20:01.5677977Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:20:01.6166498Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-09-27T15:20:01.6469472Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-09-27T15:20:01.7103507Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-09-27T15:20:01.7494202Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:20:01.8044912Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-09-27T15:20:01.8918008Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-09-27T15:20:02.0350686Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:20:02.1348149Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-09-27T15:20:02.1772460Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-09-27T15:20:02.1872054Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-09-27T15:20:02.2644920Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-09-27T15:20:02.2733290Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-09-27T15:20:02.3060002Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-09-27T15:20:02.3832825Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-09-27T15:20:02.4785145Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-09-27T15:20:02.6743599Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-09-27T15:20:02.7852790Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-09-27T15:20:02.8139015Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-09-27T15:20:02.8625786Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-09-27T15:20:02.9215177Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:02.9402954Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-09-27T15:20:02.9700972Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-09-27T15:20:02.9812607Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-09-27T15:20:03.0709444Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:03.1627134Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-09-27T15:20:03.1671226Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:03.2196064Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-09-27T15:20:03.2903315Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:03.3958330Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:03.4336686Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-09-27T15:20:03.4881743Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:03.4939794Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-09-27T15:20:03.6397757Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:03.7408007Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-09-27T15:20:03.7959357Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:03.8824534Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:03.9587179Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:03.9591186Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-09-27T15:20:04.0038603Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:04.0232205Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:04.0369441Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-09-27T15:20:04.0700324Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:04.1076464Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-09-27T15:20:04.1641360Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:04.1693106Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-09-27T15:20:04.2236608Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:04.3019217Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-09-27T15:20:04.3341921Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:04.4157912Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-09-27T15:20:04.4815467Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:04.5170153Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:04.5624600Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:04.5771987Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-09-27T15:20:04.6147081Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-09-27T15:20:04.6500057Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:04.6673554Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-09-27T15:20:04.7563712Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:04.7995916Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-09-27T15:20:04.8422844Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:04.9431564Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.0417051Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.0967802Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.1129793Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.1507171Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.1544087Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-09-27T15:20:05.1718743Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-09-27T15:20:05.2101556Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-09-27T15:20:05.2440691Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.3056001Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.3398769Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-09-27T15:20:05.3838627Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.4016575Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.4994434Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-09-27T15:20:05.5055084Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.5936130Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.6229343Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-09-27T15:20:05.6993440Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.7088125Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:05.8014606Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-09-27T15:20:05.8179210Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:05.8265022Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-09-27T15:20:05.9408446Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.0451243Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.0906488Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.1427750Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.2156947Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-09-27T15:20:06.2570628Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.2864831Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.3388440Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.3469790Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-09-27T15:20:06.3980418Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-09-27T15:20:06.4382977Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.5019934Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.5396909Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-09-27T15:20:06.6153737Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.7180390Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.7214928Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.7716378Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.7933627Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:06.8018569Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-09-27T15:20:06.8223784Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-09-27T15:20:06.8628098Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:06.8794489Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-09-27T15:20:06.8812519Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-09-27T15:20:06.9726591Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:07.0385539Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:07.0738167Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:07.1436609Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:07.1797262Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-09-27T15:20:07.2509609Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:07.2907226Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:07.3510852Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-09-27T15:20:07.3756411Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:07.4311728Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:07.4379789Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-09-27T15:20:07.4688473Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-09-27T15:20:07.5515553Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:07.6557642Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:07.7547910Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:07.7561950Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:07.7699613Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:07.8520134Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-09-27T15:20:07.8720690Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-09-27T15:20:07.8921256Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:07.9064713Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:07.9574129Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:07.9982800Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:08.0374122Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:08.0530343Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-09-27T15:20:08.0820912Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-09-27T15:20:08.0936643Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-09-27T15:20:08.1793176Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:20:08.2836527Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:08.3817431Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:08.4948553Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:08.5259640Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-09-27T15:20:08.5687189Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:08.5923760Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-09-27T15:20:08.6236146Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-09-27T15:20:08.6967045Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:08.8031568Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:08.8136319Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-09-27T15:20:08.9425130Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:20:09.0007953Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:20:09.0347974Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:20:09.0668101Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:20:09.0689193Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-09-27T15:20:09.1372026Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:09.1372933Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-09-27T15:20:09.1904470Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:09.2135241Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:09.2318833Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-09-27T15:20:09.2668076Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:09.2925067Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-09-27T15:20:09.2977500Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:09.3715010Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-09-27T15:20:09.3973955Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:09.4711186Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:09.4963285Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-09-27T15:20:09.5683678Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:09.6768701Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:09.6925058Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:09.7880786Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-09-27T15:20:09.7898704Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:09.7937033Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-09-27T15:20:09.8632659Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:09.8965403Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:09.9823718Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:09.9824340Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-09-27T15:20:10.0075641Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-09-27T15:20:10.0136507Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-09-27T15:20:10.0719564Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:10.1730499Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:10.2623101Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:10.3284786Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:10.3345326Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:10.3682903Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:10.4452528Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-09-27T15:20:10.4475989Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-09-27T15:20:10.4650304Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:10.4928051Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:10.4979684Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-09-27T15:20:10.5757574Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-09-27T15:20:10.6045007Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:10.7113991Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:10.8259631Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:10.8924560Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:10.9221928Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-09-27T15:20:10.9651011Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-09-27T15:20:10.9857140Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:10.9904983Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-09-27T15:20:11.0152526Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:11.0322810Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:11.0794737Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:11.1142538Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-09-27T15:20:11.1300591Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:11.1634881Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-09-27T15:20:11.2424447Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:11.4268792Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:20:11.4396531Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-09-27T15:20:11.4949073Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:11.5301367Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-09-27T15:20:11.5817173Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-09-27T15:20:11.5818038Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:11.6176664Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:11.6859550Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-09-27T15:20:11.7283241Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:11.8520346Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:11.9448801Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:11.9552879Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:11.9956758Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:12.0476923Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-09-27T15:20:12.0479558Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:12.0495600Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-09-27T15:20:12.0853877Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-09-27T15:20:12.0991695Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-09-27T15:20:12.1521280Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:12.2567679Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:12.3594466Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:12.4607351Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:12.5323164Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:12.5420326Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-09-27T15:20:12.5695484Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-09-27T15:20:12.6204243Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:12.6602932Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:12.7076629Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:12.7166523Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-09-27T15:20:12.7580871Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-09-27T15:20:12.8137003Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:12.9535706Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:12.9845919Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:13.0404631Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:13.0642273Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-09-27T15:20:13.0808170Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-09-27T15:20:13.1091524Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-09-27T15:20:13.1386483Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:13.1785490Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:13.2115237Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:13.2233825Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:20:13.2581230Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:20:13.2619181Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-09-27T15:20:13.2962793Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-09-27T15:20:13.3144258Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-09-27T15:20:13.3426024Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:20:13.4877673Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:20:13.6197572Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:20:13.7017482Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:20:13.7782869Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-09-27T15:20:13.8332881Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:13.8760346Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-09-27T15:20:13.9236430Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:14.0185857Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:20:14.0395048Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:20:14.0707525Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:20:14.0987881Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-09-27T15:20:14.1277122Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-09-27T15:20:14.2082432Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:20:14.2359537Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:20:14.3263515Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:20:14.3333342Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:14.3774194Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-09-27T15:20:14.4003235Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-09-27T15:20:14.4069583Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:14.4436338Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:14.4941134Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-09-27T15:20:14.5327151Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:14.6252986Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:14.7252636Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:14.7854023Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:14.7913309Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-09-27T15:20:14.8630456Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-09-27T15:20:14.8994981Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:14.9020941Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:14.9881489Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:15.0557623Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-09-27T15:20:15.0628995Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-09-27T15:20:15.1010224Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:20:15.2173670Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:20:15.2631002Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-09-27T15:20:15.2889646Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:20:15.3220587Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:20:15.3380881Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-09-27T15:20:15.4244512Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-09-27T15:20:15.4679720Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:20:15.6128841Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:20:15.7589311Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:15.8540775Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-09-27T15:20:15.8842887Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:15.9156023Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-09-27T15:20:15.9917916Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.0987336Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.1954161Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.2098935Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.2841354Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-09-27T15:20:16.2857931Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-09-27T15:20:16.2918196Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.2943930Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.3921294Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-09-27T15:20:16.4065463Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.4139138Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.4574080Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.4951899Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-09-27T15:20:16.5262281Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-09-27T15:20:16.5304531Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.5718850Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.6151683Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-09-27T15:20:16.6763502Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.7838154Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:16.8937580Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:16.9356871Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:17.0134283Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-09-27T15:20:17.0392211Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:17.0692783Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:17.1298577Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:17.1321133Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-09-27T15:20:17.1628995Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-09-27T15:20:17.2035787Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:17.2355665Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-09-27T15:20:17.2942364Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:17.3891985Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:17.5039293Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:17.6150938Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:17.6446869Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-09-27T15:20:17.7307941Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:17.8293686Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:17.9282929Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.0184400Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:18.1245302Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-09-27T15:20:18.1449107Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.2074698Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:18.2477980Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-09-27T15:20:18.2512932Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.3322992Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-09-27T15:20:18.3761216Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:18.4282424Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-09-27T15:20:18.4917733Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.5894714Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:18.6622931Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.6904709Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:18.6941626Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-09-27T15:20:18.7730626Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-09-27T15:20:18.8590457Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.9301407Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:18.9479508Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-09-27T15:20:18.9567275Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:18.9874569Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:19.0264832Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-09-27T15:20:19.0584255Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-09-27T15:20:19.1078395Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:19.2072741Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:20:19.2446798Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:20:19.3123331Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-09-27T15:20:19.3691057Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:19.4545130Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:19.4910079Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:20:19.5179617Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:20:19.5334687Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-09-27T15:20:19.5634362Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-09-27T15:20:19.6305120Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-09-27T15:20:19.6539885Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:19.7493179Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:19.7842445Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:20:19.8457913Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:20:19.8961868Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:19.9635129Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-09-27T15:20:19.9717406Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:20.0489239Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:20:20.0497843Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:20:20.0974818Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-09-27T15:20:20.1056777Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-09-27T15:20:20.1351527Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-09-27T15:20:20.1398047Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-09-27T15:20:20.2335944Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:20:20.2582424Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-09-27T15:20:20.2892804Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:20:20.3644536Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:20:20.3666414Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:20:20.4250394Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-09-27T15:20:20.4922518Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-09-27T15:20:20.5046778Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-09-27T15:20:20.5714624Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-09-27T15:20:20.7002659Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-09-27T15:20:20.8168936Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:20:20.9417715Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-09-27T15:20:20.9880414Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-09-27T15:20:21.0502629Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-09-27T15:20:21.0957629Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-09-27T15:20:21.1261043Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-09-27T15:20:21.1682410Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-09-27T15:20:21.2496622Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:20:21.3692160Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-09-27T15:20:21.3896569Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:20:21.4437653Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-09-27T15:20:21.5020529Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-09-27T15:20:21.5136146Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-09-27T15:20:21.5865352Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:20:21.8373296Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-09-27T15:20:21.9297209Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-09-27T15:20:21.9721829Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:20:22.0703115Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-09-27T15:20:22.0877076Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-09-27T15:20:22.1480397Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-09-27T15:20:22.1884688Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-09-27T15:20:22.2144087Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-09-27T15:20:22.2870217Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-09-27T15:20:22.3478956Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-09-27T15:20:22.3535635Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-09-27T15:20:22.3961969Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-09-27T15:20:22.4826334Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-09-27T15:20:22.5998862Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-09-27T15:20:22.6959048Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-09-27T15:20:22.7354847Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-09-27T15:20:22.7912327Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-09-27T15:20:22.8343199Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-09-27T15:20:22.8676070Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-09-27T15:20:22.8916325Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-09-27T15:20:22.9033086Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-09-27T15:20:23.0040377Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-09-27T15:20:23.1399462Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-09-27T15:20:23.1944686Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:20:23.2623241Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-09-27T15:20:23.2735867Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-09-27T15:20:23.2954505Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:20:23.3026328Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-09-27T15:20:23.3820839Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-09-27T15:20:23.4119132Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-09-27T15:20:23.4477836Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-09-27T15:20:23.5700340Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-09-27T15:20:23.6819399Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-09-27T15:20:23.7826838Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-09-27T15:20:23.7934445Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-09-27T15:20:23.8436537Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-09-27T15:20:23.9128678Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-09-27T15:20:24.0301817Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-09-27T15:20:24.1621234Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-09-27T15:20:24.1715869Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-09-27T15:20:24.3020956Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-09-27T15:20:24.3331023Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:20:24.3593990Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-09-27T15:20:24.3652009Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-09-27T15:20:24.4402271Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-09-27T15:20:24.5618777Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:20:24.6704983Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-09-27T15:20:24.7077657Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:20:24.8320741Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-09-27T15:20:24.8543590Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:20:24.9546396Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:20:24.9667102Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-09-27T15:20:25.0597508Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-09-27T15:20:25.0793685Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-09-27T15:20:25.2124887Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:25.2183340Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-09-27T15:20:25.3102351Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:25.3431542Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:25.3556034Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:25.4536136Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-09-27T15:20:25.4912311Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:25.4913345Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-09-27T15:20:25.6320626Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:25.7142584Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:25.8258532Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:25.8679002Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:25.9581580Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-09-27T15:20:26.0302554Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:26.1603210Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:26.2260780Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:26.2346946Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:26.2985925Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:26.3485451Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:26.3584509Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-09-27T15:20:26.3941794Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-09-27T15:20:26.4260859Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-09-27T15:20:26.4464205Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:26.5109624Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-09-27T15:20:26.5922071Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:26.7473749Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:26.9200515Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:26.9676414Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:27.0805207Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-09-27T15:20:27.1194683Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:27.2616570Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:27.3105242Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:27.4091112Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:27.4096244Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-09-27T15:20:27.4564756Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-09-27T15:20:27.4582574Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:27.4644530Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:27.5627508Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-09-27T15:20:27.5895054Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-09-27T15:20:27.6092537Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:27.7670582Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:27.8366437Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-09-27T15:20:27.9175224Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:27.9463600Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:27.9796071Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.0253564Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-09-27T15:20:28.0563109Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-09-27T15:20:28.0922802Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-09-27T15:20:28.1233423Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.2133981Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.2681454Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-09-27T15:20:28.3026519Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.3356809Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.4455779Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.4980320Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-09-27T15:20:28.5421481Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.5553144Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.6097214Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.6160127Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.6972822Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-09-27T15:20:28.7214822Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.7254407Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-09-27T15:20:28.7425209Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-09-27T15:20:28.7512821Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-09-27T15:20:28.8466321Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.8888331Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:28.9226547Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:28.9859782Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-09-27T15:20:29.0232967Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-09-27T15:20:29.0776079Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:29.1818884Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-09-27T15:20:29.2356414Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:29.2357374Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-09-27T15:20:29.2875634Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:29.3905224Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-09-27T15:20:29.4191723Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:29.4240709Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-09-27T15:20:29.5337692Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:29.5796487Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-09-27T15:20:29.6469414Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:29.6946012Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:29.7235078Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-09-27T15:20:29.7830609Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-09-27T15:20:29.8465597Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:29.8549909Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-09-27T15:20:29.8938975Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-09-27T15:20:29.9320621Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-09-27T15:20:29.9642515Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:30.0784596Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:30.0942989Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:30.2079996Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-09-27T15:20:30.2117980Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:30.2219744Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:30.2716624Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-09-27T15:20:30.3596656Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-09-27T15:20:30.3740234Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:30.3782003Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-09-27T15:20:30.4672119Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-09-27T15:20:30.5236306Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:30.6860058Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:30.7232648Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-09-27T15:20:30.7981007Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:20:30.8253559Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-09-27T15:20:30.8313396Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:30.9250652Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:30.9348618Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-09-27T15:20:30.9755423Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-09-27T15:20:31.0430708Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:31.1126289Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-09-27T15:20:31.1741132Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:31.2282952Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:31.2514139Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:31.2835300Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:31.3192366Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-09-27T15:20:31.3614233Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:31.3899781Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:31.4344933Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:31.5034386Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:31.5117461Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-09-27T15:20:31.5459042Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-09-27T15:20:31.5544328Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-09-27T15:20:31.6498314Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:31.6940502Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:31.7813051Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-09-27T15:20:31.8281458Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:31.8596446Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-09-27T15:20:31.9806441Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:32.0635488Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:32.0854304Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-09-27T15:20:32.1055921Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:32.1220339Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-09-27T15:20:32.2085466Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:32.2490092Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-09-27T15:20:32.2916113Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:32.3322671Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-09-27T15:20:32.4156050Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:32.4475453Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-09-27T15:20:32.4881475Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:32.5769964Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-09-27T15:20:32.5828366Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-09-27T15:20:32.6462702Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:32.7268445Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-09-27T15:20:32.7885326Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:32.7961187Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:32.9436901Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-09-27T15:20:32.9459435Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:32.9972440Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:33.0999371Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-09-27T15:20:33.1592440Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:33.2424630Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:33.3164576Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-09-27T15:20:33.3620736Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:33.3954470Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-09-27T15:20:33.5197124Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:33.5773801Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:33.6758303Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-09-27T15:20:33.6759124Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:33.7122740Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-09-27T15:20:33.7689331Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:33.7945388Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:33.8485205Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-09-27T15:20:33.9059996Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:33.9378283Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-09-27T15:20:33.9683926Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:20:34.0562200Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:34.0955125Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-09-27T15:20:34.1978639Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:34.3327037Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-09-27T15:20:34.3523569Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:34.4202120Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:34.5085406Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-09-27T15:20:34.5494084Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:34.7002958Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:34.7066399Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-09-27T15:20:34.8517488Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:34.8678161Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:34.9642727Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:34.9724704Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:35.0108946Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:35.0305417Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-09-27T15:20:35.0405983Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-09-27T15:20:35.1105793Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-09-27T15:20:35.1287246Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:35.1337711Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:35.1456691Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:35.2882683Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-09-27T15:20:35.2888836Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-09-27T15:20:35.3113386Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:35.4851099Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:35.5464654Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:35.5975754Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:35.6420095Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-09-27T15:20:35.6675940Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-09-27T15:20:35.7632535Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:35.7647629Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-09-27T15:20:35.8543893Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-09-27T15:20:35.8997821Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:36.0197780Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-09-27T15:20:36.0638698Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:36.1839303Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:36.2226736Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:20:36.2851600Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:20:36.3379899Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-09-27T15:20:36.3427092Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:20:36.4612307Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:20:36.4711223Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:20:36.5064852Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-09-27T15:20:36.5641768Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:20:36.5723722Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-09-27T15:20:36.5938805Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-09-27T15:20:36.7099764Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:20:36.7687848Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:20:36.8464513Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-09-27T15:20:36.8782107Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:37.0193356Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:37.0202355Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-09-27T15:20:37.1045619Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:37.1296457Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:20:37.1680244Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:37.1845260Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-09-27T15:20:37.2200499Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:37.2559048Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-09-27T15:20:37.2894690Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:37.3275136Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-09-27T15:20:37.3641661Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:37.4508229Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-09-27T15:20:37.5626058Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:37.6459723Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:37.7034024Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-09-27T15:20:37.7223131Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:37.7805588Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-09-27T15:20:37.8124146Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:37.8403861Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-09-27T15:20:37.8641297Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:37.9304163Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:37.9623547Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-09-27T15:20:38.0084806Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:38.0748329Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:38.1599433Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-09-27T15:20:38.2707883Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:38.3438196Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-09-27T15:20:38.3917953Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:38.5315457Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:38.6656822Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:38.6961374Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-09-27T15:20:38.7285853Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:38.7705839Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:38.8074875Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:38.8757055Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-09-27T15:20:38.9039205Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-09-27T15:20:38.9401761Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:38.9610437Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:39.0868636Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-09-27T15:20:39.0885633Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:39.1738487Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:39.2364253Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-09-27T15:20:39.2542781Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:39.3183174Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:39.3282587Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-09-27T15:20:39.3553293Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:39.3883446Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:39.4555640Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-09-27T15:20:39.5062726Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-09-27T15:20:39.5341194Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:39.6773964Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:39.7303641Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:39.8438772Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-09-27T15:20:39.8617035Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:39.8848172Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-09-27T15:20:39.9162737Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:39.9341168Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-09-27T15:20:39.9953444Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-09-27T15:20:40.0321405Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-09-27T15:20:40.0466783Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:40.1791032Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:40.3208398Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:40.4366109Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:40.4717934Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-09-27T15:20:40.5198479Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-09-27T15:20:40.5661205Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:40.7163473Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:40.8499613Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:40.9144275Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-09-27T15:20:40.9797297Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:41.0158991Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-09-27T15:20:41.1339236Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:41.1949556Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:41.2325138Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:20:41.2559662Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-09-27T15:20:41.2940481Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:20:41.3646081Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-09-27T15:20:41.3849163Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:20:41.4015014Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:20:41.4139453Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-09-27T15:20:41.4190132Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-09-27T15:20:41.5072107Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-09-27T15:20:41.5514956Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:20:41.6929516Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:20:41.7511084Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:20:41.8084058Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:20:41.8333347Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-09-27T15:20:41.8864233Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:20:41.9243270Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-09-27T15:20:41.9845983Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:20:42.0349940Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-09-27T15:20:42.1365332Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:20:42.2077369Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:20:42.2670220Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-09-27T15:20:42.3063311Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:20:42.3388517Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:20:42.3673226Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-09-27T15:20:42.4214480Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-09-27T15:20:42.4545071Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:20:42.4646756Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-09-27T15:20:42.6022394Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:20:42.7422271Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:20:42.7850044Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:20:42.8880858Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-09-27T15:20:42.9068369Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:20:42.9352460Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:20:42.9353250Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-09-27T15:20:43.0383141Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-09-27T15:20:43.0637613Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:20:43.2156272Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:20:43.2557086Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-09-27T15:20:43.3262634Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-09-27T15:20:43.3578157Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-09-27T15:20:43.4460144Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-09-27T15:20:43.4510328Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-09-27T15:20:43.4999512Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-09-27T15:20:43.6100006Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-09-27T15:20:43.6424489Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-09-27T15:20:43.7385193Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-09-27T15:20:43.8400675Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-09-27T15:20:43.8802949Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-09-27T15:20:43.9789345Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-09-27T15:20:44.0156303Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-09-27T15:20:44.1176648Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-09-27T15:20:44.1405102Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:20:44.2636461Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-09-27T15:20:44.2982801Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-09-27T15:20:44.4185614Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:20:44.5673484Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-09-27T15:20:44.5701904Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-09-27T15:20:44.6776942Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:20:44.6843342Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:20:44.7084448Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:20:44.7504798Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:20:44.7835433Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-09-27T15:20:44.8138649Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-09-27T15:20:44.8443319Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:20:44.8939516Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-09-27T15:20:44.8999910Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-09-27T15:20:44.9811546Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:20:45.1241999Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:20:45.2044804Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:20:45.2462459Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-09-27T15:20:45.3515177Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:20:45.4946610Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:20:45.6358627Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:20:45.7443587Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:20:45.7659043Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:20:45.7977053Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-09-27T15:20:45.8463061Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-09-27T15:20:45.8985010Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:20:45.9021524Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-09-27T15:20:46.0495426Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:20:46.0535749Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:20:46.1104727Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.1824148Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-09-27T15:20:46.1873785Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.2551173Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.2731440Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-09-27T15:20:46.3115951Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-09-27T15:20:46.4069749Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.4114934Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-09-27T15:20:46.5413980Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.6794734Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.6939573Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-09-27T15:20:46.8241753Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.8373157Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:46.9724280Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-09-27T15:20:46.9820330Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.1053655Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.1414568Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.2321314Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.2359846Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-09-27T15:20:47.2757694Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.3460228Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-09-27T15:20:47.3925028Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.4244461Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-09-27T15:20:47.5407327Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.5685235Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.6829677Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-09-27T15:20:47.7468452Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:47.9157826Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.0756166Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.2137359Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.2697614Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-09-27T15:20:48.3119035Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.3910474Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.3973312Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.4470081Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-09-27T15:20:48.4812144Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.5111693Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-09-27T15:20:48.5437579Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.6342296Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-09-27T15:20:48.6557325Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.6960796Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.7073761Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.7880655Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-09-27T15:20:48.8155133Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-09-27T15:20:48.8641568Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:48.9997771Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.1282599Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.2806934Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.3153411Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.3782402Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-09-27T15:20:49.4332594Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-09-27T15:20:49.4613795Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.4662823Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.6040808Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-09-27T15:20:49.6090118Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.6932146Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.7437352Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-09-27T15:20:49.7886296Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-09-27T15:20:49.8318343Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:20:49.9869552Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:20:50.1266800Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:50.2790051Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:50.3185765Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:20:50.4178222Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-09-27T15:20:50.4519407Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-09-27T15:20:50.5071785Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:20:50.5099828Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-09-27T15:20:50.5478708Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-09-27T15:20:50.6489672Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-09-27T15:20:50.6910214Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-09-27T15:20:50.8557769Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-09-27T15:20:50.8873785Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-09-27T15:20:50.9005914Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-09-27T15:20:50.9927990Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-09-27T15:20:51.0181973Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-09-27T15:20:51.0484247Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-09-27T15:20:51.1871711Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-09-27T15:20:51.3168195Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-09-27T15:20:51.4472951Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-09-27T15:20:51.4819823Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-09-27T15:20:51.5925647Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-09-27T15:20:51.7994588Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:51.7995709Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-09-27T15:20:51.8753045Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-09-27T15:20:51.9031793Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:51.9159775Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-09-27T15:20:51.9438502Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-09-27T15:20:51.9588263Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-09-27T15:20:52.0316201Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.1775569Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.3358953Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.3961110Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.4780502Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.5489394Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-09-27T15:20:52.6653231Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.7792984Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-09-27T15:20:52.8048205Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:52.9609470Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.0587193Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.1181966Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.2215619Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.2297926Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.2427252Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.2644812Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-09-27T15:20:53.2710776Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-09-27T15:20:53.3524364Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-09-27T15:20:53.3697497Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-09-27T15:20:53.3863542Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.5626017Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.6797527Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:20:53.7140526Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-09-27T15:20:53.7728112Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-09-27T15:20:53.8402857Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:20:53.9856420Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:20:54.1308817Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:20:54.2870578Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:20:54.3000188Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-09-27T15:20:54.3723295Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-09-27T15:20:54.4382783Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:20:54.5850488Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:20:54.5991590Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:20:54.6265152Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:20:54.6784194Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:20:54.7225427Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-09-27T15:20:54.7511390Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:20:54.7604319Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-09-27T15:20:54.7963387Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-09-27T15:20:54.7964390Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:20:54.8763576Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-09-27T15:20:54.9347123Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:20:55.0636186Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:20:55.0876033Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:20:55.1350606Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-09-27T15:20:55.1986071Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-09-27T15:20:55.2404137Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:20:55.3825536Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:20:55.5294965Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:20:55.6578947Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:20:55.8017486Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:20:55.8084921Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:20:55.9037845Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:20:55.9512338Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-09-27T15:20:55.9513240Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-09-27T15:20:55.9548043Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:20:56.0246140Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:20:56.0315014Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:20:56.0754846Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-09-27T15:20:56.1666560Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-09-27T15:20:56.1842315Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:20:56.2882153Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-09-27T15:20:56.3371380Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:20:56.5011360Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:20:56.6633959Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:20:56.8162509Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:20:56.9772290Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:20:57.2039538Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:20:57.2135664Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:20:57.2688719Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-09-27T15:20:57.2760387Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-09-27T15:20:57.3559990Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-09-27T15:20:57.3570001Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-09-27T15:20:57.3624541Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-09-27T15:20:57.3904560Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-09-27T15:20:57.3950061Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-09-27T15:20:57.4828025Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-09-27T15:20:57.5269154Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-09-27T15:20:57.6412083Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-09-27T15:20:57.7548998Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-09-27T15:20:57.9007207Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-09-27T15:20:58.0368107Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-09-27T15:20:58.1583795Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-09-27T15:20:58.2801135Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-09-27T15:20:58.4036396Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-09-27T15:20:58.5457453Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-09-27T15:20:58.5970053Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-09-27T15:20:58.5974292Z [ 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-09-27T15:20:58.6205179Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-09-27T15:20:58.6667437Z [ 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-09-27T15:20:58.6772203Z [ 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-09-27T15:20:58.7034361Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-09-27T15:20:58.7440636Z [ 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-09-27T15:20:58.8003211Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-09-27T15:20:58.8041487Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-09-27T15:20:58.8783095Z [ 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-09-27T15:20:58.9974944Z [ 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-09-27T15:20:59.1287995Z [ 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-09-27T15:20:59.2917477Z [ 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-09-27T15:20:59.4174963Z [ 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-09-27T15:20:59.5562828Z [ 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-09-27T15:20:59.7282514Z [ 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-09-27T15:20:59.8273767Z [ 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-09-27T15:20:59.8809294Z [ 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-09-27T15:20:59.9297707Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-09-27T15:20:59.9584490Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-09-27T15:20:59.9681103Z [ 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-09-27T15:20:59.9823834Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-09-27T15:20:59.9995549Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-09-27T15:21:00.1233020Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-09-27T15:21:00.1234057Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-09-27T15:21:00.2530648Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-09-27T15:21:00.2581227Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-09-27T15:21:00.4051115Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-09-27T15:21:00.5473867Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-09-27T15:21:00.6757423Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-09-27T15:21:00.8291606Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-09-27T15:21:00.8877521Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-09-27T15:21:00.9485610Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-09-27T15:21:01.0247248Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-09-27T15:21:01.1313259Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-09-27T15:21:01.1910590Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-09-27T15:21:01.2142318Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-09-27T15:21:01.2179799Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-09-27T15:21:01.2487009Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-09-27T15:21:01.3281482Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-09-27T15:21:01.3431142Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-09-27T15:21:01.4991873Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-09-27T15:21:01.5073009Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-09-27T15:21:01.6513363Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-09-27T15:21:01.7970250Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-09-27T15:21:01.8435860Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-09-27T15:21:01.9305595Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-09-27T15:21:01.9789775Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-09-27T15:21:02.0236743Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-09-27T15:21:02.0712734Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-09-27T15:21:02.0767790Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-09-27T15:21:02.1191196Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-09-27T15:21:02.1618796Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-09-27T15:21:02.2141115Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-09-27T15:21:02.2564573Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-09-27T15:21:02.3998427Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-09-27T15:21:02.4355596Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-09-27T15:21:02.5361968Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-09-27T15:21:02.5810582Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-09-27T15:21:02.7320414Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-09-27T15:21:02.8614920Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-09-27T15:21:02.9115457Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-09-27T15:21:02.9377693Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-09-27T15:21:02.9640787Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-09-27T15:21:03.0618749Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-09-27T15:21:03.0823329Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-09-27T15:21:03.1308189Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-09-27T15:21:03.1586941Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-09-27T15:21:03.2126631Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-09-27T15:21:03.2475057Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-09-27T15:21:03.3043372Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-09-27T15:21:03.3903764Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-09-27T15:21:03.4527037Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-09-27T15:21:03.5438605Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-09-27T15:21:03.6785446Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:21:03.8107537Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:21:03.8458011Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-09-27T15:21:03.9679707Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:21:04.0741252Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-09-27T15:21:04.1116758Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-09-27T15:21:04.2959483Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:21:04.3453830Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-09-27T15:21:04.4010141Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-09-27T15:21:04.4462315Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-09-27T15:21:04.4925376Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-09-27T15:21:04.5844239Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-09-27T15:21:04.6321973Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-09-27T15:21:04.7159248Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-09-27T15:21:04.8734089Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-09-27T15:21:04.9676212Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-09-27T15:21:05.0072214Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-09-27T15:21:05.0720941Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:21:05.1038010Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:21:05.1475837Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-09-27T15:21:05.1908154Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-09-27T15:21:05.2321713Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:21:05.3717615Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-09-27T15:21:05.4868471Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:21:05.4914444Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-09-27T15:21:05.5192342Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-09-27T15:21:05.5985925Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-09-27T15:21:05.6204913Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-09-27T15:21:05.6205876Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-09-27T15:21:05.6438778Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-09-27T15:21:05.6525047Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-09-27T15:21:05.6933290Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:21:05.7362640Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-09-27T15:21:05.7648055Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-09-27T15:21:05.8114016Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-09-27T15:21:05.8822391Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-09-27T15:21:05.9400136Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-09-27T15:21:06.0911947Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-09-27T15:21:06.1753254Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-09-27T15:21:06.2390342Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-09-27T15:21:06.3740915Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-09-27T15:21:06.5112316Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-09-27T15:21:06.7525665Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-09-27T15:21:06.7817799Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-09-27T15:21:06.7847466Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-09-27T15:21:06.8012480Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-09-27T15:21:06.8820403Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:21:06.9145042Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:21:06.9361179Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-09-27T15:21:06.9458763Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:21:07.0795053Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-09-27T15:21:07.1117546Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-09-27T15:21:07.2198845Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-09-27T15:21:07.2715656Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-09-27T15:21:07.4255493Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-09-27T15:21:07.4352001Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-09-27T15:21:07.5103618Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-09-27T15:21:07.5328533Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:07.5380330Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:07.5836414Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-09-27T15:21:07.6365422Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-09-27T15:21:07.7064691Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:07.7296524Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-09-27T15:21:07.7433955Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-09-27T15:21:07.8563464Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:07.8642421Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-09-27T15:21:08.0316567Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-09-27T15:21:08.0599419Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-09-27T15:21:08.1223535Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-09-27T15:21:08.1289135Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-09-27T15:21:08.1578188Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-09-27T15:21:08.1811506Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:08.2530772Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:08.2721870Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-09-27T15:21:08.2772150Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-09-27T15:21:08.3916333Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:08.4222888Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-09-27T15:21:08.4230225Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:08.5595440Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-09-27T15:21:08.6684228Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-09-27T15:21:08.6774750Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-09-27T15:21:08.7743387Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-09-27T15:21:08.8022566Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-09-27T15:21:08.9042615Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-09-27T15:21:08.9090806Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-09-27T15:21:08.9463974Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:08.9470704Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-09-27T15:21:08.9868048Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.0324125Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-09-27T15:21:09.0725530Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.1868068Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-09-27T15:21:09.1869296Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.3102683Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-09-27T15:21:09.3456686Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-09-27T15:21:09.3905266Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-09-27T15:21:09.4493180Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.4690174Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.5095740Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-09-27T15:21:09.5374356Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-09-27T15:21:09.5557431Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.6408038Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.6476426Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-09-27T15:21:09.6533024Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:09.7673362Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-09-27T15:21:09.8965249Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-09-27T15:21:09.9818371Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-09-27T15:21:10.0134359Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.1070402Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-09-27T15:21:10.1094018Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-09-27T15:21:10.1100774Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:10.1116067Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:10.1842911Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:10.2248042Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:10.2285298Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.2451955Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:10.2477066Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:10.3076551Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:10.3543248Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.3544127Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:10.3922551Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-09-27T15:21:10.4421847Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.4514826Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.4741317Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:10.6294058Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:10.7747444Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:10.7946863Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.8637505Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:10.9426052Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.9442283Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:10.9607103Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:10.9924738Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:10.9992054Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:11.0975697Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.1418014Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.1479697Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:11.2671062Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.2863472Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:11.3798734Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-09-27T15:21:11.4324920Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:11.5051630Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:11.5083522Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:11.5556549Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.5668424Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:11.6334358Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:21:11.6469363Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:11.7035511Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:21:11.7155817Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.7474398Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.7719363Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:11.8437598Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:11.9602386Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:21:12.0747738Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:12.1796659Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:12.2252993Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:12.3562281Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:12.3681067Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:12.3944891Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:12.4931663Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:12.5214898Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:12.6498285Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:12.6539163Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:12.7551267Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:12.7994164Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:12.8027699Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:12.8624038Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:12.8676625Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:12.9436444Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:13.0059852Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:13.0064777Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:13.0597137Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:13.1082294Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:13.1202255Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:21:13.2012081Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:13.2548890Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-09-27T15:21:13.3162906Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:13.3290006Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:13.4495088Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:13.4684979Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:13.5063264Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:13.5377432Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:21:13.5660017Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:21:13.5910728Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:21:13.6366985Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:13.6689769Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:21:13.6690624Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:21:13.7054841Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:21:13.7366004Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:21:13.7625444Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.7654116Z [ 88%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-09-27T15:21:13.7863078Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.8001988Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.8158795Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.8623747Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.9049400Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.9285310Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.9582779Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.9640784Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:13.9868825Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:21:14.0313770Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:14.0636889Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:21:14.1033576Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:21:14.1041680Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:21:14.1339165Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:14.1474211Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:21:14.1920469Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:21:14.2249184Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:14.2288541Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:14.2600411Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:14.2682458Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:14.3177736Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:14.3422215Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:21:14.3659863Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:21:14.3823040Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:21:14.4200166Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:21:14.4343821Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:21:14.4498436Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:14.4843267Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:14.5101052Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:14.5437731Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:14.5489345Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:14.5990637Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:21:14.6047494Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:21:14.6600112Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:14.6912337Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:21:14.7121481Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:21:14.7163454Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-09-27T15:21:14.7699274Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-09-27T15:21:14.7901460Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-09-27T15:21:14.8182768Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:21:14.8183645Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-09-27T15:21:14.8554065Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:21:14.9082978Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-09-27T15:21:14.9153329Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:21:14.9218180Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-09-27T15:21:14.9647605Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:21:14.9939239Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-09-27T15:21:15.0244984Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:21:15.0611464Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-09-27T15:21:15.0669141Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-09-27T15:21:15.1150430Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-09-27T15:21:15.1286701Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-09-27T15:21:15.1674846Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-09-27T15:21:15.1795115Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-09-27T15:21:15.1824395Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-09-27T15:21:15.2304436Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-09-27T15:21:15.2546654Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.2997038Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.3190079Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.3475302Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.3649403Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.4015658Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.4358693Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.4423649Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.5073615Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.5173881Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.5397751Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.5840060Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.5854182Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.6237343Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.6559463Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.6624822Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.7234211Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.7472334Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:21:15.7604971Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:21:15.7984912Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-09-27T15:21:15.8035519Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:21:15.8566065Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:21:15.8680717Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:21:15.8774379Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:21:15.9242907Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:21:15.9649618Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:21:15.9796398Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:21:15.9910299Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:21:15.9953642Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:21:16.0545958Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:21:16.0929276Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:21:16.1157355Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:21:16.1158862Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:21:16.1322099Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:21:16.1712588Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:21:16.2002240Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:21:16.2376669Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:21:16.2386462Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:21:16.2517127Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:21:16.3184968Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:21:16.3384058Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:21:16.3555398Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:21:16.3873644Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:21:16.3878622Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:21:16.4546789Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-09-27T15:21:16.4632503Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-09-27T15:21:16.4913532Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-09-27T15:21:16.5087496Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-09-27T15:21:16.5286811Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-09-27T15:21:16.5799740Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-09-27T15:21:16.5994361Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-09-27T15:21:16.6204369Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-09-27T15:21:16.6420196Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-09-27T15:21:16.6433952Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-09-27T15:21:16.6914242Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-09-27T15:21:16.7170107Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-09-27T15:21:16.7514149Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-09-27T15:21:16.7563318Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-09-27T15:21:16.7877970Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:21:16.8231571Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-09-27T15:21:16.8307974Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:21:16.8564042Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-09-27T15:21:16.8697539Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:21:16.8995275Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-09-27T15:21:16.9429579Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:21:16.9570528Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-09-27T15:21:16.9764637Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:21:16.9917503Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-09-27T15:21:17.0190474Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:21:17.0561822Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-09-27T15:21:17.0711002Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:21:17.1079169Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-09-27T15:21:17.1133946Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:21:17.1463569Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-09-27T15:21:17.1830493Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:21:17.1837056Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-09-27T15:21:17.2316905Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:21:17.2549403Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-09-27T15:21:17.2737179Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:21:17.3081085Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-09-27T15:21:17.3208954Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:21:17.3585971Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-09-27T15:21:17.4076857Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:21:17.4366595Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-09-27T15:21:17.4418962Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:21:17.4670139Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-09-27T15:21:17.4777584Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:21:17.5245595Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-09-27T15:21:17.5435472Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:21:17.5548104Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:21:17.5825042Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-09-27T15:21:17.6195487Z [ 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-09-27T15:21:17.6472662Z [ 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-09-27T15:21:17.6634158Z [ 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-09-27T15:21:17.6677727Z [ 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-09-27T15:21:17.7115920Z [ 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-09-27T15:21:17.7342850Z [ 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-09-27T15:21:17.7736146Z [ 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-09-27T15:21:17.7761598Z [ 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-09-27T15:21:17.8071378Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-09-27T15:21:17.8195237Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-09-27T15:21:17.8581342Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-09-27T15:21:17.8836781Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-09-27T15:21:17.9133617Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-09-27T15:21:17.9332970Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-09-27T15:21:17.9347770Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-09-27T15:21:17.9836721Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-09-27T15:21:18.0044248Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:21:18.0201999Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-09-27T15:21:18.0443404Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:21:18.0680983Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-09-27T15:21:18.0971953Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-09-27T15:21:18.1279247Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-09-27T15:21:18.1569692Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:21:18.1760257Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-09-27T15:21:18.1982881Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:21:18.2113761Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-09-27T15:21:18.2634684Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:21:18.2952255Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-09-27T15:21:18.2996738Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:21:18.3556444Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-09-27T15:21:18.3624494Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:21:18.3938419Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:21:18.4045379Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:21:18.4087621Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:21:18.4684732Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:21:18.4758691Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:21:18.5254766Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:21:18.5353853Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:21:18.5498916Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:21:18.5840440Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:21:18.5982117Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:21:18.6433667Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:21:18.6470374Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:21:18.6768345Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:21:18.7178718Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:21:18.7223331Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:21:18.7585219Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:21:18.7592626Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:21:18.7994876Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:21:18.8399984Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:21:18.8649320Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:21:18.8727944Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:21:18.8868353Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:21:18.9082921Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:21:18.9527109Z [ 91%] 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-09-27T15:21:18.9850877Z [ 91%] 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-09-27T15:21:18.9968561Z [ 91%] 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-09-27T15:21:19.0403212Z [ 91%] 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-09-27T15:21:19.0614397Z [ 91%] 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-09-27T15:21:19.0859446Z [ 91%] 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-09-27T15:21:19.1082795Z [ 91%] 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-09-27T15:21:19.1100832Z [ 91%] 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-09-27T15:21:19.1643523Z [ 91%] 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-09-27T15:21:19.1960265Z [ 91%] 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-09-27T15:21:19.2280850Z [ 91%] 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-09-27T15:21:19.2396418Z [ 91%] 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-09-27T15:21:19.2444216Z [ 91%] 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-09-27T15:21:19.2949111Z [ 91%] 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-09-27T15:21:19.3152726Z [ 91%] 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-09-27T15:21:19.3601178Z [ 91%] 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-09-27T15:21:19.3764382Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-09-27T15:21:19.4030169Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-09-27T15:21:19.4315463Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-09-27T15:21:19.4646979Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-09-27T15:21:19.4743173Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-09-27T15:21:19.5028312Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-09-27T15:21:19.5499303Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-09-27T15:21:19.5541476Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-09-27T15:21:19.5805297Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-09-27T15:21:19.5844820Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-09-27T15:21:19.6519026Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-09-27T15:21:19.6671604Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-09-27T15:21:19.6698050Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-09-27T15:21:19.6989011Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-09-27T15:21:19.7051130Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-09-27T15:21:19.7800816Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-09-27T15:21:19.8019335Z [ 91%] 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-09-27T15:21:19.8139170Z [ 91%] 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-09-27T15:21:19.8279972Z [ 91%] 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-09-27T15:21:19.8474166Z [ 91%] 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-09-27T15:21:19.9027476Z [ 91%] 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-09-27T15:21:19.9219067Z [ 91%] 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-09-27T15:21:19.9378781Z [ 91%] 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-09-27T15:21:19.9602814Z [ 91%] 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-09-27T15:21:19.9680978Z [ 91%] 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-09-27T15:21:20.0126138Z [ 91%] 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-09-27T15:21:20.0440982Z [ 91%] 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-09-27T15:21:20.0638670Z [ 91%] 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-09-27T15:21:20.0899503Z [ 91%] 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-09-27T15:21:20.0949830Z [ 91%] 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-09-27T15:21:20.1264261Z [ 91%] 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-09-27T15:21:20.1674325Z [ 91%] 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-09-27T15:21:20.1840551Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-09-27T15:21:20.2224693Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-09-27T15:21:20.2371827Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-09-27T15:21:20.2667924Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-09-27T15:21:20.2818898Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-09-27T15:21:20.3184962Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-09-27T15:21:20.3697349Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-09-27T15:21:20.3762473Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-09-27T15:21:20.3976330Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:21:20.4105687Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-09-27T15:21:20.4461267Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:21:20.4841045Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-09-27T15:21:20.4953380Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:21:20.5315549Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-09-27T15:21:20.5658336Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-09-27T15:21:20.5713239Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-09-27T15:21:20.6194492Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-09-27T15:21:20.6308777Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-09-27T15:21:20.6615923Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-09-27T15:21:20.6872922Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-09-27T15:21:20.7151346Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-09-27T15:21:20.7425118Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-09-27T15:21:20.7581903Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-09-27T15:21:20.7832886Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-09-27T15:21:20.8183444Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-09-27T15:21:20.8226314Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-09-27T15:21:20.8741202Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-09-27T15:21:20.8870853Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-09-27T15:21:20.9116772Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-09-27T15:21:20.9382957Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-09-27T15:21:20.9543337Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-09-27T15:21:20.9805719Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-09-27T15:21:20.9997758Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-09-27T15:21:21.0400492Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-09-27T15:21:21.0500497Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:21:21.0546036Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-09-27T15:21:21.1016709Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-09-27T15:21:21.1027696Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-09-27T15:21:21.1468439Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-09-27T15:21:21.1761523Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-09-27T15:21:21.2031962Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-09-27T15:21:21.2137589Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-09-27T15:21:21.2191567Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-09-27T15:21:21.2540794Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-09-27T15:21:21.2996382Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-09-27T15:21:21.3231651Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:21:21.3232869Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-09-27T15:21:21.3267769Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-09-27T15:21:21.3769362Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-09-27T15:21:21.4234459Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-09-27T15:21:21.4465475Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:21:21.4525664Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:21.4532885Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:21:21.4968356Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:21.5389840Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:21.5701219Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:21:21.5734201Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:21:21.5875393Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:21:21.6052416Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:21.6573607Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:21:21.6850910Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:21:21.6986440Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:21:21.7143641Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:21.7352674Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:21.7982958Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:21.8042581Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:21.8224705Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:21.8558561Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:21.8728955Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:21.9311968Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:21.9314415Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:21.9697005Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:21.9922903Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.0351886Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.0497464Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.0498447Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.1277854Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.1323197Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.1634008Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:21:22.1729738Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:22.2003025Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:21:22.2446224Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:21:22.2633823Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.2923018Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.2940651Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.3316416Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.3727760Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.3952158Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.4139980Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.4463459Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.4628193Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:22.5041420Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:21:22.5459371Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:21:22.5470603Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:22.5831998Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.6018436Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.6590709Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.6671582Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:21:22.6686052Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:21:22.7296453Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:21:22.7325255Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:21:22.7680154Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:21:22.7709484Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.7993175Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.8441871Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.8754103Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.9155340Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.9279213Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.9292130Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:22.9750221Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:21:23.0085520Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:23.0566903Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:21:23.0668680Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:21:23.0785231Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:21:23.1113008Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:21:23.1441891Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-09-27T15:21:23.1859705Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-09-27T15:21:23.2039358Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-09-27T15:21:23.2202861Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:21:23.2310135Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:21:23.2559673Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:21:23.2835670Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:21:23.2873058Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:21:23.3048916Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:21:23.3088919Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:21:23.3870209Z [ 93%] Built target all_microkernels 2022-09-27T15:21:31.8256785Z [ 93%] Built target torch_cpu 2022-09-27T15:21:31.8389486Z [ 93%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-09-27T15:21:31.8392551Z [ 93%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-09-27T15:21:31.8398387Z [ 93%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-09-27T15:21:31.8421510Z [ 93%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-09-27T15:21:31.8429689Z [ 93%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-09-27T15:21:31.8457640Z [ 93%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-09-27T15:21:31.9076075Z [ 93%] Linking CXX shared library ../lib/libtorch.so 2022-09-27T15:21:32.2395193Z [ 93%] Linking CXX executable ../bin/FileStoreTest 2022-09-27T15:21:32.2694049Z [ 93%] Built target torch 2022-09-27T15:21:32.2922786Z [ 93%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-09-27T15:21:32.3142126Z [ 93%] Linking CXX executable ../bin/HashStoreTest 2022-09-27T15:21:32.3359408Z [ 93%] Linking CXX executable ../bin/TCPStoreTest 2022-09-27T15:21:32.7892191Z [ 93%] Linking CXX executable ../bin/example_allreduce 2022-09-27T15:21:32.8997751Z [ 93%] Built target HashStoreTest 2022-09-27T15:21:32.9070625Z [ 93%] Built target FileStoreTest 2022-09-27T15:21:32.9211935Z [ 93%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-09-27T15:21:32.9237662Z [ 93%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-09-27T15:21:32.9824885Z [ 93%] Built target TCPStoreTest 2022-09-27T15:21:32.9986795Z [ 93%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-09-27T15:21:33.0143540Z [ 93%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-09-27T15:21:33.1917805Z [ 93%] Linking CXX executable ../bin/Dimname_test 2022-09-27T15:21:33.2437539Z [ 93%] Linking CXX executable ../bin/Dict_test 2022-09-27T15:21:33.3051433Z [ 93%] Built target example_allreduce 2022-09-27T15:21:33.3258457Z [ 93%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-09-27T15:21:33.7107729Z [ 93%] Built target ProcessGroupGlooTest 2022-09-27T15:21:33.7314791Z [ 93%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-09-27T15:21:33.7804287Z [ 93%] Built target Dimname_test 2022-09-27T15:21:33.7995734Z [ 93%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-09-27T15:21:33.8054049Z [ 93%] Linking CXX executable ../bin/MaybeOwned_test 2022-09-27T15:21:33.8075546Z [ 93%] Built target Dict_test 2022-09-27T15:21:33.8307574Z [ 93%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-09-27T15:21:33.9569178Z [ 93%] Linking CXX executable ../bin/NamedTensor_test 2022-09-27T15:21:34.2284758Z [ 93%] Linking CXX executable ../bin/apply_utils_test 2022-09-27T15:21:34.4857111Z [ 93%] Built target MaybeOwned_test 2022-09-27T15:21:34.5020896Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-09-27T15:21:34.5746382Z [ 93%] Linking CXX executable ../bin/basic 2022-09-27T15:21:34.6194207Z [ 93%] Linking CXX executable ../bin/atest 2022-09-27T15:21:34.6257132Z [ 93%] Built target NamedTensor_test 2022-09-27T15:21:34.6484422Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-09-27T15:21:34.8020666Z [ 93%] Linking CXX executable ../bin/broadcast_test 2022-09-27T15:21:34.8718799Z [ 93%] Built target apply_utils_test 2022-09-27T15:21:34.8926695Z [ 93%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-09-27T15:21:35.1927617Z [ 93%] Built target basic 2022-09-27T15:21:35.2095704Z [ 93%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-09-27T15:21:35.2797838Z [ 93%] Built target atest 2022-09-27T15:21:35.2959682Z [ 93%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-09-27T15:21:35.3166166Z [ 93%] Linking CXX executable ../bin/cpu_generator_test 2022-09-27T15:21:35.4043972Z [ 93%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-09-27T15:21:35.4774294Z [ 93%] Built target broadcast_test 2022-09-27T15:21:35.4996249Z [ 93%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-09-27T15:21:35.9623715Z [ 93%] Built target cpu_generator_test 2022-09-27T15:21:35.9794859Z [ 93%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-09-27T15:21:36.0617903Z [ 93%] Built target cpu_profiling_allocator_test 2022-09-27T15:21:36.0744711Z [ 93%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-09-27T15:21:36.0827455Z [ 93%] Linking CXX executable ../bin/dispatch_key_set_test 2022-09-27T15:21:36.1992487Z [ 93%] Linking CXX executable ../bin/dlconvertor_test 2022-09-27T15:21:36.2477574Z [ 93%] Linking CXX executable ../bin/cpu_rng_test 2022-09-27T15:21:36.4440799Z [ 93%] Linking CXX executable ../bin/extension_backend_test 2022-09-27T15:21:36.6177286Z [ 93%] Built target dispatch_key_set_test 2022-09-27T15:21:36.6319762Z [ 93%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-09-27T15:21:36.7973193Z [ 93%] Built target dlconvertor_test 2022-09-27T15:21:36.8105758Z [ 93%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-09-27T15:21:36.9441376Z [ 93%] Linking CXX executable ../bin/half_test 2022-09-27T15:21:36.9441777Z [ 93%] Built target cpu_rng_test 2022-09-27T15:21:36.9670500Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-09-27T15:21:37.1325060Z [ 93%] Built target extension_backend_test 2022-09-27T15:21:37.1489919Z [ 93%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-09-27T15:21:37.3400398Z [ 93%] Linking CXX executable ../bin/ivalue_test 2022-09-27T15:21:37.4876510Z [ 93%] Linking CXX executable ../bin/lazy_tensor_test 2022-09-27T15:21:37.5950490Z [ 93%] Built target half_test 2022-09-27T15:21:37.6239189Z [ 93%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-09-27T15:21:37.8381775Z [ 93%] Linking CXX executable ../bin/math_kernel_test 2022-09-27T15:21:37.9206789Z [ 93%] Linking CXX executable ../bin/memory_format_test 2022-09-27T15:21:37.9398022Z [ 93%] Built target ivalue_test 2022-09-27T15:21:37.9633716Z [ 93%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-09-27T15:21:38.0207663Z [ 93%] Linking CXX executable ../bin/memory_overlapping_test 2022-09-27T15:21:38.1064683Z [ 93%] Built target lazy_tensor_test 2022-09-27T15:21:38.1232569Z [ 93%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-09-27T15:21:38.3575865Z [ 93%] Linking CXX executable ../bin/operator_name_test 2022-09-27T15:21:38.4000100Z [ 93%] Built target math_kernel_test 2022-09-27T15:21:38.4234232Z [ 93%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-09-27T15:21:38.6016736Z [ 93%] Built target memory_format_test 2022-09-27T15:21:38.6240964Z [ 93%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-09-27T15:21:38.7176037Z [ 93%] Built target memory_overlapping_test 2022-09-27T15:21:38.7355988Z [ 93%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-09-27T15:21:38.8759720Z [ 93%] Linking CXX executable ../bin/native_test 2022-09-27T15:21:38.8959591Z [ 93%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-09-27T15:21:38.9363294Z [ 93%] Built target operator_name_test 2022-09-27T15:21:38.9621154Z [ 93%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-09-27T15:21:39.3348168Z [ 93%] Linking CXX executable ../bin/operators_test 2022-09-27T15:21:39.5441619Z [ 93%] Built target native_test 2022-09-27T15:21:39.5600980Z [ 93%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-09-27T15:21:39.5955963Z [ 93%] Built target mobile_memory_cleanup 2022-09-27T15:21:39.6010325Z [ 93%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-09-27T15:21:39.6157920Z [ 93%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-09-27T15:21:39.7322480Z [ 93%] Linking CXX executable ../bin/quantized_test 2022-09-27T15:21:39.8966800Z [ 93%] Linking CXX executable ../bin/pow_test 2022-09-27T15:21:39.9689954Z [ 93%] Built target operators_test 2022-09-27T15:21:39.9946676Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-09-27T15:21:40.2210387Z [ 93%] Built target packedtensoraccessor_test 2022-09-27T15:21:40.2384177Z [ 93%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-09-27T15:21:40.4139070Z [ 93%] Built target quantized_test 2022-09-27T15:21:40.4302561Z [ 93%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-09-27T15:21:40.4787930Z [ 93%] Built target pow_test 2022-09-27T15:21:40.4911588Z [ 93%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-09-27T15:21:40.5124310Z [ 93%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-09-27T15:21:40.7048889Z [ 93%] Linking CXX executable ../bin/reduce_ops_test 2022-09-27T15:21:40.8214402Z [ 93%] Linking CXX executable ../bin/scalar_tensor_test 2022-09-27T15:21:41.1096025Z [ 93%] Built target reportMemoryUsage_test 2022-09-27T15:21:41.1227915Z [ 93%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-09-27T15:21:41.2234871Z [ 93%] Linking CXX executable ../bin/scalar_test 2022-09-27T15:21:41.2597464Z [ 93%] Linking CXX executable ../bin/stride_properties_test 2022-09-27T15:21:41.3942423Z [ 93%] Built target reduce_ops_test 2022-09-27T15:21:41.4164920Z [ 93%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-09-27T15:21:41.4195573Z [ 93%] Built target scalar_tensor_test 2022-09-27T15:21:41.4434661Z [ 93%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-09-27T15:21:41.5702449Z [ 93%] Linking CXX executable ../bin/tensor_iterator_test 2022-09-27T15:21:41.8831215Z [ 93%] Linking CXX executable ../bin/type_ptr_test 2022-09-27T15:21:41.9196067Z [ 93%] Built target scalar_test 2022-09-27T15:21:41.9398576Z [ 93%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-09-27T15:21:41.9522486Z [ 93%] Built target stride_properties_test 2022-09-27T15:21:41.9907617Z [ 93%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-09-27T15:21:42.1558159Z [ 93%] Built target tensor_iterator_test 2022-09-27T15:21:42.1836844Z [ 93%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-09-27T15:21:42.2870268Z [ 93%] Linking CXX executable ../bin/thread_init_test 2022-09-27T15:21:42.4526668Z [ 93%] Linking CXX executable ../bin/variant_test 2022-09-27T15:21:42.4918056Z [ 93%] Linking CXX executable ../bin/test_parallel 2022-09-27T15:21:42.5277792Z [ 93%] Built target type_ptr_test 2022-09-27T15:21:42.5497545Z [ 93%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-09-27T15:21:42.8219148Z [ 93%] Built target thread_init_test 2022-09-27T15:21:42.8405817Z [ 93%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-09-27T15:21:42.8742664Z [ 93%] Linking CXX executable ../bin/undefined_tensor_test 2022-09-27T15:21:43.0946249Z [ 93%] Built target variant_test 2022-09-27T15:21:43.1106853Z [ 93%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-09-27T15:21:43.1417207Z [ 93%] Linking CXX executable ../bin/type_test 2022-09-27T15:21:43.1476776Z [ 93%] Built target test_parallel 2022-09-27T15:21:43.1724902Z [ 93%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-09-27T15:21:43.3502259Z [ 93%] Linking CXX executable ../bin/verify_api_visibility 2022-09-27T15:21:43.5069900Z [ 93%] Built target undefined_tensor_test 2022-09-27T15:21:43.5223049Z [ 93%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-09-27T15:21:43.7984758Z [ 93%] Linking CXX executable ../bin/vmap_test 2022-09-27T15:21:43.8225605Z [ 93%] Built target type_test 2022-09-27T15:21:43.8527574Z [ 93%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-09-27T15:21:43.8763660Z [ 93%] Built target verify_api_visibility 2022-09-27T15:21:43.8976424Z [ 93%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-09-27T15:21:44.0239551Z [ 93%] Linking CXX executable ../bin/weakref_test 2022-09-27T15:21:44.0743104Z [ 93%] Linking CXX executable ../bin/wrapdim_test 2022-09-27T15:21:44.3163659Z [ 93%] Linking CXX executable ../bin/List_test 2022-09-27T15:21:44.4028302Z [ 94%] Linking CXX executable ../bin/xla_tensor_test 2022-09-27T15:21:44.4892428Z [ 94%] Built target vmap_test 2022-09-27T15:21:44.5057421Z [ 94%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-09-27T15:21:44.5438510Z [ 94%] Linking CXX executable ../bin/IListRef_test 2022-09-27T15:21:44.6999442Z [ 94%] Built target weakref_test 2022-09-27T15:21:44.7161775Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-09-27T15:21:44.7475694Z [ 94%] Built target wrapdim_test 2022-09-27T15:21:44.7680000Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-09-27T15:21:44.9761847Z [ 94%] Built target xla_tensor_test 2022-09-27T15:21:44.9929925Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-09-27T15:21:45.0113957Z [ 94%] Built target List_test 2022-09-27T15:21:45.0359189Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-09-27T15:21:45.1760133Z [ 94%] Built target IListRef_test 2022-09-27T15:21:45.1879310Z [ 94%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-09-27T15:21:45.2160790Z [ 94%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-09-27T15:21:45.2279791Z [ 94%] Linking CXX executable ../bin/kernel_function_test 2022-09-27T15:21:45.3398343Z [ 94%] Linking CXX executable ../bin/KernelFunction_test 2022-09-27T15:21:45.4337101Z [ 94%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-09-27T15:21:45.4917814Z [ 94%] Linking CXX executable ../bin/kernel_lambda_test 2022-09-27T15:21:45.6583657Z [ 94%] Linking CXX executable ../bin/kernel_stackbased_test 2022-09-27T15:21:45.8171287Z [ 94%] Built target kernel_function_test 2022-09-27T15:21:45.8261196Z [ 94%] Built target kernel_function_legacy_test 2022-09-27T15:21:45.8351987Z [ 94%] 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-09-27T15:21:45.8396185Z [ 94%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-09-27T15:21:45.8583417Z [ 94%] Built target KernelFunction_test 2022-09-27T15:21:45.8917054Z [ 94%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-09-27T15:21:46.1267942Z [ 94%] Built target kernel_lambda_legacy_test 2022-09-27T15:21:46.1435404Z [ 94%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-09-27T15:21:46.1795952Z [ 94%] Linking CXX executable ../bin/CppSignature_test 2022-09-27T15:21:46.1939586Z [ 94%] Built target kernel_lambda_test 2022-09-27T15:21:46.1950635Z [ 94%] Built target kernel_stackbased_test 2022-09-27T15:21:46.2068556Z [ 94%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-09-27T15:21:46.2152886Z [ 94%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-09-27T15:21:46.2589277Z [ 94%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:21:46.3975941Z [ 94%] Linking CXX executable ../bin/op_allowlist_test 2022-09-27T15:21:46.5248458Z [ 94%] Linking CXX executable ../bin/inline_container_test 2022-09-27T15:21:46.7766985Z [ 94%] Linking CXX executable ../bin/op_registration_test 2022-09-27T15:21:46.7869046Z [ 94%] Built target CppSignature_test 2022-09-27T15:21:46.8012357Z [ 94%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:21:46.8237397Z [ 94%] Linking CXX executable ../bin/backend_fallback_test 2022-09-27T15:21:46.9238252Z [ 94%] Built target make_boxed_from_unboxed_functor_test 2022-09-27T15:21:46.9374452Z [ 94%] Built target op_allowlist_test 2022-09-27T15:21:46.9416282Z [ 94%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-09-27T15:21:46.9576121Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-09-27T15:21:47.1155317Z [ 94%] Built target inline_container_test 2022-09-27T15:21:47.1225673Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-09-27T15:21:47.4085919Z [ 94%] Built target op_registration_test 2022-09-27T15:21:47.4186892Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-09-27T15:21:47.4246233Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-09-27T15:21:47.4413036Z [ 94%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-09-27T15:21:47.4450865Z [ 94%] Built target backend_fallback_test 2022-09-27T15:21:47.4550103Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-09-27T15:21:47.5755497Z [ 94%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-09-27T15:21:47.6976447Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-09-27T15:21:47.7052542Z [ 94%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-09-27T15:21:47.8235884Z [ 94%] Built target jitbackend_test 2022-09-27T15:21:47.8476102Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-09-27T15:21:48.1211828Z [ 94%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-09-27T15:21:48.1477231Z [ 94%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-09-27T15:21:48.2109718Z [ 94%] Built target torchbind_test 2022-09-27T15:21:48.2180381Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-09-27T15:21:48.3818934Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-09-27T15:21:48.5987393Z [ 94%] Built target backend_with_compiler 2022-09-27T15:21:48.6070180Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-09-27T15:21:48.6464212Z [ 94%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-09-27T15:21:48.6665706Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-09-27T15:21:48.8729006Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-09-27T15:21:49.2803110Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-09-27T15:21:49.2873596Z [ 94%] Built target tutorial_tensorexpr 2022-09-27T15:21:49.2941726Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-09-27T15:21:49.3023794Z [ 94%] Linking CXX executable ../bin/test_dist_autograd 2022-09-27T15:21:49.8475248Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-09-27T15:21:49.9223272Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-09-27T15:21:49.9756794Z [ 94%] Built target test_dist_autograd 2022-09-27T15:21:49.9821713Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-09-27T15:21:50.0517116Z [ 94%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-09-27T15:21:50.1043867Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-09-27T15:21:50.6000021Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-09-27T15:21:50.7349894Z [ 94%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-09-27T15:21:51.0607165Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-09-27T15:21:51.2062239Z [ 94%] Linking CXX executable ../bin/parallel_benchmark 2022-09-27T15:21:51.3011647Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-09-27T15:21:51.3622360Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-09-27T15:21:51.6264797Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-09-27T15:21:51.7309634Z [ 94%] Built target parallel_benchmark 2022-09-27T15:21:51.7377602Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-09-27T15:21:51.7510722Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-09-27T15:21:52.0331896Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-09-27T15:21:52.1278652Z [ 94%] Linking CXX executable ../bin/test_cpp_rpc 2022-09-27T15:21:52.6426866Z [ 94%] Built target test_cpp_rpc 2022-09-27T15:21:52.6553236Z [ 94%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-09-27T15:21:52.6904328Z [ 94%] Linking CXX executable ../bin/test_mobile_nnc 2022-09-27T15:21:52.7196788Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-09-27T15:21:52.8535644Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-09-27T15:21:53.0290175Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-09-27T15:21:53.3020159Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-09-27T15:21:53.3503301Z [ 94%] Built target test_mobile_nnc 2022-09-27T15:21:53.3567847Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-09-27T15:21:53.3706794Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-09-27T15:21:53.7290274Z [ 94%] Linking CXX executable ../bin/aot_model_compiler_test 2022-09-27T15:21:53.8665949Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-09-27T15:21:53.8926570Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-09-27T15:21:53.9356561Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-09-27T15:21:53.9682207Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-09-27T15:21:54.3437664Z [ 94%] Built target aot_model_compiler_test 2022-09-27T15:21:54.3510026Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-09-27T15:21:54.4648813Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-09-27T15:21:54.5124780Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-09-27T15:21:54.9051043Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-09-27T15:21:54.9051869Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-09-27T15:21:54.9476791Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-09-27T15:21:55.0613283Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-09-27T15:21:55.1480638Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-09-27T15:21:55.1995368Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-09-27T15:21:55.2720585Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-09-27T15:21:55.4120789Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-09-27T15:21:55.5274397Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-09-27T15:21:55.5946295Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-09-27T15:21:56.2046790Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-09-27T15:21:56.3063361Z [ 94%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-09-27T15:21:56.4989451Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-09-27T15:21:56.5362949Z [ 94%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-09-27T15:21:56.8756039Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-09-27T15:21:57.0227972Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-09-27T15:21:57.0229805Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-09-27T15:21:57.0230929Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-09-27T15:21:57.0296601Z ^ 2022-09-27T15:21:57.0312197Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-09-27T15:21:57.0312926Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-09-27T15:21:57.0313546Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-09-27T15:21:57.0373776Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-09-27T15:21:57.0384440Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-09-27T15:21:57.0385484Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-09-27T15:21:57.0386193Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-09-27T15:21:57.0386921Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-09-27T15:21:57.0387884Z static inline bool isIntegralType(ScalarType t) { 2022-09-27T15:21:57.0388383Z ^~~~~~~~~~~~~~ 2022-09-27T15:21:57.0437715Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-09-27T15:21:57.1436980Z [ 94%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-09-27T15:21:57.1906743Z [ 94%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-09-27T15:21:57.4931129Z [ 94%] Linking CXX shared library ../../../../lib/libshm.so 2022-09-27T15:21:57.6158460Z [ 94%] Linking CXX executable ../bin/test_lazy 2022-09-27T15:21:57.7672289Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-09-27T15:21:57.8835568Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-09-27T15:21:57.9619879Z [ 95%] Built target shm 2022-09-27T15:21:57.9688494Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-09-27T15:21:58.4508945Z [ 95%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-09-27T15:21:58.4837417Z [ 95%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-09-27T15:21:58.7067015Z [ 95%] Built target test_lazy 2022-09-27T15:21:58.7078608Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-09-27T15:21:58.7109686Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-09-27T15:21:58.7149254Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-09-27T15:21:58.8585185Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-09-27T15:21:58.9941233Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-09-27T15:21:59.6137856Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-09-27T15:21:59.7169574Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-09-27T15:21:59.7717335Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-09-27T15:21:59.8443377Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-09-27T15:22:00.0474263Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-09-27T15:22:00.1197155Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-09-27T15:22:00.5648903Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-09-27T15:22:00.6535631Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-09-27T15:22:00.6916807Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-09-27T15:22:01.1677396Z [ 96%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-09-27T15:22:01.1698809Z [ 96%] Linking CXX executable ../bin/test_tensorexpr 2022-09-27T15:22:01.2060640Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-09-27T15:22:01.4540560Z [ 96%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-09-27T15:22:01.8036194Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-09-27T15:22:01.8807055Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-09-27T15:22:02.0222886Z [ 96%] Built target torch_shm_manager 2022-09-27T15:22:02.0313386Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-09-27T15:22:02.0528002Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-09-27T15:22:02.2560466Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-09-27T15:22:02.5391749Z [ 96%] Built target test_tensorexpr 2022-09-27T15:22:02.5468533Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-09-27T15:22:02.7867500Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-09-27T15:22:02.9992956Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-09-27T15:22:03.3016723Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-09-27T15:22:03.4358432Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-09-27T15:22:03.5136646Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-09-27T15:22:03.8697834Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-09-27T15:22:03.8749422Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-09-27T15:22:04.0156457Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-09-27T15:22:04.1986106Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-09-27T15:22:04.6970044Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-09-27T15:22:04.7399685Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-09-27T15:22:04.9425911Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-09-27T15:22:05.0606771Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-09-27T15:22:05.0716685Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-09-27T15:22:05.2064253Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-09-27T15:22:05.3443986Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-09-27T15:22:05.4426470Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-09-27T15:22:05.7602996Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-09-27T15:22:05.8898950Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-09-27T15:22:05.9515834Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-09-27T15:22:06.0371844Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-09-27T15:22:06.3833926Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:22:06.4690291Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-09-27T15:22:06.5074036Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-09-27T15:22:06.6559919Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-09-27T15:22:06.7362128Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-09-27T15:22:07.1143256Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-09-27T15:22:07.2069081Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-09-27T15:22:07.2573527Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-09-27T15:22:07.4757390Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-09-27T15:22:07.5405773Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-09-27T15:22:07.7305505Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-09-27T15:22:07.7917481Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-09-27T15:22:08.1067284Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-09-27T15:22:08.1098674Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-09-27T15:22:08.3860075Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-09-27T15:22:08.5880651Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-09-27T15:22:08.6432605Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-09-27T15:22:08.9947031Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-09-27T15:22:09.0220568Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-09-27T15:22:09.2699002Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-09-27T15:22:09.2982659Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-09-27T15:22:09.5114639Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-09-27T15:22:09.8476411Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-09-27T15:22:09.9331260Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-09-27T15:22:10.0575102Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-09-27T15:22:10.2870664Z [ 96%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-09-27T15:22:10.6243126Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-09-27T15:22:11.2345108Z [ 96%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-09-27T15:22:11.2635587Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-09-27T15:22:11.4026964Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-09-27T15:22:11.4236678Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-09-27T15:22:11.9127547Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-09-27T15:22:11.9867332Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-09-27T15:22:12.2560960Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-09-27T15:22:12.5005149Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-09-27T15:22:12.5689857Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-09-27T15:22:12.9426896Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-09-27T15:22:13.1043813Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-09-27T15:22:13.2241184Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-09-27T15:22:13.7777385Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-09-27T15:22:13.8346380Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-09-27T15:22:14.1143660Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-09-27T15:22:14.4373178Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-09-27T15:22:14.5246304Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-09-27T15:22:14.5496392Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-09-27T15:22:15.0416624Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-09-27T15:22:15.1126989Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-09-27T15:22:15.1737216Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-09-27T15:22:15.8183826Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-09-27T15:22:15.9675999Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-09-27T15:22:16.2929135Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-09-27T15:22:16.3301485Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-09-27T15:22:16.4542523Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-09-27T15:22:16.5087593Z [ 97%] Linking CXX executable ../bin/test_api 2022-09-27T15:22:16.7183159Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-09-27T15:22:16.8772014Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-09-27T15:22:17.3724568Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-09-27T15:22:17.6423435Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-09-27T15:22:17.6629331Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-09-27T15:22:17.7191657Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-09-27T15:22:17.8774258Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-09-27T15:22:18.1868346Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-09-27T15:22:18.2244365Z [ 97%] Built target test_api 2022-09-27T15:22:18.2315273Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-09-27T15:22:18.5796573Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-09-27T15:22:18.7003567Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-09-27T15:22:18.7767885Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-09-27T15:22:18.9412810Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-09-27T15:22:19.0429538Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-09-27T15:22:19.1062622Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-09-27T15:22:19.7806499Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-09-27T15:22:19.8290103Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-09-27T15:22:19.8832356Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-09-27T15:22:19.9106265Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-09-27T15:22:20.0905089Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-09-27T15:22:20.1438470Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-09-27T15:22:20.7530038Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-09-27T15:22:20.9480014Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-09-27T15:22:20.9995595Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-09-27T15:22:21.0057368Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-09-27T15:22:21.2190605Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-09-27T15:22:21.2940296Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-09-27T15:22:21.3397834Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-09-27T15:22:21.6183101Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-09-27T15:22:21.6810861Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-09-27T15:22:21.7770448Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-09-27T15:22:21.9225174Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-09-27T15:22:22.1439619Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-09-27T15:22:22.3397022Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-09-27T15:22:22.3879659Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-09-27T15:22:22.8063689Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-09-27T15:22:22.9349591Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-09-27T15:22:23.3450240Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/CompileCache.cpp.o 2022-09-27T15:22:23.3836150Z [ 98%] Linking CXX executable ../bin/test_jit 2022-09-27T15:22:23.5681534Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-09-27T15:22:23.5998378Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-09-27T15:22:23.8802687Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp: In member function ‘virtual void {anonymous}::ConcretePyInterpreterVTable::python_dispatcher(const c10::OperatorHandle&, c10::DispatchKeySet, torch::jit::Stack*) const’: 2022-09-27T15:22:23.8804363Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp:2308:14: warning: ‘bool pybind11::handle::operator==(const pybind11::handle&) const’ is deprecated: Use obj1.is(obj2) instead [-Wdeprecated-declarations] 2022-09-27T15:22:23.8805091Z if (obj == nullptr) { 2022-09-27T15:22:23.8856576Z ^~~~~~~ 2022-09-27T15:22:23.8937393Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp:9:0: 2022-09-27T15:22:23.8938194Z /var/lib/jenkins/workspace/third_party/pybind11/include/pybind11/pytypes.h:277:10: note: declared here 2022-09-27T15:22:23.8938847Z bool operator==(const handle &h) const { return m_ptr == h.m_ptr; } 2022-09-27T15:22:23.8939290Z ^~~~~~~~ 2022-09-27T15:22:23.8940148Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-09-27T15:22:24.1040412Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-09-27T15:22:24.6333921Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-09-27T15:22:24.6421735Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-09-27T15:22:24.6436759Z [ 98%] Built target test_jit 2022-09-27T15:22:24.6498421Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-09-27T15:22:24.8379049Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-09-27T15:22:25.1586615Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-09-27T15:22:25.1903168Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-09-27T15:22:25.3054832Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-09-27T15:22:25.4669721Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-09-27T15:22:25.4959492Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-09-27T15:22:25.6998173Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-09-27T15:22:25.8209202Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-09-27T15:22:25.8761977Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-09-27T15:22:26.0056759Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-09-27T15:22:26.0097916Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-09-27T15:22:26.3026040Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-09-27T15:22:26.3549933Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-09-27T15:22:26.4149577Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-09-27T15:22:26.4721032Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-09-27T15:22:26.5102298Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-09-27T15:22:26.5683692Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-09-27T15:22:26.7299829Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-09-27T15:22:26.9023094Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-09-27T15:22:27.0238626Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-09-27T15:22:27.0461213Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-09-27T15:22:27.2738322Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-09-27T15:22:27.4233764Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-09-27T15:22:27.5053933Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-09-27T15:22:27.6465777Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-09-27T15:22:27.7023079Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-09-27T15:22:27.9111709Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-09-27T15:22:27.9112455Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-09-27T15:22:28.6138081Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-09-27T15:22:28.8276963Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-09-27T15:22:28.9135723Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-09-27T15:22:29.0672802Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-09-27T15:22:29.2263352Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-09-27T15:22:29.2685384Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-09-27T15:22:29.3589472Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-09-27T15:22:29.7431367Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-09-27T15:22:29.8147806Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-09-27T15:22:30.1998953Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-09-27T15:22:30.2437103Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-09-27T15:22:30.4621700Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-09-27T15:22:30.4622637Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-09-27T15:22:30.5698657Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-09-27T15:22:30.6895422Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-09-27T15:22:30.9161129Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-09-27T15:22:31.5656376Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-09-27T15:22:31.7438517Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-09-27T15:22:31.7558277Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-09-27T15:22:31.9027223Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-09-27T15:22:32.1139328Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-09-27T15:22:32.2277731Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-09-27T15:22:32.2769855Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-09-27T15:22:32.3041255Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-09-27T15:22:32.3273431Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-09-27T15:22:32.5196669Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-09-27T15:22:32.7770305Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-09-27T15:22:33.0472820Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-09-27T15:22:33.2262849Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-09-27T15:22:33.2807457Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-09-27T15:22:33.4245881Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-09-27T15:22:33.4428922Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-09-27T15:22:33.4786200Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-09-27T15:22:33.5444332Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-09-27T15:22:33.9695557Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-09-27T15:22:34.0200657Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-09-27T15:22:34.0594740Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-09-27T15:22:34.3184865Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-09-27T15:22:34.4685534Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-09-27T15:22:34.5969226Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-09-27T15:22:34.6858603Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-09-27T15:22:34.9329249Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-09-27T15:22:35.1446441Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-09-27T15:22:35.2621711Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-09-27T15:22:35.3458073Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-09-27T15:22:35.9844210Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-09-27T15:22:36.0729377Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-09-27T15:22:36.2285609Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-09-27T15:22:36.5294150Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-09-27T15:22:36.5558414Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-09-27T15:22:36.6342152Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-09-27T15:22:37.8551365Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-09-27T15:22:39.4079772Z [100%] Built target torch_python 2022-09-27T15:22:39.4196952Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-09-27T15:22:39.4204971Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init.cpp.o 2022-09-27T15:22:39.4205853Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-09-27T15:22:39.4222527Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-09-27T15:22:40.3229112Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-09-27T15:22:40.6591228Z [100%] Built target nnapi_backend 2022-09-27T15:22:40.6763348Z [100%] Linking CXX shared module functorch.so 2022-09-27T15:22:40.9732215Z [100%] Built target functorch 2022-09-27T15:22:40.9962637Z Install the project... 2022-09-27T15:22:41.0008441Z -- Install configuration: "Release" 2022-09-27T15:22:41.0260444Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-09-27T15:22:41.2192094Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-09-27T15:22:41.2399810Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-09-27T15:22:41.2406297Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-09-27T15:22:41.2413740Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-09-27T15:22:41.2422966Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-09-27T15:22:41.2429616Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-09-27T15:22:41.2437085Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-09-27T15:22:41.2445360Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-09-27T15:22:41.2453178Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-09-27T15:22:41.2461383Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-09-27T15:22:41.2468455Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-09-27T15:22:41.2476159Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-09-27T15:22:41.2498420Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-09-27T15:22:41.2505737Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-09-27T15:22:41.2513511Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-09-27T15:22:41.2521283Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-09-27T15:22:41.2529650Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-09-27T15:22:41.2538842Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-09-27T15:22:41.2558471Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-09-27T15:22:41.2566117Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-09-27T15:22:41.2574471Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-09-27T15:22:41.2582493Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-09-27T15:22:41.2589846Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-09-27T15:22:41.2597166Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-09-27T15:22:41.2604947Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-09-27T15:22:41.2612889Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-09-27T15:22:41.2620920Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-09-27T15:22:41.2628860Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-09-27T15:22:41.2643651Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-09-27T15:22:41.2651358Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-09-27T15:22:41.2659477Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-09-27T15:22:41.2681148Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-09-27T15:22:41.2688718Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-09-27T15:22:41.2697164Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-09-27T15:22:41.2707081Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-09-27T15:22:41.2715831Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-09-27T15:22:41.2723717Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-09-27T15:22:41.2731981Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-09-27T15:22:41.2739664Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-09-27T15:22:41.2747638Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-09-27T15:22:41.2757436Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-09-27T15:22:41.7116613Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7119760Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7124088Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7136558Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7145944Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7156135Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7165246Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7174803Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7184552Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7193446Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7201617Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7211226Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7219935Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7231889Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7240824Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7249230Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7258444Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7266769Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7278750Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7288587Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7296588Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7305797Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7314660Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7323436Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7332420Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7340827Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7349481Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7358027Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7368231Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7377198Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7386253Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7394446Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7403559Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7412186Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7421235Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7432914Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7442018Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7445945Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7455534Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7464697Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7473273Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7481303Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7485977Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7496085Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7505034Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7512907Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7521685Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7531107Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7546598Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7556195Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7572543Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7585876Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7602866Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7617238Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7627272Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7640933Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7649250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7658619Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7666736Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7738803Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:41.7746556Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7440974Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7445956Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7453587Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7512476Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7594764Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7600731Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7611478Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7621340Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7630208Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7640573Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7652286Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7775505Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7787283Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7792438Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7837048Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7990048Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.7996879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:22:42.8004912Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib" 2022-09-27T15:22:42.8015197Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib" 2022-09-27T15:22:42.8468073Z running bdist_wheel 2022-09-27T15:22:42.9865890Z running build 2022-09-27T15:22:42.9866103Z running build_py 2022-09-27T15:22:42.9908920Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T15:22:42.9909321Z creating build/lib.linux-x86_64-cpython-37/caffe2 2022-09-27T15:22:42.9909664Z copying caffe2/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2 2022-09-27T15:22:42.9911933Z creating build/lib.linux-x86_64-cpython-37/functorch 2022-09-27T15:22:42.9912304Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch 2022-09-27T15:22:42.9913639Z copying functorch/setup.py -> build/lib.linux-x86_64-cpython-37/functorch 2022-09-27T15:22:42.9919158Z creating build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9919712Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9920325Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9921322Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9922565Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9924472Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9925382Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9927332Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9927706Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9929083Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9929979Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9931671Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9933031Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9933959Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9934769Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9936473Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9937164Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9938641Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9939655Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9940636Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9942442Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9944212Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9945478Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9949284Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9950720Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9951806Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9952436Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9954101Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9955563Z copying torch/library.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9956606Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9958283Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9959405Z copying torch/random.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9961043Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9962042Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9964449Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9964936Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9965504Z copying torch/types.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9966259Z copying torch/version.py -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:42.9969510Z creating build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9969943Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9970847Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9971886Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9972934Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9975117Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9976579Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9977517Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9978560Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9979509Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9980484Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9982280Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9983253Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-37/torchgen 2022-09-27T15:22:42.9985395Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib 2022-09-27T15:22:42.9986188Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib 2022-09-27T15:22:42.9990039Z creating build/lib.linux-x86_64-cpython-37/caffe2/core 2022-09-27T15:22:42.9990739Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/core 2022-09-27T15:22:42.9992639Z creating build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-09-27T15:22:42.9993384Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-09-27T15:22:42.9994130Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-09-27T15:22:42.9995373Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-09-27T15:22:42.9996352Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/distributed 2022-09-27T15:22:42.9998327Z creating build/lib.linux-x86_64-cpython-37/caffe2/experiments 2022-09-27T15:22:42.9998724Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments 2022-09-27T15:22:43.0001036Z creating build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-09-27T15:22:43.0002073Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-09-27T15:22:43.0002816Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-cpython-37/caffe2/perfkernels 2022-09-27T15:22:43.0004793Z creating build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-09-27T15:22:43.0005438Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-09-27T15:22:43.0006043Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-09-27T15:22:43.0007185Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-09-27T15:22:43.0008070Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-cpython-37/caffe2/proto 2022-09-27T15:22:43.0143943Z creating build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0144542Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0145327Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0146235Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0148029Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0148547Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0149593Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0150639Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0152028Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0153425Z copying caffe2/python/build.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0154305Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0155398Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0156588Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0157396Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0158437Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0169110Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0169836Z copying caffe2/python/context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0170426Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0171025Z copying caffe2/python/control.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0171437Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0172044Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0172547Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0172973Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0173508Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0173920Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0174512Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0174941Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0175641Z copying caffe2/python/core.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0176426Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0177975Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0178984Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0180165Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0181115Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0182045Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0183710Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0185192Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0186322Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0187458Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0188400Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0189716Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0190669Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0192078Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0193183Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0194071Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0196191Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0196937Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0197808Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0198722Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0199598Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0200650Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0201510Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0202698Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0203460Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0204615Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0205682Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0206845Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0207953Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0208785Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0210829Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0212001Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0213035Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0214107Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0215468Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0216270Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0217443Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0219106Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0220177Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0221080Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0222342Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0223372Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0224422Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0225483Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0226897Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0228458Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0229507Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0230620Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0232299Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0233207Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0234191Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0235300Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0236952Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0238953Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0239586Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0240322Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0241417Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0242614Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0243833Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0245051Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0246075Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0247079Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0248250Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0249332Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0250575Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0251665Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0252812Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0254021Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0255502Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0257129Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0258140Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0259587Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0260575Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0261547Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0262598Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0263742Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0264648Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0265556Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0266496Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0267823Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0268884Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0270013Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0271857Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0272558Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0273392Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0274444Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0276250Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0277755Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0278911Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0280102Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0281413Z copying caffe2/python/session.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0282625Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0284120Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0285359Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0286615Z copying caffe2/python/task.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0288436Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0290882Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0291649Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0292417Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0293512Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0294816Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0296493Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0298171Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0299453Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0300749Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0302056Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0303469Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0304686Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0306630Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python 2022-09-27T15:22:43.0309626Z creating build/lib.linux-x86_64-cpython-37/caffe2/quantization 2022-09-27T15:22:43.0310365Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization 2022-09-27T15:22:43.0312717Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-09-27T15:22:43.0313432Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-09-27T15:22:43.0314337Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-09-27T15:22:43.0315470Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten 2022-09-27T15:22:43.0318593Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-09-27T15:22:43.0319570Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-09-27T15:22:43.0320085Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo 2022-09-27T15:22:43.0322340Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-09-27T15:22:43.0322949Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-09-27T15:22:43.0323828Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl 2022-09-27T15:22:43.0325975Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-09-27T15:22:43.0326448Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-09-27T15:22:43.0327820Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack 2022-09-27T15:22:43.0330249Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0330921Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0331957Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0332847Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0333915Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0334638Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0336062Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0337220Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0338138Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0339244Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0340023Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground 2022-09-27T15:22:43.0342370Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-09-27T15:22:43.0343453Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-09-27T15:22:43.0344253Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof 2022-09-27T15:22:43.0345778Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/script 2022-09-27T15:22:43.0347511Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/script 2022-09-27T15:22:43.0348509Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-09-27T15:22:43.0349026Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-09-27T15:22:43.0350336Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-09-27T15:22:43.0351573Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-09-27T15:22:43.0352341Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-09-27T15:22:43.0353479Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard 2022-09-27T15:22:43.0355387Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-09-27T15:22:43.0355884Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-09-27T15:22:43.0357017Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc 2022-09-27T15:22:43.0358910Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-09-27T15:22:43.0359574Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-09-27T15:22:43.0360488Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs 2022-09-27T15:22:43.0363718Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0364623Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0365604Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0366612Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0367654Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0368370Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0369604Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0370830Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0371895Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0373045Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0374011Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:43.0376105Z creating build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples 2022-09-27T15:22:43.0376665Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples 2022-09-27T15:22:43.0378607Z creating build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-09-27T15:22:43.0379016Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-09-27T15:22:43.0379951Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph 2022-09-27T15:22:43.0382880Z creating build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0383709Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0384874Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0386027Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0387310Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0388407Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0389676Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0391005Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0392363Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0393493Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0394814Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/experiments/python 2022-09-27T15:22:43.0397742Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-09-27T15:22:43.0398464Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-09-27T15:22:43.0399315Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-09-27T15:22:43.0400342Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-09-27T15:22:43.0401471Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-09-27T15:22:43.0403495Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/docs 2022-09-27T15:22:43.0406102Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-09-27T15:22:43.0406894Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-09-27T15:22:43.0407609Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-09-27T15:22:43.0408840Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-09-27T15:22:43.0409994Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-09-27T15:22:43.0411078Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/examples 2022-09-27T15:22:43.0413131Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-09-27T15:22:43.0413595Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-09-27T15:22:43.0414786Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-09-27T15:22:43.0415832Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp 2022-09-27T15:22:43.0419142Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0419802Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0421040Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0421962Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0423009Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0425418Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0426269Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0426957Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0427607Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0428180Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0429021Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0430071Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0431058Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0433459Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0434093Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0434546Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0436390Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/helpers 2022-09-27T15:22:43.0440814Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0441391Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0442528Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0443596Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0444500Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0445874Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0446751Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0447567Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0448586Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0449481Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0450825Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0451835Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0452897Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0453553Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0455574Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0456193Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0456838Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0457980Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0459053Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0459782Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0461757Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0462308Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0462949Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0463985Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0464984Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0466099Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0467186Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0468318Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0469247Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0470401Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0471491Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/ideep 2022-09-27T15:22:43.0477503Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0478835Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0479653Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0480504Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0481624Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0482697Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0500851Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0502096Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0503382Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0504684Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0505943Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0507442Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0508558Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0509874Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0511458Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0512879Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0514445Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0515712Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0517065Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0518457Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0519970Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0521420Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0523142Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0524353Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0525804Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0527314Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0529017Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0530026Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0531391Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0532635Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0535049Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0536354Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0537390Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0538365Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0539589Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0541083Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0541985Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0542698Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0543674Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0544398Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0545615Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0546552Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0548330Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0548854Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0550105Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0550732Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0551888Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/layers 2022-09-27T15:22:43.0554073Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-09-27T15:22:43.0554579Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-09-27T15:22:43.0555436Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mint 2022-09-27T15:22:43.0559079Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0560066Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0560574Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0561821Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0562463Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0564011Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0565644Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0566701Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0567770Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0568824Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0570343Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0570914Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0571809Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0573500Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0574382Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0575732Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0578121Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0578777Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0579651Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0580626Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0581370Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0582286Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/mkl 2022-09-27T15:22:43.0585829Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0586423Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0587234Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0588362Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0589451Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0590623Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0591977Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0593164Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0594158Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0595750Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0596238Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0597568Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0598724Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0599410Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0601046Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0602147Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0603582Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0604791Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/modeling 2022-09-27T15:22:43.0608432Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0609188Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0609977Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0610993Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0612166Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0613395Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0614770Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0616432Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0617749Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models 2022-09-27T15:22:43.0621453Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0622048Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0622823Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0624136Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0624952Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0625966Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0626904Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0628006Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0629078Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0630152Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0631224Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx 2022-09-27T15:22:43.0649593Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0650348Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0651127Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0652191Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0654024Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0654537Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0656217Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0657324Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0658847Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0659835Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0661029Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0662064Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0663190Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0664352Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0666362Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0667428Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0668560Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0669651Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0670867Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0672256Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0673666Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0674830Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0676022Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0677572Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0679008Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0680363Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0681543Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0683060Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0684431Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0685633Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0686912Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0688180Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0689547Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0690777Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0692197Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0693545Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0694980Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0696499Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0697840Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0699083Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0700684Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0702158Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0703733Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0705091Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0706313Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0707559Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0708895Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0710344Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0711685Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0712961Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0714252Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0715555Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0717240Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0718481Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0719978Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0721341Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0722632Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0724059Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0725394Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0726755Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0728912Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0729878Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0730845Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0732275Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0733732Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0734985Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0736397Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0737827Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0739121Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0740487Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0742266Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0743710Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0745202Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0746552Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0747804Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0749100Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0750604Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0752001Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0753501Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0754660Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0756002Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0757488Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0758729Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0760029Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0761331Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0762737Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0764098Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0765558Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0767111Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0768437Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0769871Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0771175Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0772555Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0774037Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0775452Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0776882Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0778236Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0779542Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0780892Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0782301Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0783675Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0785126Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0786554Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0787823Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0789336Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0790653Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0791832Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0793360Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0794799Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0796163Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0797821Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0799580Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0801065Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0803224Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0804121Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0805211Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0806561Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0807658Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0809019Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0810454Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0811766Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0813165Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0814412Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0815716Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0817844Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0819043Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0820315Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0821785Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0823855Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0824715Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0825633Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0826982Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0828160Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0829178Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0830683Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0831703Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0832660Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0833589Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0834507Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0835787Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0836682Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0837760Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0838860Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0839893Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0841160Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0842055Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0843289Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0844543Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0846503Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0847191Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0848077Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0848956Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0850572Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0851358Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0852380Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0853318Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0854208Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0854942Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0857447Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0858161Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0858914Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0859666Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0861027Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0862223Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0863269Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0864568Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0865674Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0866645Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0868145Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0869067Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0870003Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0871194Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0872170Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0873240Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0874294Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0875334Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0876414Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0877458Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0879013Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0880033Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0881184Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0882241Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0883448Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0884678Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0886668Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0887770Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0888605Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0889727Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0890698Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0891844Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0893104Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0894356Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0894954Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0896136Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0897383Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0898567Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0899779Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0901264Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0902810Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0903706Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0905517Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0906044Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0906819Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test 2022-09-27T15:22:43.0909903Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0910442Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0911207Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0912343Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0913175Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0914290Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0915325Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0916532Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0917583Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/predictor 2022-09-27T15:22:43.0919984Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-09-27T15:22:43.0920894Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-09-27T15:22:43.0921994Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-09-27T15:22:43.0922997Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/rnn 2022-09-27T15:22:43.0924102Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-09-27T15:22:43.0925125Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-09-27T15:22:43.0926051Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-09-27T15:22:43.0927021Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test 2022-09-27T15:22:43.0929162Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0929934Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0931049Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0932003Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0934034Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0934640Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0935557Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0936463Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0937393Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0938320Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/test 2022-09-27T15:22:43.0940875Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-09-27T15:22:43.0941765Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-09-27T15:22:43.0942458Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-09-27T15:22:43.0943226Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-09-27T15:22:43.0944032Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/trt 2022-09-27T15:22:43.0946408Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0947170Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0948018Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0949031Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0950281Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0951378Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0952357Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0953479Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0954655Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq 2022-09-27T15:22:43.0956921Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-09-27T15:22:43.0957695Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-09-27T15:22:43.0958365Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin 2022-09-27T15:22:43.0960841Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0961434Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0962116Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0963387Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0964476Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0965562Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0966864Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0972184Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests 2022-09-27T15:22:43.0974372Z creating build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0974852Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0976035Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0977571Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0978636Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0979806Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0980885Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0981935Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0983090Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0984225Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0985506Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0986777Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0988020Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0989000Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0990470Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0991561Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0992400Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0993639Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0994867Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0995893Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0996726Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0997659Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0998641Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.0999947Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1000827Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1002291Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1003161Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1004971Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1006089Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1007024Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1008836Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1009729Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1010681Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1011646Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1012521Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1013454Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1014308Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1015482Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-cpython-37/caffe2/quantization/server 2022-09-27T15:22:43.1018579Z creating build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1019318Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1020122Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1021645Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1022928Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1023955Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1025016Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1026350Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1027786Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1029155Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1030233Z copying functorch/_src/monkey_patching.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1031325Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1032366Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1034671Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1035326Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1036147Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1037090Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-37/functorch/_src 2022-09-27T15:22:43.1038856Z creating build/lib.linux-x86_64-cpython-37/functorch/compile 2022-09-27T15:22:43.1039359Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/compile 2022-09-27T15:22:43.1041589Z creating build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1042345Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1043888Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1044829Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1045827Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1046529Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1047601Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1048799Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1050922Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1051348Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-37/functorch/dim 2022-09-27T15:22:43.1053551Z creating build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-09-27T15:22:43.1054300Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-09-27T15:22:43.1055138Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-09-27T15:22:43.1056258Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-09-27T15:22:43.1057205Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-37/functorch/experimental 2022-09-27T15:22:43.1059253Z creating build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-09-27T15:22:43.1059670Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-09-27T15:22:43.1060755Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-09-27T15:22:43.1062648Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-37/torch/_decomp 2022-09-27T15:22:43.1064898Z creating build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-09-27T15:22:43.1065579Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-09-27T15:22:43.1066224Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-37/torch/_dispatch 2022-09-27T15:22:43.1068849Z creating build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1069455Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1070725Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1071449Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1072447Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1073017Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1074598Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1075688Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1076680Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1077906Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1079016Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1080477Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-37/torch/_lazy 2022-09-27T15:22:43.1083098Z creating build/lib.linux-x86_64-cpython-37/torch/_masked 2022-09-27T15:22:43.1083768Z copying torch/_masked/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_masked 2022-09-27T15:22:43.1085873Z copying torch/_masked/_docs.py -> build/lib.linux-x86_64-cpython-37/torch/_masked 2022-09-27T15:22:43.1089012Z creating build/lib.linux-x86_64-cpython-37/torch/_prims 2022-09-27T15:22:43.1089413Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-09-27T15:22:43.1090963Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-09-27T15:22:43.1092139Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-09-27T15:22:43.1093260Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-09-27T15:22:43.1093987Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-37/torch/_prims 2022-09-27T15:22:43.1096141Z creating build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-09-27T15:22:43.1096837Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-09-27T15:22:43.1098370Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-37/torch/_prims_common 2022-09-27T15:22:43.1100179Z creating build/lib.linux-x86_64-cpython-37/torch/_refs 2022-09-27T15:22:43.1100976Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-09-27T15:22:43.1102678Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-37/torch/_refs 2022-09-27T15:22:43.1104990Z creating build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-09-27T15:22:43.1105468Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-09-27T15:22:43.1106214Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-09-27T15:22:43.1107742Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-09-27T15:22:43.1108499Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-37/torch/_subclasses 2022-09-27T15:22:43.1110484Z creating build/lib.linux-x86_64-cpython-37/torch/amp 2022-09-27T15:22:43.1110972Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-09-27T15:22:43.1111754Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/amp 2022-09-27T15:22:43.1113621Z creating build/lib.linux-x86_64-cpython-37/torch/ao 2022-09-27T15:22:43.1114130Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao 2022-09-27T15:22:43.1117327Z creating build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1117728Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1118844Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1120266Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1120902Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1122541Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1123636Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1124733Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1126372Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1127537Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1128870Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1129887Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1131300Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-37/torch/autograd 2022-09-27T15:22:43.1133386Z creating build/lib.linux-x86_64-cpython-37/torch/backends 2022-09-27T15:22:43.1134086Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends 2022-09-27T15:22:43.1136012Z creating build/lib.linux-x86_64-cpython-37/torch/contrib 2022-09-27T15:22:43.1136659Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-09-27T15:22:43.1137520Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-37/torch/contrib 2022-09-27T15:22:43.1139072Z creating build/lib.linux-x86_64-cpython-37/torch/cpu 2022-09-27T15:22:43.1139755Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu 2022-09-27T15:22:43.1142651Z creating build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1143083Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1144199Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1145122Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1146101Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1147447Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1148261Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1149588Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1150453Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1151396Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1152682Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1153487Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1154533Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1155501Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1156340Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1157468Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1158105Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-37/torch/cuda 2022-09-27T15:22:43.1161130Z creating build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1161512Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1162806Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1163787Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1164551Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1166667Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1167640Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1168669Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1170085Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1171154Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed 2022-09-27T15:22:43.1177239Z creating build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1177653Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1178673Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1179686Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1180844Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1181987Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1183102Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1184206Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1185362Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1186513Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1187728Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1188853Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1189960Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1191096Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1192183Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1193621Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1194569Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1195741Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1196814Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1197798Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1198800Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1199579Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1200317Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1201869Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1202754Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1203764Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1204888Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1205810Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1206860Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1207894Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1208941Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1209985Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1211328Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1212164Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1213178Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1214153Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1215161Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1216649Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1217670Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1218418Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1219964Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1220633Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1222329Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1223140Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1224229Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1225308Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1226191Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-37/torch/distributions 2022-09-27T15:22:43.1228185Z creating build/lib.linux-x86_64-cpython-37/torch/fft 2022-09-27T15:22:43.1228552Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fft 2022-09-27T15:22:43.1230816Z creating build/lib.linux-x86_64-cpython-37/torch/futures 2022-09-27T15:22:43.1231211Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/futures 2022-09-27T15:22:43.1234090Z creating build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1234479Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1235753Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1236702Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1237646Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1239210Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1239990Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1241596Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1242783Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1243866Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1245218Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1246159Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1247171Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1248294Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1249258Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1250335Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-37/torch/fx 2022-09-27T15:22:43.1254323Z creating build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1254949Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1256059Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1257067Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1258064Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1259384Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1260348Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1261541Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1262510Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1263871Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1264711Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1266215Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1267297Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1268406Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1269486Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1271582Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1273187Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1274763Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1276590Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1277692Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1279268Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1280761Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1282508Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1283967Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1285609Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1287140Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/jit 2022-09-27T15:22:43.1290349Z creating build/lib.linux-x86_64-cpython-37/torch/linalg 2022-09-27T15:22:43.1291130Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/linalg 2022-09-27T15:22:43.1294772Z creating build/lib.linux-x86_64-cpython-37/torch/masked 2022-09-27T15:22:43.1295674Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked 2022-09-27T15:22:43.1296913Z creating build/lib.linux-x86_64-cpython-37/torch/monitor 2022-09-27T15:22:43.1297544Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/monitor 2022-09-27T15:22:43.1301108Z creating build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1301608Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1302704Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1303685Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1304507Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1305751Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1306849Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-37/torch/multiprocessing 2022-09-27T15:22:43.1308964Z creating build/lib.linux-x86_64-cpython-37/torch/nested 2022-09-27T15:22:43.1309536Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nested 2022-09-27T15:22:43.1311579Z creating build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1312338Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1313257Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1313941Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1314754Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1315547Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1318482Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1319093Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1320164Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.1324327Z creating build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1325031Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1326439Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1326930Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1327835Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1328745Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1329773Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1330813Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1331737Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1332593Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1334012Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1334890Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1336104Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1337776Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1339209Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1340673Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1342163Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1343160Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1344594Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1345628Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1346895Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1347842Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1348916Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1349632Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1350738Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1353196Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1354727Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-37/torch/onnx 2022-09-27T15:22:43.1358573Z creating build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1359031Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1360197Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1361018Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1362814Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1363661Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1365162Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1366043Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1367530Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1368413Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1370032Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1371761Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1372502Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1373958Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1375004Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1376231Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1378552Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1379094Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1379496Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.1383563Z creating build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1384267Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1385016Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1386146Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1387259Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1388633Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1389855Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1391190Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1392583Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1393712Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1395251Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1396393Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1397587Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1398863Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1400236Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1402625Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-37/torch/package 2022-09-27T15:22:43.1405880Z creating build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1406406Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1407321Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1408340Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1409458Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1410498Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1411576Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/profiler 2022-09-27T15:22:43.1414799Z creating build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1415685Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1417103Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1417636Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1418546Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1419712Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1421088Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1422107Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1422962Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1424441Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1425557Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1426677Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1427905Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1428993Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1430154Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1431431Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization 2022-09-27T15:22:43.1434445Z creating build/lib.linux-x86_64-cpython-37/torch/sparse 2022-09-27T15:22:43.1435266Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/sparse 2022-09-27T15:22:43.1437334Z creating build/lib.linux-x86_64-cpython-37/torch/special 2022-09-27T15:22:43.1437974Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/special 2022-09-27T15:22:43.1441136Z creating build/lib.linux-x86_64-cpython-37/torch/testing 2022-09-27T15:22:43.1441971Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-09-27T15:22:43.1442937Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-09-27T15:22:43.1444866Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-09-27T15:22:43.1446029Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-09-27T15:22:43.1447354Z copying torch/testing/_legacy.py -> build/lib.linux-x86_64-cpython-37/torch/testing 2022-09-27T15:22:43.1451965Z creating build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1452626Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1453500Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1454748Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1456013Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1458203Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1458872Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1460809Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1461998Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1463197Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1464579Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1466071Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1467485Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1469015Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1471387Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1472349Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1473864Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1475207Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1476467Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1477751Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1479049Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1480364Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils 2022-09-27T15:22:43.1483105Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-09-27T15:22:43.1483826Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/linalg 2022-09-27T15:22:43.1486038Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-09-27T15:22:43.1486695Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn 2022-09-27T15:22:43.1488484Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-09-27T15:22:43.1488892Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/special 2022-09-27T15:22:43.1490887Z creating build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-09-27T15:22:43.1491315Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/_refs/nn/functional 2022-09-27T15:22:43.1493328Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-09-27T15:22:43.1493689Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn 2022-09-27T15:22:43.1496035Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-09-27T15:22:43.1496550Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-09-27T15:22:43.1497975Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-09-27T15:22:43.1498959Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns 2022-09-27T15:22:43.1502586Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1503317Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1504750Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1505866Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1507166Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1508564Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1510022Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1511289Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1512497Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1514588Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1515873Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1517290Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1518564Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1519809Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1521289Z copying torch/ao/quantization/quantization_types.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1522894Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1524576Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1526196Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1527778Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1529033Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization 2022-09-27T15:22:43.1531816Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity 2022-09-27T15:22:43.1532325Z copying torch/ao/sparsity/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity 2022-09-27T15:22:43.1533205Z copying torch/ao/sparsity/_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity 2022-09-27T15:22:43.1535422Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-09-27T15:22:43.1535823Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat 2022-09-27T15:22:43.1538036Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-09-27T15:22:43.1538576Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable 2022-09-27T15:22:43.1540356Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-09-27T15:22:43.1540833Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-09-27T15:22:43.1541942Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized 2022-09-27T15:22:43.1543928Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-09-27T15:22:43.1544646Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse 2022-09-27T15:22:43.1546572Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-09-27T15:22:43.1547346Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic 2022-09-27T15:22:43.1549109Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-09-27T15:22:43.1549629Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-09-27T15:22:43.1550394Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-09-27T15:22:43.1552510Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-09-27T15:22:43.1553294Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/modules 2022-09-27T15:22:43.1554962Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:22:43.1555771Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:22:43.1556771Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:22:43.1559168Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-09-27T15:22:43.1559874Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-09-27T15:22:43.1560766Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-09-27T15:22:43.1561673Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantizable/modules 2022-09-27T15:22:43.1563943Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-09-27T15:22:43.1564588Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic 2022-09-27T15:22:43.1567342Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1568083Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1568630Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1569777Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1570974Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1572559Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1573063Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1574794Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1576196Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1577254Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1579097Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1579961Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/modules 2022-09-27T15:22:43.1583610Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-09-27T15:22:43.1584439Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference 2022-09-27T15:22:43.1585683Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:22:43.1586546Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:22:43.1587896Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:22:43.1589375Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:22:43.1590750Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:22:43.1594620Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1595529Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1596497Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1597641Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1598960Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1600287Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1601714Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:43.1604847Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-09-27T15:22:43.1605625Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-09-27T15:22:43.1607005Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-09-27T15:22:43.1607988Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized 2022-09-27T15:22:43.1610410Z creating build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:22:43.1611069Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:22:43.1611832Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-37/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:22:43.1614558Z creating build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1615022Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1616142Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1617582Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1620075Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1622212Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1622817Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1623207Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1623873Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/ns/fx 2022-09-27T15:22:43.1626767Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1627354Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1628433Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1629639Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1630755Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1631924Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1632944Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1633844Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1634888Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1635894Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/backend_config 2022-09-27T15:22:43.1639764Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1640622Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1641539Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1642640Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1644206Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1645154Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1646728Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1648552Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1649193Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1650013Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1650780Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1652596Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1653479Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1654430Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1656144Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1658407Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1659861Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1661051Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1661590Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx 2022-09-27T15:22:43.1664591Z creating build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-09-27T15:22:43.1665300Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-09-27T15:22:43.1665889Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-09-27T15:22:43.1667116Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fx/_model_report 2022-09-27T15:22:43.1668375Z 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-09-27T15:22:43.1669454Z 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-09-27T15:22:43.1671971Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental 2022-09-27T15:22:43.1672573Z copying torch/ao/sparsity/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental 2022-09-27T15:22:43.1675146Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler 2022-09-27T15:22:43.1675841Z copying torch/ao/sparsity/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler 2022-09-27T15:22:43.1676536Z copying torch/ao/sparsity/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler 2022-09-27T15:22:43.1677235Z copying torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler 2022-09-27T15:22:43.1679558Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier 2022-09-27T15:22:43.1680158Z copying torch/ao/sparsity/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier 2022-09-27T15:22:43.1680982Z copying torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier 2022-09-27T15:22:43.1682898Z copying torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier 2022-09-27T15:22:43.1683583Z copying torch/ao/sparsity/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier 2022-09-27T15:22:43.1684159Z copying torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier 2022-09-27T15:22:43.1686477Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:22:43.1687146Z copying torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:22:43.1687908Z copying torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:22:43.1689761Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:22:43.1690993Z copying torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:22:43.1691832Z copying torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:22:43.1694058Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:43.1694664Z copying torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:43.1696244Z copying torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:43.1697245Z copying torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:43.1698308Z copying torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:43.1700571Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:43.1701122Z copying torch/ao/sparsity/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:43.1702564Z copying torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:43.1703362Z copying torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:43.1705224Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:22:43.1706308Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:22:43.1709056Z creating build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:43.1709981Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:43.1710817Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:43.1711529Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:43.1713209Z creating build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-09-27T15:22:43.1713808Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-09-27T15:22:43.1714864Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-09-27T15:22:43.1715860Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-37/torch/autograd/_functions 2022-09-27T15:22:43.1718397Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-09-27T15:22:43.1719024Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-09-27T15:22:43.1719741Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_coreml 2022-09-27T15:22:43.1721647Z creating build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-09-27T15:22:43.1722096Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-09-27T15:22:43.1722974Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-09-27T15:22:43.1724558Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi 2022-09-27T15:22:43.1726630Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-09-27T15:22:43.1727914Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cuda 2022-09-27T15:22:43.1729577Z creating build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-09-27T15:22:43.1730448Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-09-27T15:22:43.1731334Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/backends/cudnn 2022-09-27T15:22:43.1732965Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-09-27T15:22:43.1733357Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkl 2022-09-27T15:22:43.1734914Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-09-27T15:22:43.1735468Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn 2022-09-27T15:22:43.1737238Z creating build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-09-27T15:22:43.1737747Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/mps 2022-09-27T15:22:43.1739672Z creating build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-09-27T15:22:43.1740196Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/openmp 2022-09-27T15:22:43.1742193Z creating build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-09-27T15:22:43.1742625Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/quantized 2022-09-27T15:22:43.1744676Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-09-27T15:22:43.1745186Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-09-27T15:22:43.1745933Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xeon 2022-09-27T15:22:43.1748317Z creating build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-09-27T15:22:43.1748763Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack 2022-09-27T15:22:43.1750483Z creating build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-09-27T15:22:43.1750897Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-09-27T15:22:43.1752158Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cpu/amp 2022-09-27T15:22:43.1754284Z creating build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-09-27T15:22:43.1754910Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-09-27T15:22:43.1755708Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-09-27T15:22:43.1756870Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-09-27T15:22:43.1757624Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/cuda/amp 2022-09-27T15:22:43.1760743Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1761322Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1762142Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1763278Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1765743Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1766360Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1766974Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1767922Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1768756Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1784940Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard 2022-09-27T15:22:43.1785645Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-09-27T15:22:43.1786495Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharded_tensor 2022-09-27T15:22:43.1786945Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-09-27T15:22:43.1787581Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_sharding_spec 2022-09-27T15:22:43.1788172Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-09-27T15:22:43.1788674Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-09-27T15:22:43.1789235Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd 2022-09-27T15:22:43.1789828Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-09-27T15:22:43.1790355Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-09-27T15:22:43.1791002Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms 2022-09-27T15:22:43.1791472Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-09-27T15:22:43.1792022Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/autograd 2022-09-27T15:22:43.1792486Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-09-27T15:22:43.1792929Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic 2022-09-27T15:22:43.1793470Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1794135Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1794881Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1795382Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1796171Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1796929Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1797618Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1798329Z copying torch/distributed/fsdp/flatten_params_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1799047Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1801139Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1802116Z copying torch/distributed/fsdp/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1803193Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp 2022-09-27T15:22:43.1805264Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-09-27T15:22:43.1805877Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-09-27T15:22:43.1807410Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/launcher 2022-09-27T15:22:43.1810053Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-09-27T15:22:43.1810801Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-09-27T15:22:43.1811407Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn 2022-09-27T15:22:43.1814823Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1815786Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1817636Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1818770Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1819863Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1821257Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1822460Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1823706Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1824945Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1826123Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1827437Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1828775Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1830016Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1831338Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/optim 2022-09-27T15:22:43.1834661Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-09-27T15:22:43.1835488Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline 2022-09-27T15:22:43.1838459Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1838924Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1840004Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1841113Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1843149Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1844300Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1845047Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1846908Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1847411Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1848674Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1849646Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc 2022-09-27T15:22:43.1852867Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1853356Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1854380Z copying torch/distributed/_shard/checkpoint/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1855575Z copying torch/distributed/_shard/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1856524Z copying torch/distributed/_shard/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1857433Z copying torch/distributed/_shard/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1858756Z copying torch/distributed/_shard/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1860091Z copying torch/distributed/_shard/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1861090Z copying torch/distributed/_shard/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1862349Z copying torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1863515Z copying torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1864225Z copying torch/distributed/_shard/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1865181Z copying torch/distributed/_shard/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint 2022-09-27T15:22:43.1867408Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-09-27T15:22:43.1868055Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-09-27T15:22:43.1868744Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_optim 2022-09-27T15:22:43.1870532Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1871566Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1873007Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1874186Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1875134Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1876465Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1877447Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.1878789Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-09-27T15:22:43.1879531Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-09-27T15:22:43.1880416Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_plan 2022-09-27T15:22:43.1882479Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-09-27T15:22:43.1883067Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-09-27T15:22:43.1884151Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-09-27T15:22:43.1885074Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-09-27T15:22:43.1886053Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec 2022-09-27T15:22:43.1889198Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1889867Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1890846Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1892029Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1893105Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1894275Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1894928Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1896262Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1897594Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1898528Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1899381Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:43.1901844Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:22:43.1902590Z 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-09-27T15:22:43.1903747Z 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-09-27T15:22:43.1904957Z 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-09-27T15:22:43.1906035Z 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-09-27T15:22:43.1907054Z 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-09-27T15:22:43.1908383Z 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-09-27T15:22:43.1909434Z 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-09-27T15:22:43.1910559Z 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-09-27T15:22:43.1912454Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-09-27T15:22:43.1912967Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-09-27T15:22:43.1914754Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_checkpoint 2022-09-27T15:22:43.1916616Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:22:43.1917397Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:22:43.1918412Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:22:43.1919721Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:22:43.1920249Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:22:43.1921446Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:22:43.1923865Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-09-27T15:22:43.1924417Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-09-27T15:22:43.1925172Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/_quantization 2022-09-27T15:22:43.1928048Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:43.1928885Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:43.1929964Z 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-09-27T15:22:43.1931216Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:43.1932329Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:43.1933393Z 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-09-27T15:22:43.1934462Z 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-09-27T15:22:43.1935584Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:43.1937431Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:43.1939422Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-09-27T15:22:43.1940026Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-09-27T15:22:43.1940909Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-09-27T15:22:43.1942028Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-09-27T15:22:43.1943140Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/model_averaging 2022-09-27T15:22:43.1945369Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-09-27T15:22:43.1946374Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent 2022-09-27T15:22:43.1947743Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-09-27T15:22:43.1948708Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-09-27T15:22:43.1949998Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-09-27T15:22:43.1951304Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/events 2022-09-27T15:22:43.1954041Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-09-27T15:22:43.1954855Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-09-27T15:22:43.1955748Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/metrics 2022-09-27T15:22:43.1958744Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-09-27T15:22:43.1959394Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-09-27T15:22:43.1960235Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-09-27T15:22:43.1961401Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-09-27T15:22:43.1962446Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing 2022-09-27T15:22:43.1965718Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1966256Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1967191Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1968419Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1969619Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1971239Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1972579Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1973699Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1975159Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1976233Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1978089Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1979081Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/rendezvous 2022-09-27T15:22:43.1981464Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-09-27T15:22:43.1982289Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-09-27T15:22:43.1983110Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-09-27T15:22:43.1984307Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-09-27T15:22:43.1985227Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/timer 2022-09-27T15:22:43.1987579Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1988042Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1989122Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1989972Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1991129Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1991983Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1992882Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils 2022-09-27T15:22:43.1995069Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-09-27T15:22:43.1995464Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-09-27T15:22:43.1996629Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-09-27T15:22:43.1998580Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/agent/server 2022-09-27T15:22:43.2000713Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:22:43.2001400Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:22:43.2002646Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:22:43.2003836Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:22:43.2005830Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-09-27T15:22:43.2006147Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-09-27T15:22:43.2007548Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-09-27T15:22:43.2008558Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/utils/data 2022-09-27T15:22:43.2010527Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-09-27T15:22:43.2011198Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-09-27T15:22:43.2012423Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/api 2022-09-27T15:22:43.2015561Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-09-27T15:22:43.2016057Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-09-27T15:22:43.2016838Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit 2022-09-27T15:22:43.2019424Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-09-27T15:22:43.2020061Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-09-27T15:22:43.2021111Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/nn/jit/templates 2022-09-27T15:22:43.2024798Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2025300Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2026171Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2027138Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2028173Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2029079Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2030223Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2031290Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2032488Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2033788Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2034892Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2035796Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2036620Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync 2022-09-27T15:22:43.2038724Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-09-27T15:22:43.2039096Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-09-27T15:22:43.2040504Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-09-27T15:22:43.2041382Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/_balance 2022-09-27T15:22:43.2043619Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2044380Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2045767Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2046536Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2047544Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2048410Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2049569Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:43.2051643Z creating build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-09-27T15:22:43.2052070Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-09-27T15:22:43.2053251Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_testing 2022-09-27T15:22:43.2056977Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2057752Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2058755Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2060353Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2061289Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2062914Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2064254Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2065342Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2066397Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2067399Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2068589Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2069637Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2070650Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2072078Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2072957Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2074245Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2075189Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental 2022-09-27T15:22:43.2078229Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2078938Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2079867Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2081070Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2082324Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2083558Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2085501Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2085935Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2086935Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2087615Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2089184Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2089752Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2091567Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2092227Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2093703Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes 2022-09-27T15:22:43.2096240Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2097099Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2097780Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2098987Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2100334Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2101589Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2102514Z 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-09-27T15:22:43.2103465Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2104317Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:43.2106832Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2107361Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2108314Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2109463Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2110394Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2111314Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2113009Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2113705Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2115539Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification 2022-09-27T15:22:43.2117391Z creating build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2117964Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2119003Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2120068Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2121009Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2122306Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2123466Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:43.2125299Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-09-27T15:22:43.2125902Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-09-27T15:22:43.2126896Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-09-27T15:22:43.2127956Z copying torch/fx/passes/backends/nvfuser.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends 2022-09-27T15:22:43.2130075Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-09-27T15:22:43.2130577Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect 2022-09-27T15:22:43.2133187Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-09-27T15:22:43.2133702Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-09-27T15:22:43.2134783Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-09-27T15:22:43.2135721Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-09-27T15:22:43.2137709Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/infra 2022-09-27T15:22:43.2139807Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-09-27T15:22:43.2140167Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-09-27T15:22:43.2141362Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/tests 2022-09-27T15:22:43.2143728Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-09-27T15:22:43.2144064Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-09-27T15:22:43.2145239Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-09-27T15:22:43.2146345Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-09-27T15:22:43.2147438Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/utils 2022-09-27T15:22:43.2149633Z creating build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-09-27T15:22:43.2150183Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-09-27T15:22:43.2151206Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-37/torch/fx/passes/dialect/common 2022-09-27T15:22:43.2152958Z creating build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-09-27T15:22:43.2153433Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-09-27T15:22:43.2154666Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-37/torch/jit/_passes 2022-09-27T15:22:43.2156788Z creating build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-09-27T15:22:43.2157026Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/jit/mobile 2022-09-27T15:22:43.2159402Z creating build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2159837Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2161412Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2162070Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2163505Z copying torch/masked/maskedtensor/functions.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2164282Z copying torch/masked/maskedtensor/matmul.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2165196Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2166293Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2167210Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor 2022-09-27T15:22:43.2168956Z creating build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-09-27T15:22:43.2169572Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-09-27T15:22:43.2170483Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/backends 2022-09-27T15:22:43.2172377Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-09-27T15:22:43.2172674Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic 2022-09-27T15:22:43.2177178Z creating build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2177495Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2178324Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2179490Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2181596Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2182018Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2183554Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2183997Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2185674Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2187269Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2188265Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2189644Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2190493Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2191796Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2192883Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2194379Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2195497Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2197184Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2198901Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2200289Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2201786Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2202467Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2204323Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2205528Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2207051Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2208030Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2209119Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/modules 2022-09-27T15:22:43.2211538Z creating build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2211946Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2213451Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2214402Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2215212Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2216353Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2217644Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2218591Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2220275Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2221419Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2222343Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.2224403Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-09-27T15:22:43.2224856Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat 2022-09-27T15:22:43.2226853Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-09-27T15:22:43.2227121Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable 2022-09-27T15:22:43.2229345Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-09-27T15:22:43.2230713Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-09-27T15:22:43.2230943Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized 2022-09-27T15:22:43.2234017Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2234307Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2236038Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2236833Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2238149Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2239311Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2240384Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2241362Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2242738Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2243539Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2244768Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2245963Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2247474Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2249177Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2250171Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2251547Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2252380Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils 2022-09-27T15:22:43.2254403Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-09-27T15:22:43.2254876Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-09-27T15:22:43.2256276Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/modules 2022-09-27T15:22:43.2258079Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-09-27T15:22:43.2258551Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat 2022-09-27T15:22:43.2260191Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-09-27T15:22:43.2260638Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized 2022-09-27T15:22:43.2263013Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-09-27T15:22:43.2263528Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-09-27T15:22:43.2264809Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-09-27T15:22:43.2266030Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-09-27T15:22:43.2267022Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/qat/modules 2022-09-27T15:22:43.2269019Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:22:43.2269421Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:22:43.2271946Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-09-27T15:22:43.2272329Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-09-27T15:22:43.2273181Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-09-27T15:22:43.2274793Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-09-27T15:22:43.2275719Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/modules 2022-09-27T15:22:43.2278182Z creating build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:22:43.2278544Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:22:43.2279842Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:22:43.2281328Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-09-27T15:22:43.2281841Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic 2022-09-27T15:22:43.2284241Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-09-27T15:22:43.2284646Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-09-27T15:22:43.2285849Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-09-27T15:22:43.2286624Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-09-27T15:22:43.2288013Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/modules 2022-09-27T15:22:43.2289882Z creating build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-09-27T15:22:43.2290237Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-09-27T15:22:43.2291303Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/qat/dynamic/modules 2022-09-27T15:22:43.2293927Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-09-27T15:22:43.2294245Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-09-27T15:22:43.2295069Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-09-27T15:22:43.2295963Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/modules 2022-09-27T15:22:43.2298371Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-09-27T15:22:43.2298655Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference 2022-09-27T15:22:43.2300726Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-09-27T15:22:43.2300995Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic 2022-09-27T15:22:43.2303488Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2303962Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2304895Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2305863Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2307318Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2308220Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2309870Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2310638Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2311617Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2312955Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2313406Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2314968Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/modules 2022-09-27T15:22:43.2317009Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2317406Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2318450Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2319358Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2320187Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2320987Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2322005Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/_reference/modules 2022-09-27T15:22:43.2324339Z creating build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-09-27T15:22:43.2324768Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-09-27T15:22:43.2325710Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-09-27T15:22:43.2326688Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-09-27T15:22:43.2327376Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-37/torch/nn/quantized/dynamic/modules 2022-09-27T15:22:43.2330123Z creating build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2330675Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2331946Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2332727Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2334136Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2335164Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2336593Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2337902Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2338813Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2340048Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2341254Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-37/torch/nn/utils/_expanded_weights 2022-09-27T15:22:43.2343015Z creating build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-09-27T15:22:43.2343337Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-09-27T15:22:43.2344592Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-09-27T15:22:43.2345876Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-37/torch/onnx/_internal 2022-09-27T15:22:43.2348273Z creating build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-09-27T15:22:43.2348963Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/optim/_multi_tensor 2022-09-27T15:22:43.2351426Z creating build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-09-27T15:22:43.2351899Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-09-27T15:22:43.2353227Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-09-27T15:22:43.2354603Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-09-27T15:22:43.2356336Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-37/torch/package/analyze 2022-09-27T15:22:43.2359800Z creating build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2360377Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2361322Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2363049Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2364159Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2365375Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2366631Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2367747Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2369073Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2370234Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2371527Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2372752Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2373906Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-37/torch/quantization/fx 2022-09-27T15:22:43.2378710Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2379195Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2380220Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2382044Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2383927Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2384837Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2386225Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2387842Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2388959Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2391045Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2392960Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2399700Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2400973Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2404816Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2407005Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2408187Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2409500Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2412497Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2413570Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2414698Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2416603Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2418271Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2419867Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2421208Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2422493Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal 2022-09-27T15:22:43.2425187Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-09-27T15:22:43.2425747Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-09-27T15:22:43.2426633Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/codegen 2022-09-27T15:22:43.2429496Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-09-27T15:22:43.2429789Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-09-27T15:22:43.2430770Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-09-27T15:22:43.2432093Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/data 2022-09-27T15:22:43.2434785Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2435178Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2436048Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2437878Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2441919Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2442872Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2444052Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed 2022-09-27T15:22:43.2446776Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-09-27T15:22:43.2447322Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-09-27T15:22:43.2448230Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/generated 2022-09-27T15:22:43.2453306Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-09-27T15:22:43.2453607Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-09-27T15:22:43.2455172Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-09-27T15:22:43.2457545Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-09-27T15:22:43.2458816Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo 2022-09-27T15:22:43.2460752Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-09-27T15:22:43.2461224Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-09-27T15:22:43.2462102Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-09-27T15:22:43.2463050Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/test_module 2022-09-27T15:22:43.2465130Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-09-27T15:22:43.2465658Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-09-27T15:22:43.2466473Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard 2022-09-27T15:22:43.2468785Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-09-27T15:22:43.2469663Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn 2022-09-27T15:22:43.2470983Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-09-27T15:22:43.2471589Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/pipeline 2022-09-27T15:22:43.2474761Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2475327Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2476240Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2478695Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2479802Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2481190Z 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-09-27T15:22:43.2482580Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2484015Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:43.2487545Z 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-09-27T15:22:43.2489697Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:22:43.2490374Z 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-09-27T15:22:43.2491763Z 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-09-27T15:22:43.2493186Z 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-09-27T15:22:43.2497484Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-09-27T15:22:43.2498260Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/nn/api 2022-09-27T15:22:43.2498880Z 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-09-27T15:22:43.2500666Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:22:43.2501423Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:22:43.2502886Z 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-09-27T15:22:43.2504313Z 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-09-27T15:22:43.2507366Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:22:43.2507938Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:22:43.2508812Z 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-09-27T15:22:43.2510062Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:22:43.2511993Z 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-09-27T15:22:43.2514961Z creating build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:43.2515561Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:43.2516499Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:43.2518281Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:43.2519684Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:43.2522434Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-37/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:43.2525470Z creating build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-09-27T15:22:43.2525916Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/backcompat 2022-09-27T15:22:43.2527417Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-09-27T15:22:43.2527910Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark 2022-09-27T15:22:43.2530440Z creating build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-09-27T15:22:43.2530805Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-09-27T15:22:43.2531809Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck 2022-09-27T15:22:43.2535027Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2536737Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2537084Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2537509Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2539426Z copying torch/utils/data/dataloader_experimental.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2540117Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2541454Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2542812Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2543667Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2544756Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data 2022-09-27T15:22:43.2547069Z creating build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-09-27T15:22:43.2547353Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-09-27T15:22:43.2548826Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-09-27T15:22:43.2549253Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-09-27T15:22:43.2552586Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-09-27T15:22:43.2553886Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-37/torch/utils/hipify 2022-09-27T15:22:43.2555789Z creating build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-09-27T15:22:43.2556219Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-09-27T15:22:43.2557286Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-37/torch/utils/jit 2022-09-27T15:22:43.2559214Z creating build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:43.2559838Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:43.2561412Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:43.2563752Z creating build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2564197Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2565132Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2566491Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2567625Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2568523Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2569530Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2570643Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2571329Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2572711Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2573501Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard 2022-09-27T15:22:43.2576666Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2577234Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2578030Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2579590Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2580342Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2581175Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2582188Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2583634Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2584302Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2585346Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/examples 2022-09-27T15:22:43.2587772Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2588148Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2589464Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2589991Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2591460Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2592069Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2593486Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:43.2595919Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2596470Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2597320Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2598307Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2599634Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2600597Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2601669Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2602969Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2604135Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:43.2606441Z creating build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:43.2606834Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:43.2607674Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:43.2610427Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2610903Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2612458Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2613532Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2614580Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2615767Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2617310Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2618585Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/_utils 2022-09-27T15:22:43.2621197Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2621492Z copying torch/utils/data/communication/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2622722Z copying torch/utils/data/communication/eventloop.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2623332Z copying torch/utils/data/communication/iter.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2624475Z copying torch/utils/data/communication/map.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2625170Z copying torch/utils/data/communication/messages.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2626325Z copying torch/utils/data/communication/protocol.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2627231Z copying torch/utils/data/communication/queue.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/communication 2022-09-27T15:22:43.2629739Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2630416Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2631370Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2632826Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2633751Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2634723Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2636035Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes 2022-09-27T15:22:43.2638284Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:43.2638795Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:43.2639816Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:43.2640839Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:43.2641933Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:43.2643277Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:43.2645958Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2646316Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2647519Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2648997Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2649475Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2650994Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2652244Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2652881Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2654405Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2655555Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2656566Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2657544Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/iter 2022-09-27T15:22:43.2660328Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2660815Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2661773Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2662727Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2663883Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2664959Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2665931Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/map 2022-09-27T15:22:43.2668050Z creating build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-09-27T15:22:43.2668816Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-09-27T15:22:43.2669961Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-09-27T15:22:43.2671360Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-09-27T15:22:43.2672787Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-37/torch/utils/data/datapipes/utils 2022-09-27T15:22:43.2676477Z creating build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2676859Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2677760Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2680233Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2681299Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2682593Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2683840Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2685505Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2686583Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2687906Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2689972Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2690897Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2692418Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2694054Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2695772Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-37/torchgen/api 2022-09-27T15:22:43.2698842Z creating build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2699240Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2700427Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2702237Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2703333Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2704529Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2706300Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-37/torchgen/dest 2022-09-27T15:22:43.2709460Z creating build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-09-27T15:22:43.2709955Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-09-27T15:22:43.2711077Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-09-27T15:22:43.2712364Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-37/torchgen/operator_versions 2022-09-27T15:22:43.2714890Z creating build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-09-27T15:22:43.2716086Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-09-27T15:22:43.2717416Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-09-27T15:22:43.2719027Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-37/torchgen/selective_build 2022-09-27T15:22:43.2721953Z creating build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-09-27T15:22:43.2722500Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-09-27T15:22:43.2723407Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-09-27T15:22:43.2724811Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-09-27T15:22:43.2726051Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-37/torchgen/static_runtime 2022-09-27T15:22:43.4448089Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data 2022-09-27T15:22:43.4448599Z creating build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4449311Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4450030Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4451193Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4452527Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4454221Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4455944Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4457230Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4458878Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4461139Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4462319Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4463730Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4465145Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4466657Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4468229Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4469949Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4471636Z copying caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4473043Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4474443Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4475992Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4477461Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4478981Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4480430Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4482049Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4483637Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4485077Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4486626Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4488151Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4489595Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4491185Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4492812Z copying caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4494836Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4496276Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4497893Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4499395Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4500937Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4502617Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4504143Z copying caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4506017Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4507496Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4508916Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4510453Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4512143Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4513469Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4515102Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4516525Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4518071Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4519517Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4521082Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4523073Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4524346Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4525943Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4527434Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4529923Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4531162Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4532523Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4534117Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4535698Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4537258Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4538763Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4540374Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4541820Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4543432Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4544855Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4546858Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4548253Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4549790Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4551235Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4552768Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4554464Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4555934Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4557515Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4559147Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4560701Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4562232Z copying caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4563803Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4565389Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4567012Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4568410Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4569961Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4571443Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4573126Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4574557Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4576534Z copying caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4578098Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4579701Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4581172Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4582693Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4584258Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4585814Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4587227Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4588683Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4590212Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4591724Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4593271Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4594851Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4596380Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4597783Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4599485Z copying caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4600968Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4602622Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4604127Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4605744Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4607293Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4608903Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4610472Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4611986Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4613514Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4615048Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4616647Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4618243Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4619818Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4621329Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4622870Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4624361Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4625842Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4627393Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4630108Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4631275Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4632852Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4634206Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4635839Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4637311Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4638826Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4640399Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4641973Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4643742Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4645289Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4646802Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4648364Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4649855Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4651473Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4653031Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4654459Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4656185Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4657765Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4659270Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4660802Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4662452Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4663866Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4665343Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4666862Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4668405Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4670251Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4671727Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4673230Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4674755Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4676266Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4677785Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4679259Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4680751Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4682603Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4684096Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4685694Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4687210Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4688723Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4690239Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:43.4691395Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-37/torch 2022-09-27T15:22:43.4693037Z creating build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4693847Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4728847Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4763678Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4806845Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4865464Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4867670Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4873220Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4878698Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4883801Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4889074Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4895232Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4984651Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4990134Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.4992193Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.5023102Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-37/torch/bin 2022-09-27T15:22:43.5024327Z creating build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5025050Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5030059Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5035220Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5040717Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5046481Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5051399Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5056184Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5061091Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5065906Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5070842Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5075229Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5079830Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5084716Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5088970Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5093294Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5098003Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5102890Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5108376Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5121536Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5126194Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5131121Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5135800Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5140339Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5144486Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5148933Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5153705Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5158403Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5163211Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5173025Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5177654Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5182008Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5197130Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5201414Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5206448Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5212759Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5218192Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5222743Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5227849Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5232465Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5238398Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5243624Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5250365Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5255695Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5261918Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5267446Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5272947Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5278461Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5284119Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5289393Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5295009Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5300301Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5308287Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5313335Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5318135Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5323653Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5329071Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5337282Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5342134Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5347355Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5352494Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5357615Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5362803Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5368181Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5373177Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5378449Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5383428Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5389480Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5395453Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5400428Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5405643Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5411021Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5416634Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5421835Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5429229Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5434436Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5435676Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5441468Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5447334Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5452274Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5457496Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5459206Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5465267Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5470300Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5475267Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5480292Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5485989Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5496171Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5502054Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5511916Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5520023Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5530821Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5540047Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5545549Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5553083Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5557563Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5562488Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5566882Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5593666Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-37/torch/test 2022-09-27T15:22:43.5598497Z creating build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5598734Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5600205Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5600867Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5602363Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5603769Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5605292Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5606132Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5607375Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5608478Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5609733Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5611065Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5611853Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5613121Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5613958Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5615170Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5616776Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5618844Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5621020Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C 2022-09-27T15:22:43.5622324Z creating build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-09-27T15:22:43.5622893Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer 2022-09-27T15:22:43.5624021Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5625841Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5626239Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5627487Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5628500Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5629716Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5630564Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5631410Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5632833Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5633804Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5634879Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5635841Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5636981Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5638214Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5639097Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5640382Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5641088Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-37/torch/optim 2022-09-27T15:22:43.5642435Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.5643360Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn 2022-09-27T15:22:43.5644792Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5645726Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5646765Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5647787Z copying torch/nn/parallel/distributed.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5648967Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5649993Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5651101Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-37/torch/nn/parallel 2022-09-27T15:22:43.5652083Z creating build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.5652793Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.5659861Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7310198Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7311283Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7311872Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7317695Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7320788Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7324314Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7437407Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-37/torch/lib 2022-09-27T15:22:43.7438954Z creating build/lib.linux-x86_64-cpython-37/torch/include 2022-09-27T15:22:43.7439399Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7439797Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7441017Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7442201Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7443266Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7444542Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7445758Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7446766Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7447805Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7449326Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7450165Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7451033Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7452122Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7453478Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7454350Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7455996Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7457052Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7458539Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7459643Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7460721Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7462795Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7463524Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7465250Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7466209Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7467284Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7468660Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7469704Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7471042Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7472155Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7473601Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7474633Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7476630Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7477629Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7478504Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7479647Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7480860Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7481914Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7483285Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7484568Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7485777Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7486896Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7488194Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7489292Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7490439Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7491585Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7493773Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7494240Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7495026Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7496221Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7497335Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7498588Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7499696Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7501093Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7502140Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7503452Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7504399Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7505458Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7506567Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7507707Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7509083Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7510265Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7511319Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7512664Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7513639Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7515053Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7516169Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7518015Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7518673Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7519790Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7521272Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7522255Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7523258Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7524464Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7525702Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7526718Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7528057Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7529422Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7530146Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7531558Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7532598Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7534300Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7535122Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7536784Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7537976Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7539421Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7540343Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7542616Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7543362Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7545007Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7546008Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7547175Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7548867Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7550222Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7552019Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7553518Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7555816Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7557184Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7558840Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7560347Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7562289Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7563829Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7565374Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7567672Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7569072Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7570504Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7572188Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7574489Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7576232Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7578756Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7591195Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7597961Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7609941Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7611053Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen 2022-09-27T15:22:43.7612290Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-09-27T15:22:43.7613273Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-09-27T15:22:43.7614756Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu 2022-09-27T15:22:43.7616737Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7617406Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7618220Z 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-09-27T15:22:43.7619637Z 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-09-27T15:22:43.7621141Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7622721Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7624497Z 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-09-27T15:22:43.7626222Z 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-09-27T15:22:43.7627890Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7629465Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7631064Z 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-09-27T15:22:43.7633244Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7634952Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:43.7636916Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7637883Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7639220Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7641009Z 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-09-27T15:22:43.7642993Z 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-09-27T15:22:43.7644833Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7646424Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7648172Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7650292Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:43.7652030Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7653632Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7655224Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7657127Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7658604Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7660085Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cpu/vec 2022-09-27T15:22:43.7661965Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7662765Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7664212Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7665201Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7666634Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7667850Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7669046Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7670237Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7671854Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7672672Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7674175Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7675510Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7677885Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7678414Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7679489Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7680561Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7681750Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7683009Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7684362Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7685470Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7686682Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7687765Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7688922Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7689835Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7691384Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7692366Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7693624Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7694696Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7696003Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7697950Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7699000Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7700508Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7701394Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7702776Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7704519Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7705543Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7706971Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7708131Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7709448Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7710492Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7711882Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7712984Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7714547Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7715571Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7716712Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7718127Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7718970Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7720547Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7721319Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7722494Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7723823Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7725121Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7726314Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7728234Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7728724Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7730048Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7731687Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7733514Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7734673Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7736679Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7738215Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7739712Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7740521Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7742662Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7743573Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7744154Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7744893Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7745978Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7747094Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7750193Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7751876Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core 2022-09-27T15:22:43.7753060Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7753851Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7755093Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7756330Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7757824Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7759077Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7760229Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7761277Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7762682Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7763751Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7764863Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7766216Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7767190Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7768424Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7769700Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7770781Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7772838Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7773561Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7774405Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7775617Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7776605Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7777608Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7778822Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7779955Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7780874Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7782956Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7783859Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7785036Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7786265Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7787202Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7788348Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7789493Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7790630Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7792015Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7793238Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda 2022-09-27T15:22:43.7794230Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7794956Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7796132Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7797131Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7798208Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7799387Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7800503Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7801725Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7803038Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7804332Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7805512Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cuda/detail 2022-09-27T15:22:43.7806434Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7807219Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7808422Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7809617Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7811048Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7811927Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7813104Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7814305Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/cudnn 2022-09-27T15:22:43.7815196Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7816000Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7817362Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7818720Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7819416Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7821222Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7822203Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7823470Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7824650Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7826030Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7827632Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7829129Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7830356Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7831797Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/functorch 2022-09-27T15:22:43.7833103Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7833742Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7835617Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7836697Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7838187Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7839456Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7840933Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7842170Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7843441Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7844867Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7846470Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7847497Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7848979Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7850120Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7851241Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7852785Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7853871Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7855066Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7856295Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7858096Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7859252Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7860404Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7862604Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7863307Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7864201Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7865232Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7866845Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7867827Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7869049Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7870282Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7871556Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7872686Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7874248Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7875375Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7876710Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7877670Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7878636Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7880079Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7881161Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7882358Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7883519Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7884407Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7886072Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7887151Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7888357Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7889291Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7890594Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7891566Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7892703Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7893570Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7895147Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7896363Z 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-09-27T15:22:43.7897483Z 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-09-27T15:22:43.7898619Z 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-09-27T15:22:43.7899562Z 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-09-27T15:22:43.7900768Z 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-09-27T15:22:43.7901639Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7903011Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7903845Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7905085Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7905993Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7907219Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7908136Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7909436Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7910315Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7911594Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7912520Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7913776Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7914843Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7915841Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7917038Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7917865Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7919643Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7920430Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7921539Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7922778Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7924611Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7925339Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7926439Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7927658Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7928667Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7929683Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7931206Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7932124Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7933711Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7934824Z 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-09-27T15:22:43.7935928Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7937089Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7938390Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7939842Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7941572Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7942606Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7943664Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7944546Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7946055Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7946946Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7948496Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7949336Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7950793Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7952102Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7953091Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7954335Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7955507Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7956426Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7958092Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7959292Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7960047Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7961216Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7962584Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7963820Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7964617Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7965855Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7967577Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7968326Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7969321Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7970521Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7972881Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7973399Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7974135Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7974810Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7976587Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7977834Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7978959Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7980464Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7981584Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7982511Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7983692Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7984809Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7986582Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7987385Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7989002Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7989941Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7991466Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7992454Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7993582Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7994615Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7996814Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7997458Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7998248Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.7999022Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8000443Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8001501Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8002781Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8003854Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8005283Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8006315Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8007503Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8008563Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8009740Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8010837Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8013027Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8013670Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8014567Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8015804Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8018009Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8019182Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8020340Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8021611Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8023059Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8024324Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8025535Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8026481Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8027919Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8028815Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8030046Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8031234Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8032583Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8033939Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8035037Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8036500Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8037687Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8039125Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8040070Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8041631Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8042630Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8044058Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8045084Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8046582Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8047790Z 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-09-27T15:22:43.8049132Z 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-09-27T15:22:43.8050098Z 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-09-27T15:22:43.8050978Z 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-09-27T15:22:43.8052107Z 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-09-27T15:22:43.8053174Z 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-09-27T15:22:43.8054689Z 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-09-27T15:22:43.8055808Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8057261Z 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-09-27T15:22:43.8058451Z 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-09-27T15:22:43.8059705Z 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-09-27T15:22:43.8060790Z 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-09-27T15:22:43.8061824Z 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-09-27T15:22:43.8063186Z 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-09-27T15:22:43.8064052Z 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-09-27T15:22:43.8065334Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8066617Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8067818Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8069094Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8070252Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8071478Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8072690Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8073850Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8074767Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8075899Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8076958Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8078032Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8079147Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8080337Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8081884Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8082874Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8083935Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8085324Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8086284Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8087653Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8088398Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8090104Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8091174Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8092481Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8093457Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8095636Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8096987Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8098781Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8099507Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8100763Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8101969Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8103266Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8104277Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8105747Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8106883Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8107857Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8109213Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8110260Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8111758Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8112710Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8114286Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8115633Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8117198Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8117978Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8119281Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8120546Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8121703Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8122658Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8124674Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8125034Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8126296Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8127250Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8128348Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8129581Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8130573Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8131862Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8133125Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8134319Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8135575Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8136638Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8138317Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8139708Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8140908Z 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-09-27T15:22:43.8142306Z 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-09-27T15:22:43.8143381Z 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-09-27T15:22:43.8144230Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8145794Z 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-09-27T15:22:43.8147387Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8147869Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8149208Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8150487Z 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-09-27T15:22:43.8151535Z 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-09-27T15:22:43.8152658Z 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-09-27T15:22:43.8153561Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8155035Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8156144Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8157358Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8158255Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8159299Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8160637Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8161642Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8162980Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8164271Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8165697Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8166684Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8168055Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8168979Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8170352Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8171582Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8173420Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8174572Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8175990Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8177182Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8178493Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8179910Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8181132Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8182420Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8183697Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8185030Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8186446Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8187780Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8189053Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8190272Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8191584Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8192957Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8193961Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8195380Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8196674Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8197682Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8199073Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8200290Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8201773Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8203156Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8204429Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8205370Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8206563Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8207819Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8209011Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8210434Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8211380Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8213012Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8214378Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8215431Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8216720Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8218352Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8219369Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8220416Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8221967Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8222859Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8224493Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8225841Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8227001Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8228520Z 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-09-27T15:22:43.8229618Z 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-09-27T15:22:43.8230600Z 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-09-27T15:22:43.8232556Z 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-09-27T15:22:43.8233264Z 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-09-27T15:22:43.8234378Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8235685Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8236592Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8238154Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8239446Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8240646Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8241779Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8243839Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8244775Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8246006Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8247405Z 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-09-27T15:22:43.8248430Z 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-09-27T15:22:43.8249768Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8250741Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8251817Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8253039Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8254750Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8255996Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8257079Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8258586Z 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-09-27T15:22:43.8260570Z 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-09-27T15:22:43.8261027Z 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-09-27T15:22:43.8261975Z 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-09-27T15:22:43.8263327Z 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-09-27T15:22:43.8264701Z 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-09-27T15:22:43.8265726Z 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-09-27T15:22:43.8267344Z 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-09-27T15:22:43.8268684Z 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-09-27T15:22:43.8269706Z 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-09-27T15:22:43.8271254Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8272682Z 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-09-27T15:22:43.8273990Z 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-09-27T15:22:43.8275311Z 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-09-27T15:22:43.8276422Z 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-09-27T15:22:43.8278053Z 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-09-27T15:22:43.8279177Z 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-09-27T15:22:43.8296173Z 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-09-27T15:22:43.8297319Z 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-09-27T15:22:43.8297799Z 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-09-27T15:22:43.8298284Z 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-09-27T15:22:43.8298801Z 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-09-27T15:22:43.8301561Z 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-09-27T15:22:43.8302218Z 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-09-27T15:22:43.8302760Z 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-09-27T15:22:43.8303175Z 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-09-27T15:22:43.8303686Z 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-09-27T15:22:43.8303995Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8304317Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8304630Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8304932Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8305228Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8305538Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8305853Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8306514Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8306992Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8307450Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8307828Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8308254Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8308767Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8309474Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8310820Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8311890Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8313484Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8314793Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8315881Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8316605Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8318377Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8319048Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8320368Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8321597Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8322957Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8324507Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8325758Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8327035Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8328448Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8329714Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8330966Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8332449Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8333735Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8335109Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8336957Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8338210Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8339359Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8340933Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8341836Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8343225Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8344453Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8345766Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8347006Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8348745Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8349968Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8350694Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8351596Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8352820Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8354346Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8355414Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8356854Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8357731Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8358824Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8359847Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8361174Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8362325Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8363424Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8364496Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8365545Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8366814Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8367913Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8369182Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8370151Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8371114Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8372192Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8373394Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8374608Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8376160Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8377051Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8378313Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8379359Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8380622Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8381828Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8383029Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8384114Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8385283Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8386438Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8387593Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8388726Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8389971Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8391124Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8392288Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8393565Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8394707Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8395824Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8397095Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8398225Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8399382Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8400531Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8401666Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8402912Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8404203Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8405186Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8406486Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8407611Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8408752Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8409898Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8411136Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8412722Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8413892Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8415091Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8416421Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8417563Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8418792Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8419884Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8421056Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8422194Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8423342Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8424468Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8425709Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8426951Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8427855Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8429214Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8430419Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8431569Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8433066Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8433923Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8435291Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8436501Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8437636Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8438788Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8440252Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8441214Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8442512Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8443634Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8444857Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8446336Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8447761Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8449123Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8450265Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8451593Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8453044Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8454257Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8455003Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8456776Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8458163Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8459310Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8461045Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8461865Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8463264Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8464308Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8465736Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8466655Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8467972Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8468848Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8470156Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8471879Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8472267Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8473302Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8474830Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8475647Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8476590Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8478252Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8479354Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8480305Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8482492Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8483011Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8484516Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8485427Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8487038Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8488740Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8489031Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8490678Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8491649Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8492942Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8493937Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8495521Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8497254Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8497647Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8499065Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8500705Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8501528Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8502969Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8503911Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8505337Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8506383Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8507878Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8508896Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8510308Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8511566Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8512691Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8513970Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8515555Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8516600Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8517882Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8518813Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8520160Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8521186Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8522628Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8524031Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8525636Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8526617Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8527824Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8528963Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8530317Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8531443Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8532634Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8533793Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8535060Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8536420Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8537779Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8538883Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8540138Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8541315Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8542551Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8543704Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8545086Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8546181Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8547375Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8548542Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8550126Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8551167Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8552384Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8553478Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8554690Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8555869Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8557043Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8558230Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8559648Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8561190Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8562335Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8563447Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8564636Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8565726Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8566916Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8568157Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8569807Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8570777Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8571953Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8573043Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8574361Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8575658Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8576803Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8577913Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8579337Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8580283Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8581735Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8582886Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8584172Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8585295Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8586479Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8587689Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8588808Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8590357Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8591374Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8592646Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8593804Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8595039Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8596220Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8597733Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8598755Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8599986Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8601606Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8602551Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8604081Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8605419Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8606454Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8608565Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8608935Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8610328Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8611673Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8612662Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8614296Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8615018Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8616189Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8618511Z 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-09-27T15:22:43.8619120Z 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-09-27T15:22:43.8620565Z 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-09-27T15:22:43.8621475Z 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-09-27T15:22:43.8623079Z 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-09-27T15:22:43.8624162Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8625517Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8626403Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8627802Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8629188Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8630129Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8631560Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8632901Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8634151Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8635074Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8636815Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8637612Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8639277Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8640506Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8641245Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8642966Z 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-09-27T15:22:43.8643959Z 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-09-27T15:22:43.8645398Z 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-09-27T15:22:43.8646323Z 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-09-27T15:22:43.8647812Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8649401Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8650805Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8653307Z 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-09-27T15:22:43.8653689Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8654573Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8655827Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8656919Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8658270Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8659158Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8660480Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8661289Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8662962Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8663501Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8665077Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8666149Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8667392Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8668771Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8669839Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8670901Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8672194Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8673106Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8674386Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8675328Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8676394Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8677811Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8679042Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8680366Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8682166Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8682687Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8684049Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8685235Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8686476Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8687326Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8688714Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8690555Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8691050Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8693000Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8693767Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8695074Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8696531Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8697916Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8699190Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8700628Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8701624Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8703096Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8704536Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8705545Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8707264Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8709033Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8709601Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8710875Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8712153Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8712870Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8714400Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8715730Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8716493Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8717963Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8719107Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8720449Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8721464Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8722841Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8724311Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8725259Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8726594Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8728290Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8730405Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8730711Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8732051Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8733199Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8734123Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8735730Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8736804Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8738659Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8739835Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8740809Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8742423Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8743245Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8744631Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8745944Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8747205Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8748512Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8749836Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8750908Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8751948Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8753371Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8754561Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8755821Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8756957Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8758492Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8759747Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8761001Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8762348Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8763623Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8765015Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8766293Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8767884Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8768865Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8770250Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8771779Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8772736Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8774026Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8776088Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8776450Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8778257Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8778949Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8780216Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8781683Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8782840Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8784075Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8785470Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8786433Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8787744Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8788945Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8790096Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8791384Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8792791Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8793886Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8795198Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8796317Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8797803Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8798704Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8800131Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8801301Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8802658Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8804166Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8805250Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8807032Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8807761Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8809611Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8810676Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8812428Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8813324Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8814868Z 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-09-27T15:22:43.8816129Z 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-09-27T15:22:43.8817308Z 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-09-27T15:22:43.8818631Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8820033Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8820877Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8822269Z 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-09-27T15:22:43.8823224Z 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-09-27T15:22:43.8824592Z 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-09-27T15:22:43.8825670Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8826965Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8828278Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8829542Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8830562Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8831891Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8833137Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8835160Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8835864Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8837252Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8838475Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8839680Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8840929Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8841934Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8843810Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8844630Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8845771Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8846831Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8847954Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8849214Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8850835Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8851813Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8852739Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8853994Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8854992Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8857295Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8857940Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8858841Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8860503Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8861295Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8862159Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8863326Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8864343Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8865622Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8866662Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8868035Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8869406Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8870513Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8871731Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8872863Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8874259Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8875724Z 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-09-27T15:22:43.8876492Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8878018Z 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-09-27T15:22:43.8879045Z 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-09-27T15:22:43.8880394Z 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-09-27T15:22:43.8881353Z 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-09-27T15:22:43.8883923Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8884317Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8885688Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8886668Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8888443Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8889326Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8890721Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8891882Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8893267Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8894728Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8896037Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8897805Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8898997Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8900315Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8901157Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8902954Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8903715Z 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-09-27T15:22:43.8905127Z 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-09-27T15:22:43.8906555Z 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-09-27T15:22:43.8907755Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8909070Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8910639Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8911887Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8912949Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8914450Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8915724Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8916771Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8918061Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8918979Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8919970Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8921433Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8922558Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8923856Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8924724Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8926689Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8927346Z 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-09-27T15:22:43.8928308Z 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-09-27T15:22:43.8929859Z 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-09-27T15:22:43.8930733Z 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-09-27T15:22:43.8932002Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8933229Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8934154Z copying torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8936088Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8936970Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8938200Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8939618Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8940955Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8942068Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8943627Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8944980Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8945977Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8947160Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8948577Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8949609Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8950940Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8952132Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8953172Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8954295Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8955520Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8956832Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8958141Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8959059Z 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-09-27T15:22:43.8960220Z 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-09-27T15:22:43.8961336Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8962494Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8963902Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8964796Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8965985Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8967483Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8968679Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8969835Z 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-09-27T15:22:43.8971105Z 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-09-27T15:22:43.8972487Z 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-09-27T15:22:43.8973853Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8975388Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8976340Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8977365Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8978805Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8980450Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8981010Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8982436Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8983729Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8984872Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8986095Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8987417Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8988676Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8989986Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8991052Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8992326Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8993637Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8994866Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8996107Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8997274Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8998631Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.8999966Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9001244Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9002505Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9003868Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9004877Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9006099Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9007303Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9008539Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9009592Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9010883Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9012216Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9013400Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9014570Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9015817Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9016681Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9017950Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9019185Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9020246Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9021160Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9022408Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9023595Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9024746Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9025665Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9027020Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9028320Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9029266Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9030459Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9031630Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9032963Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9034026Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9035419Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9036656Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9037581Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9039038Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9040219Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9041172Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9042348Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9043617Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9045274Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9046288Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9048109Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9048710Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9049945Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9051241Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9052267Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9053405Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9054535Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9056574Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9058281Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9059348Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9060674Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9061741Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9063276Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9064026Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9065749Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9066848Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9068541Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9069895Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9071309Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9072665Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9074111Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9075520Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9077010Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9078252Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9079866Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9081427Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9082808Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9084353Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9085753Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9087089Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9088444Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9089968Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9091181Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9093015Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9094105Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9095180Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9096707Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9098160Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9099006Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9100405Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9101350Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9102958Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9103833Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9105067Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9106315Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9107319Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9108625Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9109814Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9111462Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9112461Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9113497Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9114979Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9116126Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9117222Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9118546Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9119635Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9121000Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9122098Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9123460Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9124708Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9126094Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9127220Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9129278Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9130023Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9131435Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9132554Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9133568Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9135059Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9136576Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9137550Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9139230Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9139996Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9141485Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9142799Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9144257Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9144954Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9146009Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9147540Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9148306Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9149702Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9150879Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9152199Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9153713Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9154858Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9156265Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9157549Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9158760Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9160034Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9161240Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9162887Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9164163Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9165345Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9166693Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9168034Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9169357Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9170705Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9171894Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9172966Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9174288Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9176566Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9176919Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9178326Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9180085Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9180835Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9183084Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9183937Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9184947Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9186084Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9187261Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9188303Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9189186Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9190731Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9191562Z 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-09-27T15:22:43.9193044Z 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-09-27T15:22:43.9193929Z 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-09-27T15:22:43.9194987Z 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-09-27T15:22:43.9196483Z 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-09-27T15:22:43.9197580Z 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-09-27T15:22:43.9198708Z 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-09-27T15:22:43.9199930Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9200899Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9202119Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9203264Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9204534Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9205514Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9206509Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9208333Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9209182Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9210319Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9212505Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9213038Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9213853Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9214858Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9216357Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9217918Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9219446Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9220291Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9221460Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9222441Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9224025Z 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-09-27T15:22:43.9224890Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9226243Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9227555Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9228482Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9229840Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9230699Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9232235Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9233472Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9234422Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9235789Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9237032Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9238088Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9240469Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9241174Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9241702Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9243358Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9245316Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9246107Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9247405Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9249008Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9250495Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9252029Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9253604Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9255234Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9257155Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9258540Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9260259Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9261700Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9263383Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9265118Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9266515Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9269232Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9269954Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9271389Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9272980Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9274600Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9276149Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9277844Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9279370Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9280849Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9282629Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9284183Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9286053Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9287282Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9289452Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9290710Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9292330Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9294119Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9295515Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9297208Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9299532Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9300805Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9302183Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9303962Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9305388Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9307051Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9308644Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9310199Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9311736Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9313536Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9314904Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9316588Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9318150Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9319832Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9321328Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9323036Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9324166Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9325662Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9327005Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9328619Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9329665Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9331053Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9332514Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9333830Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9335541Z 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-09-27T15:22:43.9336661Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9338887Z 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-09-27T15:22:43.9339962Z 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-09-27T15:22:43.9341740Z 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-09-27T15:22:43.9342628Z 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-09-27T15:22:43.9344227Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9345582Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9347132Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9348516Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9350088Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9351551Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9353325Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9354662Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9356560Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9357876Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9359630Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9361021Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9362865Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9364734Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9366022Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9367756Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9369343Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9371017Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9372494Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9373999Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9375794Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9378277Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9379507Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9381176Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9382569Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9384392Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9385832Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9387429Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9389023Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9390741Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9392317Z 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-09-27T15:22:43.9393990Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9395828Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9397194Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9399868Z 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-09-27T15:22:43.9400956Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9402306Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9404439Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9405798Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9407592Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9409144Z 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-09-27T15:22:43.9410814Z 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-09-27T15:22:43.9412275Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9413982Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9415913Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9417264Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9418917Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9420549Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9421908Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9423680Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9425504Z 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-09-27T15:22:43.9426764Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9428766Z 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-09-27T15:22:43.9430027Z 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-09-27T15:22:43.9431418Z 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-09-27T15:22:43.9433098Z 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-09-27T15:22:43.9434546Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9436469Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9437838Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9439285Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9440948Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9442593Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9444110Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9445966Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9447347Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9448941Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9450705Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9452367Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9454028Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9455481Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9457109Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9458788Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9460401Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9462003Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9463608Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9465512Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9466829Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9468456Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9470115Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9471595Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9473453Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9474785Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9476518Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9477902Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9479599Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9481118Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9483137Z 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-09-27T15:22:43.9484559Z 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-09-27T15:22:43.9486124Z 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-09-27T15:22:43.9487891Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9489445Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9491105Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9492861Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9494303Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9496198Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9497664Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9499423Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9500924Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9503165Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9504188Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9505950Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9506749Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9509226Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9509672Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9511082Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9512172Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9513618Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9514626Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9516004Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9517090Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9518302Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9519340Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9520860Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9522284Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9523345Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9524789Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9525759Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9527048Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9528265Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9529829Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9531165Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9532131Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9534256Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9535063Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9536660Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9538954Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9539742Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9541408Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9542320Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9544198Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9545125Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9546733Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9547789Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9549133Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9550791Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9552182Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9553475Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9554754Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9556110Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9557204Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9558195Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9559732Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9561214Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9562443Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9564009Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9564989Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9566450Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9567265Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9568592Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9569880Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9571311Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9572201Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9573759Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9574614Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9576279Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9577424Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9578453Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9579638Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9580934Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9581973Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9583138Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9584448Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9586117Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9587208Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9588532Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9589653Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9591167Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9592415Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9593893Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9595087Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9596573Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9597911Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9599059Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9600364Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9601680Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9603011Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9604492Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9605594Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9607146Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9608454Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9609703Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9610968Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9612235Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9613530Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9614851Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9616851Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9617760Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9619220Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9620613Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9621754Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9623295Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9624567Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9625515Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9626766Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9627762Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9629269Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9630450Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9631790Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9632747Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9634183Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9635137Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9636745Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9638002Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9639295Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9640367Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9641684Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9642805Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9644536Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9645271Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9646276Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9647498Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9648839Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9650117Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9650973Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9652617Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9653557Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9654759Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9656141Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9657447Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9658785Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9660325Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9660707Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9662343Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9663358Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9664788Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9665641Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9667469Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9668892Z 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-09-27T15:22:43.9670924Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9671236Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9672563Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9673475Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9675014Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9676362Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9677679Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9679732Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9680426Z 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-09-27T15:22:43.9681676Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9682660Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9684011Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9685352Z 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-09-27T15:22:43.9686695Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9687627Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9688890Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9690344Z 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-09-27T15:22:43.9691704Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9692731Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9693623Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9695058Z 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-09-27T15:22:43.9696092Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9697362Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9698256Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9700313Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9701292Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9702603Z 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-09-27T15:22:43.9703812Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9704988Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9706139Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9707546Z 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-09-27T15:22:43.9708562Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9709988Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9710655Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9712771Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9713599Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9714579Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9715953Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9716930Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9718374Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9719482Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9720780Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9721848Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9723101Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9724270Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9725812Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9726886Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9728255Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9729453Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9730637Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9732025Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9733199Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9734821Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9736014Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9738134Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9739192Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9740388Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9741885Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9742719Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9744958Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9745316Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9746470Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9748120Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9749474Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9750993Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9752470Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9753360Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9754817Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9756019Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9756847Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9758113Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9759931Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9760269Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9761557Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9762486Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9764073Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9765292Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9766543Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9767444Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9768779Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9770179Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9771047Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9772595Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9773919Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9775096Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9776795Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9777707Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9779470Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9780386Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9781761Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9782770Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9784313Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9785372Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9786682Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9788140Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9789201Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9790311Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9791750Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9792944Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9794105Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9795498Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9796670Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9797912Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9799176Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9800225Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9801506Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9802864Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9804572Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9805190Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9806431Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9807336Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9808684Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9809754Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9811051Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9811952Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9813317Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9814358Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9815932Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9817082Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9818436Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9819466Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9820774Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9821860Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9823161Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9824618Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9825748Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9827612Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9828681Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9830015Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9831227Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9832297Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9833830Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9835740Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9836304Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9837080Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9838129Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9839408Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9840407Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9841868Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9843249Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9844355Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9845540Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9846813Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9847927Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9849491Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9850914Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9852346Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9853670Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9855134Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9856890Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9858161Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9859600Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9860995Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9862371Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9863765Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9865135Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9866557Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9867958Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9869462Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9870888Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9872268Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9873672Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9875038Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9876577Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9877923Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9879300Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9880665Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9882059Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9883535Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9884941Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9886334Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9887831Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9889224Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9890626Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9892039Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9893561Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9894859Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9896416Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9898407Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9900134Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9901066Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9902293Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9903457Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9904780Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9906041Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9907423Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9908574Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9910372Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9911410Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9912882Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9914731Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9916087Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9917376Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9918616Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9919803Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9921408Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9922761Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9924119Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9925287Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9926776Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9927994Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9929654Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9930577Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9932071Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9933095Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9934448Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9935990Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9937481Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9938407Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9939699Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9941161Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9941653Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9943474Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9944276Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9945896Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9946269Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9947755Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9948701Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9950063Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9950926Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9952277Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9954187Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9954566Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9955437Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9956758Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9957926Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9959314Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9960215Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9961465Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9962846Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9964380Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9965869Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9966808Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9967724Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9969296Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9970234Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9971468Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9972399Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9973674Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9974587Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9975779Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9977115Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9978490Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9979422Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9980604Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9982018Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9983225Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9984513Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9985450Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9986892Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9987890Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9989603Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9990387Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9991524Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9993516Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9994532Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9995731Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9996815Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9998009Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:43.9999515Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0000381Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0001585Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0002827Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0004074Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0005236Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0006431Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0007995Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0009143Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0010131Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0011357Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0013076Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0013624Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0014951Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0015998Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0017167Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0018659Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0019580Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0020863Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0021834Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0023293Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0024632Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0025896Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0027240Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0028500Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0029987Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0031517Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0032711Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0033949Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0035084Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0036655Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0037828Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0039215Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0040638Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0041924Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0043104Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0044535Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0045513Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0046735Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0048294Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0049082Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0050888Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0051936Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0052828Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0054457Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0055655Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0056606Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0058662Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0059601Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0061364Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0062179Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0063498Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0064239Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0065598Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0066995Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0068324Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0069255Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0070731Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0071672Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0073366Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0074481Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0076249Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0076934Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0077918Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0079054Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0080612Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0081455Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0082919Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0083912Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0085554Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0086551Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0087707Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0088852Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0090004Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0092174Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0092677Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0093672Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0095127Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0096326Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0097749Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0098715Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0099886Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0101099Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0102248Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0103354Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0104944Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0106025Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0107423Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0108395Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0109981Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0110965Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0112383Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0113664Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0115052Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0116085Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0117154Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0118844Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0119629Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0121175Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0122173Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0123201Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0124696Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0125867Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0127132Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0128379Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0129600Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0130807Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0132174Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0133439Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0134559Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0136123Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0137264Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0138774Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0139661Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0141174Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0142479Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0143505Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0145345Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0146428Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0147387Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0148916Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0150808Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0151699Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0153297Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0154489Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0155767Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0157115Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0158035Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0159499Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0160484Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0162607Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0163165Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0164141Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0165851Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0166436Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0167426Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0169007Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0170235Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0171234Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0172849Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0173410Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0174872Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0175972Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0177455Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0178686Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0179985Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0181191Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0182932Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0183596Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0185070Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0185938Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0187526Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0188625Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0189939Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0191197Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0192195Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0193679Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0195262Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0196295Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0197828Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0199176Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0200657Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0201935Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0203305Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0204591Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0205982Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0207258Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0208592Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0209909Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0211242Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0212690Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0213828Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0215547Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0216769Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0218959Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0219762Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0221067Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0222417Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0223407Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0224690Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0225632Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0226859Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0228057Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0229019Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0230135Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0231217Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0233096Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0234125Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0235106Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0236279Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0237527Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0238994Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0240135Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0241739Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0242961Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0244469Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0245665Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0247142Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0248357Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0249757Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0250959Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0252710Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0253728Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0255142Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0256678Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0257906Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0259282Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0260455Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0261902Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0263403Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0264485Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0265893Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0267064Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0268502Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0269841Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0271390Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0281099Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0282255Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0283831Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0285357Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0286527Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0287796Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0290691Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0292467Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0293655Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0294972Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0296191Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0297450Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0298729Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0300200Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0303562Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0306154Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0307622Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0308669Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0310002Z 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-09-27T15:22:44.0310932Z 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-09-27T15:22:44.0312568Z 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-09-27T15:22:44.0313938Z 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-09-27T15:22:44.0315408Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0317790Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0319077Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0320536Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0321881Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0323214Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0326815Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0328240Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0330616Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0332443Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0333878Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0335498Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0336908Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0338625Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0340292Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0342432Z copying torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0345143Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0346467Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0347651Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0349265Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0351575Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0353225Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0354164Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0355489Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0356943Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0358288Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0360094Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0361613Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0363010Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0364378Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0365727Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0367122Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0367890Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0369423Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0370668Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0372116Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0373784Z 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-09-27T15:22:44.0374423Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0375955Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0377758Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0379352Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0380314Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0381548Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0382956Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0384116Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0385377Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0386819Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0387928Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0389352Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0390828Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0391976Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0393392Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0395886Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0396371Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0397425Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0398459Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0400014Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0400866Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0402585Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0404024Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0405093Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0406520Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0407584Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0408931Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0410140Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0411377Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0412483Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0413634Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0414725Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0416113Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0417226Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0418862Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0420012Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0420816Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0422354Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0423454Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0424703Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0426839Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0427685Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0429054Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0430517Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0431416Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0432719Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0434813Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0435100Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0436773Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0437651Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0438820Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0439945Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0441321Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0442664Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0443590Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0444714Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0445778Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0446917Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0447972Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0449042Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0450573Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0451951Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0453540Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0454565Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0456199Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0457531Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0458574Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0459480Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0460771Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0462016Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0462958Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0464430Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0465665Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0466951Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0468242Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0469537Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0470861Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0472097Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0473346Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0475194Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0477120Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0477410Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0478701Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0479993Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0481283Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0482286Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0483770Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0485077Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0486460Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0487288Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0488782Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0489652Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0490734Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0492070Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0493296Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0494554Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0496066Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0497145Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0498380Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0499304Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0500661Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0501952Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0503074Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0504395Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0505893Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0507290Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0508221Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0509780Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0510960Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0512300Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0513325Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0514677Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0515967Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0517051Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0518301Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0519169Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0520437Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0521678Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0523068Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0524015Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0526358Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0526899Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0528339Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0529753Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0530638Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0531937Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0532994Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0534336Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0535604Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0537587Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0538986Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0540259Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0541808Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0542557Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0544072Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0544796Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0546741Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0547685Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0549001Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0550002Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0551391Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0552493Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0553907Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0554903Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0556662Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0557572Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0558477Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0559994Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0561117Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0562140Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0563142Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0564679Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0566016Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0566918Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0568158Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0569430Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0570481Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0571413Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0572786Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0574171Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0575521Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0576870Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0578296Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0579584Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0580848Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0582244Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0583851Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0585187Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0586952Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0588259Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0589665Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0591095Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0592463Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0593785Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0595301Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0596667Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0597901Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0599271Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0600630Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0602090Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0603469Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0604810Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0606238Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0607733Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0609010Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0610404Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0611727Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0613269Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0614625Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0616251Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0617638Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0618894Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0620159Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0621075Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0622350Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0623171Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0624106Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0626109Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0626656Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0628061Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0628849Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0630467Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0631747Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0633156Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0634383Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0635632Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0636900Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0638395Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0639585Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0640830Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0642196Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0643732Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0644660Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0646130Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0647524Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0649058Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0649982Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0651870Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0652533Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0653886Z copying torch/include/ATen/ops/col2im_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0654976Z copying torch/include/ATen/ops/col2im_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0656554Z copying torch/include/ATen/ops/col2im_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0657895Z copying torch/include/ATen/ops/col2im_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0658904Z copying torch/include/ATen/ops/col2im_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0660327Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0661409Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0662929Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0663898Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0665287Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0666584Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0668031Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0669248Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0670810Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0671846Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0673408Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0674311Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0675160Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0676845Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0677515Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0679131Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0680342Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0681043Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0682585Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0683964Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0684868Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0686144Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0687190Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0688420Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0689805Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0690605Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0692216Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0693183Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0694718Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0696214Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0698254Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0699301Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0701242Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0701881Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0703657Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0704795Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0706197Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0707194Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0709371Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0710466Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0711948Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0713567Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0715240Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0716568Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0718393Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0719404Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0721083Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0721962Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0724011Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0724978Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0726750Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0727564Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0729088Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0730298Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0731746Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0733039Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0734284Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0735932Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0737233Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0738442Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0739534Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0741005Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0742457Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0744005Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0744952Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0746300Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0747927Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0749192Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0750587Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0751919Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0753381Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0754691Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0756658Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0757862Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0759296Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0760728Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0762013Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0763505Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0764924Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0766404Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0767663Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0769045Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0770377Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0771918Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0773183Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0774540Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0776529Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0778110Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0779288Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0780829Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0781789Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0783234Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0784290Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0785339Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0786731Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0787902Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0789252Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0790733Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0791918Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0793350Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0794936Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0796192Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0797516Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0798841Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0800266Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0801625Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0802973Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0804279Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0805701Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0807049Z copying torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0808383Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0809678Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0810963Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0812339Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0813592Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0814890Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0816423Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0817642Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0819099Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0820259Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0821535Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0822792Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0824027Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0825317Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0826578Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0827807Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0829097Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0830474Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0831644Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0832899Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0834142Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0835540Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0836700Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0837933Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0839264Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0840555Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0842254Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0843418Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0844805Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0846067Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0847571Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0848423Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0850024Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0851414Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0852302Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0853808Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0855402Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0856858Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0858208Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0859553Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0860961Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0862286Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0863730Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0865107Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0866461Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0867803Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0869260Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0870595Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0871967Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0873349Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0874718Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0876056Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0877515Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0878870Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0880194Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0881544Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0883091Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0884650Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0886161Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0887467Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0889464Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0890188Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0892578Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0892920Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0894520Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0896049Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0897528Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0898948Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0900962Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0902221Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0903644Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0906141Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0906594Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0907411Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0909074Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0910259Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0911484Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0912889Z 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-09-27T15:22:44.0914124Z 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-09-27T15:22:44.0915644Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0916888Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0918552Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0919543Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0921262Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0922229Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0924036Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0924927Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0926490Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0927101Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0928366Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0930195Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0931541Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0932890Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0934037Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0935626Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0937580Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0939290Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0940522Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0941868Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0943154Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0944089Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0945521Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0946554Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0948025Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0949312Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0950444Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0952102Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0952857Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0954487Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0955719Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0957033Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0958204Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0959217Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0960504Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0961603Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0963037Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0964571Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0965956Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0967387Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0968242Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0969525Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0970917Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0971879Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0973310Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0974186Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0975734Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0977333Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0978322Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0979684Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0981075Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0982369Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0984005Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0984811Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0986128Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0987416Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0988462Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0989760Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0991066Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0992377Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0993905Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0995384Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0996432Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0997991Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.0999351Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1000526Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1001894Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1003020Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1004593Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1005659Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1006694Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1007879Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1009224Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1010395Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1011604Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1013254Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1014502Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1015874Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1017302Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1018293Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1019700Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1022053Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1022333Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1023492Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1024647Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1025984Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1027437Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1028519Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1029861Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1030882Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1032204Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1033535Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1034851Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1036039Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1037289Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1038864Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1039990Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1041138Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1042335Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1043860Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1045421Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1046289Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1047546Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1048655Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1050786Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1051104Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1052493Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1053559Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1054922Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1056306Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1057476Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1059849Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1060411Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1061334Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1062600Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1063942Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1064914Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1066101Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1067390Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1068549Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1069685Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1070937Z copying torch/include/ATen/ops/diag_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1072142Z copying torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1073100Z copying torch/include/ATen/ops/diag_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1074226Z copying torch/include/ATen/ops/diag_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1075508Z copying torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1076528Z copying torch/include/ATen/ops/diag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1077588Z copying torch/include/ATen/ops/diag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1078743Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1079837Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1080927Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1081875Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1083093Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1084276Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1085419Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1086861Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1088201Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1088993Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1090391Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1091796Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1093648Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1094068Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1095558Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1096924Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1098282Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1099465Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1100526Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1101948Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1102849Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1104351Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1105270Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1106755Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1108421Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1109211Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1110365Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1111578Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1112787Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1114037Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1115311Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1116521Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1117604Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1119064Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1120022Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1121293Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1122653Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1123949Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1125112Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1126158Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1127611Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1128663Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1130231Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1131414Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1132108Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1133560Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1134614Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1136041Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1137355Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1138370Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1140252Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1140688Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1142377Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1143407Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1144867Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1146241Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1147544Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1148709Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1150422Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1151299Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1152767Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1153543Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1154995Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1156125Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1157740Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1158598Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1160060Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1161346Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1162783Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1163345Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1164916Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1166208Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1167176Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1168675Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1169482Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1171523Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1172709Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1173984Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1175489Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1176482Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1178764Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1179154Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1180233Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1181326Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1182741Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1183649Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1185127Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1186154Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1187563Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1189084Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1190266Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1191590Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1192600Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1194242Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1195568Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1196570Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1198009Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1199397Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1200384Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1201911Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1203131Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1205371Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1206155Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1207851Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1209382Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1211052Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1212729Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1214285Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1216053Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1217678Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1219655Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1220950Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1222711Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1224055Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1226115Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1227396Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1229160Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1230452Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1232203Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1233559Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1235351Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1236849Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1238544Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1240303Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1241620Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1243779Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1245027Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1246614Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1248343Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1249990Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1251571Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1253027Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1254793Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1256187Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1259030Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1260036Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1261834Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1263309Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1265090Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1267383Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1268522Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1270402Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1271723Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1273452Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1275093Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1276497Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1278370Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1280143Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1281348Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1283210Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1284523Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1286234Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1287657Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1289023Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1290234Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1291631Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1292927Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1294360Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1295870Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1296748Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1298312Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1299298Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1300710Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1301642Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1302980Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1303949Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1305255Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1306207Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1307949Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1308633Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1309780Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1312218Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1321793Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1326091Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1326685Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1327324Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1328305Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1329115Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1329684Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1330387Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1331166Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1331640Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1332314Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1333010Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1333750Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1334534Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1335211Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1336233Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1336782Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1337719Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1338244Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1338732Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1339453Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1340155Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1341240Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1342610Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1343947Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1345142Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1346579Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1347911Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1349230Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1350725Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1351903Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1353808Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1355131Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1356185Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1357628Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1358887Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1359963Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1361150Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1362601Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1363827Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1365676Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1366604Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1367517Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1368852Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1370064Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1371131Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1372323Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1373356Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1374499Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1375989Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1376944Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1378191Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1379833Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1380661Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1381892Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1383334Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1384750Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1385825Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1387340Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1388389Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1389892Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1391083Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1392064Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1393353Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1394582Z 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-09-27T15:22:44.1396308Z 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-09-27T15:22:44.1397182Z 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-09-27T15:22:44.1398802Z 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-09-27T15:22:44.1400007Z 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-09-27T15:22:44.1401454Z 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-09-27T15:22:44.1402580Z 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-09-27T15:22:44.1403937Z 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-09-27T15:22:44.1405205Z 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-09-27T15:22:44.1406794Z 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-09-27T15:22:44.1407794Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1408902Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1410050Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1411649Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1412765Z 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-09-27T15:22:44.1413686Z 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-09-27T15:22:44.1414903Z 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-09-27T15:22:44.1416269Z 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-09-27T15:22:44.1418555Z 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-09-27T15:22:44.1419539Z 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-09-27T15:22:44.1420601Z 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-09-27T15:22:44.1422131Z 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-09-27T15:22:44.1422967Z 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-09-27T15:22:44.1425249Z 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-09-27T15:22:44.1425898Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1427037Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1427947Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1429593Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1430707Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1432257Z 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-09-27T15:22:44.1433300Z 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-09-27T15:22:44.1435341Z 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-09-27T15:22:44.1437341Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1438227Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1439367Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1440516Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1441718Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1443182Z 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-09-27T15:22:44.1444183Z 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-09-27T15:22:44.1445416Z 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-09-27T15:22:44.1446617Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1447584Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1448735Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1450003Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1451110Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1452262Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1453544Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1455062Z 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-09-27T15:22:44.1456627Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1457856Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1459250Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1460568Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1461972Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1463164Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1464536Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1465739Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1467043Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1468300Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1469576Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1470960Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1472241Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1473421Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1474626Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1475865Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1477101Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1478501Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1479598Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1480852Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1482225Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1483374Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1484652Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1485924Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1487331Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1488461Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1489699Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1490949Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1492342Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1493461Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1494722Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1496233Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1497521Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1498832Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1499820Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1501104Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1502278Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1503657Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1504793Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1506002Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1507427Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1508493Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1509686Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1511259Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1512689Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1513801Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1514919Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1516716Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1517904Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1519498Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1520586Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1521735Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1523206Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1524141Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1525370Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1526758Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1527920Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1529013Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1530717Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1531777Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1532972Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1534134Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1535445Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1536800Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1537990Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1539106Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1540344Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1541937Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1543001Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1544036Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1545659Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1546537Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1547673Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1548814Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1549876Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1551397Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1552375Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1554038Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1554998Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1556335Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1557593Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1558771Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1560142Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1561329Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1562817Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1563996Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1565264Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1566482Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1568060Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1569019Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1570077Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1571159Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1572410Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1573466Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1574587Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1575820Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1577883Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1578821Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1579831Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1580932Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1582046Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1583203Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1584388Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1585644Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1586807Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1587896Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1588985Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1590090Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1591259Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1592321Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1593426Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1595393Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1596201Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1597313Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1598448Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1599622Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1600689Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1601792Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1602961Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1604200Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1605258Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1606473Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1607604Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1608916Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1610059Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1611212Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1612335Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1613911Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1614838Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1616028Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1617432Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1618368Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1619445Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1620629Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1621817Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1622813Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1623902Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1624944Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1626222Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1627276Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1628461Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1629556Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1630644Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1632218Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1632808Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1634558Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1635509Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1637727Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1638614Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1639571Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1641013Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1642347Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1644022Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1645572Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1647282Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1648692Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1650331Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1651916Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1653446Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1654977Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1657192Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1658495Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1659980Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1661511Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1663141Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1664772Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1666358Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1667901Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1669748Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1671133Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1672683Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1674253Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1675831Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1677393Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1678939Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1681669Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1682918Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1684562Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1685936Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1687692Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1689251Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1690857Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1692442Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1694091Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1695819Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1697712Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1699100Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1700695Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1702343Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1703843Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1705411Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1707027Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1708684Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1710241Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1712061Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1713518Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1715096Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1716636Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1718263Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1719877Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1721385Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1723257Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1724770Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1726335Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1727862Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1730082Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1731466Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1733125Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1734707Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1736523Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1739303Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1740456Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1741856Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1743696Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1745421Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1746880Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1748421Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1750169Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1751693Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1753255Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1754818Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1756332Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1758034Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1759568Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1761095Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1762707Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1764398Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1765951Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1767683Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1769211Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1770753Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1772341Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1774048Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1775755Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1777298Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1778893Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1780501Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1782400Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1783732Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1786599Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1787532Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1788989Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1790600Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1792090Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1793858Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1795587Z 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-09-27T15:22:44.1797048Z 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-09-27T15:22:44.1798776Z 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-09-27T15:22:44.1800286Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1801935Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1804059Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1805357Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1806927Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1808748Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1810270Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1811710Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1813303Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1814876Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1816719Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1818194Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1819827Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1821311Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1823188Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1824576Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1826175Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1827798Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1829346Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1830847Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1832384Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1834203Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1835607Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1837157Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1838719Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1840344Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1841909Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1843559Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1845462Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1846870Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1848719Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1850145Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1851705Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1853398Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1855011Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1856731Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1858379Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1860056Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1861528Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1863047Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1864636Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1866174Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1867760Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1869281Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1870936Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1872723Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1874117Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1875658Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1877276Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1878850Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1880403Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1882042Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1884247Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1885436Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1886976Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1889512Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1890898Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1892669Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1894171Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1895798Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1898615Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1899829Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1901392Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1902962Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1904394Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1906334Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1907730Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1909461Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1911011Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1912540Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1914174Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1915793Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1917511Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1918826Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1920522Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1921952Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1923826Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1925381Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1926985Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1928463Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1930046Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1931600Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1933219Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1934724Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1936477Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1938044Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1939858Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1941373Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1942943Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1944581Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1946301Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1947725Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1949434Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1950903Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1952479Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1954125Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1955697Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1957283Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1958820Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1960469Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1962111Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1963916Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1965631Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1967113Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1968696Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1970398Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1971885Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1973461Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1974993Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1976710Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1978237Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1979890Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1981602Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1983121Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1984650Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1986249Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1987815Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1989544Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1990992Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1993559Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1994722Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1996265Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1997933Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.1999431Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2000939Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2002603Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2004362Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2005840Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2007378Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2008963Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2010658Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2012319Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2013791Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2015498Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2017216Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2018833Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2020416Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2022219Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2023608Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2025439Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2026738Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2028598Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2029910Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2031873Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2033172Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2035192Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2036413Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2038195Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2039531Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2041688Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2042864Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2044776Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2045971Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2047798Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2049124Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2051146Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2052870Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2054275Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2056200Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2058615Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2059670Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2061686Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2062811Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2064583Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2065943Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2067800Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2069061Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2070864Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2072173Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2074217Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2075656Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2077075Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2078882Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2080251Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2082102Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2083496Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2085327Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2086817Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2088256Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2090073Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2091349Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2093239Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2094471Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2097276Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2098223Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2100182Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2101555Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2103264Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2104696Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2106526Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2107852Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2109750Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2111043Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2112834Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2114123Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2115970Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2117283Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2119147Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2120511Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2122356Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2123755Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2125630Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2126898Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2128982Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2130168Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2132142Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2133529Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2135234Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2136819Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2138431Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2139865Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2141613Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2142940Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2144864Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2146062Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2147904Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2149370Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2151083Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2152451Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2154270Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2155891Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2156814Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2158398Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2159518Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2160778Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2162260Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2163206Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2164537Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2165816Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2167186Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2168156Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2169272Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2170587Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2171922Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2173324Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2174711Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2175736Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2177340Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2178710Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2180032Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2181599Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2183097Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2184591Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2185932Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2187367Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2188992Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2190311Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2192291Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2193464Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2194814Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2196160Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2197418Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2198662Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2199910Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2201055Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2202484Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2203962Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2204958Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2206539Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2207353Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2208601Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2209585Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2210815Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2211910Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2213904Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2214585Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2215594Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2216753Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2218278Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2219590Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2220345Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2222045Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2223000Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2224293Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2225811Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2227283Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2228196Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2229514Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2231026Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2232361Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2233298Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2234460Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2235799Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2237060Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2238325Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2239696Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2240976Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2242000Z copying torch/include/ATen/ops/im2col_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2243354Z copying torch/include/ATen/ops/im2col_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2244806Z copying torch/include/ATen/ops/im2col_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2245705Z copying torch/include/ATen/ops/im2col_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2247030Z copying torch/include/ATen/ops/im2col_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2248022Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2249200Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2250632Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2251801Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2253006Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2254380Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2255501Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2256808Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2258138Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2259436Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2260921Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2262387Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2263558Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2265037Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2266316Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2267705Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2268968Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2270311Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2271725Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2273407Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2274802Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2276141Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2277383Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2278753Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2279984Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2281389Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2282740Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2284154Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2285463Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2286810Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2288061Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2289487Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2290985Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2292061Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2293396Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2294410Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2295803Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2297431Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2298431Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2299804Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2300836Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2302151Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2303322Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2304778Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2306175Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2307404Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2308842Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2310379Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2311811Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2313176Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2314490Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2315793Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2316788Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2318246Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2319469Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2320662Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2322148Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2323645Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2325130Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2326382Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2327888Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2329227Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2330720Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2332071Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2333353Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2334633Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2336125Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2337706Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2339256Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2340154Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2341549Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2342827Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2343713Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2345414Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2346193Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2347114Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2348394Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2349476Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2350699Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2351734Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2353018Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2354364Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2355375Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2357035Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2358239Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2359270Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2360527Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2361486Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2362850Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2364137Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2365392Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2366524Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2367407Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2368889Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2370223Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2370962Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2372425Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2373507Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2374998Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2375975Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2377769Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2379071Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2380349Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2381434Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2382709Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2383782Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2384996Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2386270Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2387548Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2388960Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2390062Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2391470Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2392982Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2393899Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2395306Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2396601Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2397941Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2398761Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2400123Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2401299Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2402337Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2403733Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2405000Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2406309Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2408719Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2409101Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2409707Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2410999Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2412406Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2413452Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2414913Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2416587Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2417542Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2419121Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2420540Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2421954Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2423193Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2424551Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2425879Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2427092Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2428446Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2430015Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2431329Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2432678Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2433838Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2435465Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2436632Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2438648Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2439754Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2441640Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2442654Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2444210Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2445482Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2447092Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2447941Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2449509Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2450835Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2452263Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2453373Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2454826Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2456582Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2457545Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2459016Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2460296Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2461602Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2463006Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2464376Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2465714Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2466944Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2468402Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2469877Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2471239Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2472524Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2473890Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2475019Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2476553Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2477787Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2479706Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2480474Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2482041Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2483145Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2484808Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2485776Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2487517Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2488456Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2490175Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2491352Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2492625Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2493954Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2495240Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2496661Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2498111Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2499312Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2500835Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2501999Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2503414Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2504640Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2506195Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2507318Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2508777Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2509965Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2511489Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2512658Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2514066Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2515377Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2516916Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2518155Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2519388Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2520846Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2522235Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2523412Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2525555Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2526418Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2528417Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2529159Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2531165Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2531791Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2533717Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2534816Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2536365Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2538331Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2540126Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2541077Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2542365Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2544111Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2545704Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2546917Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2548714Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2550157Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2551829Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2553268Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2554980Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2556838Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2558125Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2559973Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2561277Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2563159Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2564813Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2566170Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2568082Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2569803Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2570934Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2572729Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2574490Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2575836Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2577610Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2579186Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2580869Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2582424Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2584056Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2585736Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2587593Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2589152Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2590896Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2592221Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2594098Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2595300Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2597013Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2598401Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2600400Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2601585Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2603422Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2604884Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2606671Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2608020Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2609817Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2611124Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2613201Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2614388Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2616462Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2618162Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2619798Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2621139Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2622887Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2624456Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2627078Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2628030Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2629751Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2631452Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2633272Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2634645Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2636263Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2637932Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2639668Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2641030Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2642925Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2644514Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2645902Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2647554Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2648990Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2651008Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2652849Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2653881Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2655885Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2657207Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2659035Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2660347Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2662204Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2663511Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2665134Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2666769Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2668323Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2669899Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2671606Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2672951Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2674957Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2676151Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2677924Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2679291Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2681093Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2682541Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2684300Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2685818Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2687524Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2688953Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2690839Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2692089Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2693874Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2695404Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2697763Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2698664Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2700382Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2701767Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2703568Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2704914Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2706643Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2707971Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2709848Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2711097Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2712777Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2714155Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2716103Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2717336Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2719004Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2720369Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2722237Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2723709Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2725438Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2726787Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2729248Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2730592Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2731892Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2733535Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2735135Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2737986Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2739318Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2741097Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2742818Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2744317Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2745946Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2747616Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2748989Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2750869Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2752544Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2754269Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2755666Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2757396Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2758938Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2760542Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2761596Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2763174Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2764818Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2766040Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2768046Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2768738Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2770204Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2771485Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2772881Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2774216Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2776205Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2777124Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2778626Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2780636Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2780887Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2782460Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2784073Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2784928Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2786435Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2787856Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2789402Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2790261Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2791695Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2793319Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2794020Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2795577Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2797043Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2797947Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2799562Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2801091Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2802648Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2803680Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2804890Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2805911Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2806892Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2808415Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2809452Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2810726Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2812196Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2813574Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2815138Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2817239Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2817833Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2819129Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2820832Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2822277Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2823495Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2824417Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2825682Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2826720Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2828163Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2829170Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2830814Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2831476Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2833006Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2834224Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2835494Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2836818Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2838141Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2839455Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2840464Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2841811Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2843624Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2844778Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2846229Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2847525Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2848890Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2850290Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2852132Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2853283Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2854266Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2855531Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2856803Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2858650Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2859952Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2860850Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2861957Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2863578Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2864481Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2865658Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2866570Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2867906Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2869258Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2870247Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2871342Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2872818Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2873785Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2874886Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2876185Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2877195Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2878499Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2880240Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2880544Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2881935Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2883545Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2884685Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2886341Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2887372Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2888317Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2889828Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2891153Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2892166Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2893898Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2894216Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2895914Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2897894Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2899293Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2900121Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2901978Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2903365Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2904656Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2905430Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2906813Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2908089Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2909162Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2910557Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2911444Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2912836Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2914130Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2915275Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2916667Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2917881Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2919647Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2920452Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2922230Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2923159Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2924768Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2926478Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2927185Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2928798Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2929736Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2931535Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2932559Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2933681Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2935014Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2936438Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2937830Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2939204Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2940201Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2941796Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2943167Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2944498Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2945654Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2947120Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2947927Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2950013Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2950552Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2951878Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2953045Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2954342Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2955323Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2956759Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2957552Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2959010Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2960299Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2961287Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2962573Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2963877Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2965035Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2966201Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2967391Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2968646Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2969846Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2970991Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2972407Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2973411Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2974700Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2975984Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2977244Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2978341Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2979841Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2980998Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2982662Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2983902Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2985216Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2986195Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2987533Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2988972Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2990305Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2991691Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2992689Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2994034Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2995360Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2996328Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2997459Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.2998691Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3000149Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3001104Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3002548Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3003781Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3005218Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3006274Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3007327Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3008521Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3009786Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3010727Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3012023Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3013356Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3014625Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3015775Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3017696Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3018959Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3020467Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3021809Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3022611Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3025369Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3025941Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3026573Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3027579Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3029044Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3029887Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3031234Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3032366Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3033622Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3035026Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3036268Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3037233Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3038707Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3040549Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3041070Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3042650Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3043970Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3045342Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3046897Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3047871Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3049484Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3050581Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3052149Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3053525Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3055208Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3056498Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3057803Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3059238Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3060732Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3061797Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3062972Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3064718Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3066053Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3067281Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3068603Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3069833Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3071235Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3072601Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3073798Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3075362Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3076555Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3078214Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3079451Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3080855Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3082174Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3083578Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3084985Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3086414Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3087895Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3089153Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3090474Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3092053Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3093496Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3094835Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3096421Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3098027Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3099254Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3100411Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3101844Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3102760Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3103857Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3105222Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3106258Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3107232Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3108561Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3109672Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3110746Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3112068Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3113047Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3114467Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3115875Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3116887Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3118298Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3119359Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3120797Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3121836Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3123338Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3124784Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3125854Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3127217Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3128497Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3129557Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3130984Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3132005Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3133471Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3134635Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3136159Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3137401Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3138700Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3139720Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3141235Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3142264Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3143691Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3144787Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3146129Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3147879Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3149232Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3150512Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3151846Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3152896Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3154989Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3155783Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3156742Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3158249Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3159661Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3160850Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3162106Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3163539Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3164698Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3166157Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3167172Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3168591Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3169887Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3170971Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3172191Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3173208Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3174719Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3176122Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3177540Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3179048Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3180025Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3181612Z copying torch/include/ATen/ops/lstsq.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3182964Z copying torch/include/ATen/ops/lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3184119Z copying torch/include/ATen/ops/lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3185063Z copying torch/include/ATen/ops/lstsq_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3186687Z copying torch/include/ATen/ops/lstsq_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3188094Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3189081Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3190725Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3191622Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3193178Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3193963Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3195634Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3196452Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3198208Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3199133Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3200451Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3201457Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3202661Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3204556Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3205139Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3206529Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3207273Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3209036Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3210031Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3211848Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3212715Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3214556Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3215713Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3217348Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3218813Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3219933Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3221327Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3222200Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3223528Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3224779Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3226137Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3226943Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3228305Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3229862Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3231186Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3232412Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3233677Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3235060Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3236492Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3237508Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3238883Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3239717Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3241234Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3242528Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3243869Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3245209Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3246121Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3247843Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3248687Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3250328Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3251584Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3253036Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3254362Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3255956Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3257453Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3258898Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3260277Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3261244Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3262544Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3263752Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3265018Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3266789Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3267626Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3268894Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3270532Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3271619Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3273211Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3273918Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3275624Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3276847Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3278049Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3279373Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3281370Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3281820Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3283347Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3284731Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3286303Z copying torch/include/ATen/ops/matrix_rank.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3287765Z copying torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3289152Z copying torch/include/ATen/ops/matrix_rank_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3290885Z copying torch/include/ATen/ops/matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3291877Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3293400Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3295200Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3296169Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3297764Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3298908Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3300476Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3301679Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3303098Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3304459Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3305771Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3307078Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3308419Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3309462Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3311467Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3312122Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3313822Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3315438Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3316946Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3318290Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3319891Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3320654Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3321965Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3323565Z 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-09-27T15:22:44.3324758Z 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-09-27T15:22:44.3326241Z 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-09-27T15:22:44.3327591Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3328932Z 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-09-27T15:22:44.3330328Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3331625Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3333097Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3334327Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3335927Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3337688Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3339176Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3340621Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3341661Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3343134Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3344425Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3345719Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3346475Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3347906Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3349341Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3350645Z 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-09-27T15:22:44.3351851Z 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-09-27T15:22:44.3353849Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3354256Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3355837Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3356722Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3358143Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3359689Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3360654Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3362016Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3363388Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3364648Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3365914Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3367039Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3368452Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3369665Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3371144Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3372287Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3373687Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3375459Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3376335Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3377798Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3379028Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3380712Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3381288Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3382851Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3383606Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3385282Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3386445Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3387731Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3388934Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3389873Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3391250Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3392730Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3393764Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3395130Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3396425Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3397919Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3399786Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3401020Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3402502Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3403984Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3405273Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3406667Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3408059Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3409143Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3410869Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3411763Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3413463Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3414534Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3415958Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3417125Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3418892Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3419377Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3421265Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3422041Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3423684Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3424945Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3426270Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3427508Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3429201Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3430528Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3431555Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3433094Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3434188Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3435485Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3436942Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3438978Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3439994Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3441674Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3443183Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3445145Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3446462Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3448244Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3449625Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3451367Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3453083Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3454504Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3456325Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3458092Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3459639Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3461046Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3462804Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3464213Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3466166Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3467521Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3469080Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3470839Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3472265Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3474310Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3475515Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3477242Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3478962Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3480652Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3482510Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3483944Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3485659Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3487302Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3488747Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3490544Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3492343Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3493644Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3496417Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3498406Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3500195Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3501530Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3503203Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3504847Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3506504Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3508184Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3509930Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3511372Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3513100Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3514507Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3516199Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3518108Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3519317Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3521216Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3522932Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3524523Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3526100Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3527631Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3529382Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3530841Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3532759Z 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-09-27T15:22:44.3534174Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3536056Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3537710Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3539314Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3541068Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3542761Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3544065Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3545675Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3547336Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3549064Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3551120Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3552276Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3554020Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3555720Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3557074Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3558660Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3560141Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3561792Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3563549Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3565138Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3566568Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3568137Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3569574Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3571257Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3572745Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3574361Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3576149Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3577852Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3579376Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3581018Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3582506Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3584116Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3585608Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3587153Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3588878Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3590404Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3591859Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3593569Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3594936Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3596432Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3598030Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3600451Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3601953Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3603596Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3605175Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3606856Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3608354Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3609865Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3611560Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3612935Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3614505Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3616176Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3617824Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3619342Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3620867Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3622601Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3624182Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3625754Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3627159Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3628708Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3630247Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3631933Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3633550Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3635230Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3636689Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3638175Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3639748Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3641441Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3642937Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3644577Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3646174Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3648012Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3649414Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3650958Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3652561Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3654223Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3655862Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3657759Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3659170Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3661041Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3662366Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3664129Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3665824Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3667178Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3669066Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3670434Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3672186Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3673580Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3675583Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3676775Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3678563Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3679902Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3681724Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3683153Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3684958Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3686700Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3688792Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3690002Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3691858Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3693121Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3695163Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3697390Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3699667Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3700907Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3702707Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3705017Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3706001Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3707638Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3709317Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3710975Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3712720Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3714247Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3715878Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3717554Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3719255Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3720742Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3722334Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3724033Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3725711Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3727601Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3728836Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3730590Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3732054Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3733770Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3735693Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3737078Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3739073Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3740497Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3742025Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3743944Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3745269Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3747016Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3748402Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3750221Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3751576Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3753276Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3754832Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3756281Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3757307Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3758981Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3760171Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3761563Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3762953Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3764353Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3765534Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3766974Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3768366Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3769842Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3770735Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3772468Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3773746Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3775552Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3777339Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3778266Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3779615Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3780660Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3782045Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3783334Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3784870Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3786004Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3787191Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3788804Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3789832Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3791788Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3792898Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3794238Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3796024Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3797627Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3799418Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3801619Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3802888Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3804786Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3806177Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3807828Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3808863Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3810167Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3811759Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3812814Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3813991Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3815632Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3816776Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3818819Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3820213Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3821334Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3822690Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3823863Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3825002Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3826134Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3827643Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3828957Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3830226Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3831557Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3832891Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3834395Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3835615Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3836872Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3837800Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3839350Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3840591Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3841837Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3843125Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3844202Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3845560Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3846794Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3848073Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3849349Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3850379Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3851807Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3853097Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3854541Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3855682Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3857206Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3858479Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3859446Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3860670Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3861909Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3863264Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3864425Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3865665Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3866891Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3868115Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3869403Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3870615Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3871819Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3873080Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3874285Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3875532Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3876770Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3878099Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3879276Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3880544Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3881818Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3883128Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3884885Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3886099Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3887416Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3888623Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3889846Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3891130Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3892427Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3893608Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3894835Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3896400Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3897555Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3898741Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3899916Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3901139Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3902333Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3903588Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3904931Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3906060Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3907205Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3908418Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3909665Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3911111Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3912002Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3913639Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3915039Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3915977Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3917025Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3918221Z copying torch/include/ATen/ops/nested_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3919676Z copying torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3920808Z copying torch/include/ATen/ops/nested_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3922510Z copying torch/include/ATen/ops/nested_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3923579Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3925040Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3926256Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3927518Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3928760Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3930032Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3931271Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3944377Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3945369Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3945752Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3946189Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3946621Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3946914Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3947168Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3947617Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3947955Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3948210Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3948446Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3948845Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3949221Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3949479Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3950052Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3951563Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3952739Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3953707Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3955224Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3956560Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3957570Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3958926Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3959844Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3961243Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3962279Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3963690Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3965317Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3966735Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3967894Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3969005Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3970310Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3971505Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3972810Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3974209Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3975687Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3976563Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3978322Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3979182Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3980559Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3981800Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3982748Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3984118Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3985696Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3987004Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3988056Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3989520Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3990484Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3992033Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3992911Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3994460Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3995522Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3997268Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3998148Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.3999196Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4000654Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4001670Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4002943Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4004447Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4005236Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4006510Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4007962Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4009094Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4010298Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4011420Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4012625Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4013857Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4015120Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4016669Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4018457Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4019503Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4020950Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4022578Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4023644Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4024928Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4026519Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4027545Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4029559Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4030579Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4031065Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4032620Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4033985Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4035238Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4036455Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4037938Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4039611Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4040390Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4042554Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4043671Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4045739Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4046982Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4049310Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4050772Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4052076Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4053815Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4054543Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4056494Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4057883Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4058889Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4060162Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4061442Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4062693Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4064278Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4066225Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4066845Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4068151Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4069359Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4070819Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4072222Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4073746Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4074687Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4075919Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4077241Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4078748Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4079861Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4081273Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4082312Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4083740Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4085142Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4086084Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4087554Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4088804Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4090057Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4091128Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4092599Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4093633Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4095029Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4096457Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4097499Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4098942Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4100093Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4101503Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4102516Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4103742Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4105052Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4106087Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4107008Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4108479Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4109423Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4110724Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4112095Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4113380Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4114497Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4115689Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4117014Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4118622Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4119498Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4120821Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4122133Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4123713Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4124844Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4126268Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4127430Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4128824Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4130161Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4131883Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4133327Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4134691Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4136101Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4137439Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4138645Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4139804Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4141148Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4142391Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4143188Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4144568Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4145758Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4146856Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4148039Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4149192Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4150497Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4151501Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4152711Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4153876Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4155190Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4156257Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4157442Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4158775Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4159994Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4160843Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4162155Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4163348Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4164880Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4166109Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4166836Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4168052Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4169368Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4170497Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4172015Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4173018Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4174283Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4175849Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4176902Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4178125Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4179450Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4180424Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4181741Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4183072Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4184033Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4185363Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4186367Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4187543Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4188628Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4189737Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4190760Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4192042Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4193324Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4194541Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4195539Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4196785Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4198054Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4199064Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4200369Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4201256Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4202898Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4204053Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4205414Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4206641Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4207766Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4209484Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4210819Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4211611Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4212917Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4214193Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4215747Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4217031Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4218468Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4219932Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4220911Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4221880Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4223127Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4224417Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4225358Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4226987Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4228104Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4229413Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4230852Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4232203Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4233150Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4234552Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4235481Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4236835Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4238053Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4239275Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4240632Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4242598Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4243305Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4244722Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4245602Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4246712Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4248630Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4249294Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4250424Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4251359Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4252718Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4255466Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4256002Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4257061Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4258276Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4259696Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4261057Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4262242Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4263672Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4264821Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4266749Z 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-09-27T15:22:44.4267597Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4269560Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4270542Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4271902Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4273420Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4274805Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4275917Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4277464Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4278840Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4280137Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4281476Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4283035Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4284345Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4285723Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4286997Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4288699Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4289676Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4290918Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4292782Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4294091Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4295469Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4296877Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4298277Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4299723Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4301222Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4302275Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4303406Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4305435Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4305847Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4307585Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4308465Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4309426Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4310730Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4312271Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4313405Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4314756Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4316110Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4317367Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4318629Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4319589Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4320978Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4322209Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4323522Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4324656Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4325921Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4327182Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4328354Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4329503Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4330746Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4332137Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4333533Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4334420Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4335676Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4337334Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4339061Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4340206Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4341657Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4342640Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4344166Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4345424Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4346568Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4347818Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4348993Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4349965Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4351430Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4352370Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4353492Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4354478Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4355701Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4356965Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4358240Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4359203Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4360618Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4361814Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4363107Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4364469Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4365700Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4367150Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4368550Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4369453Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4370927Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4372121Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4373847Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4375524Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4376677Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4377915Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4379320Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4380356Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4381510Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4382928Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4383959Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4385162Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4386368Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4387514Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4388639Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4389952Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4391448Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4392398Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4393413Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4394638Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4395726Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4397183Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4398058Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4399426Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4400587Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4401758Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4403109Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4404377Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4405393Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4406774Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4408515Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4409270Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4410741Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4411722Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4413156Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4414669Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4415881Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4417309Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4418484Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4419925Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4421050Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4422238Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4423747Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4425101Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4426198Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4427630Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4428737Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4430214Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4431287Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4432496Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4433939Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4435106Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4436494Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4437619Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4438825Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4440170Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4441564Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4442813Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4444485Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4445752Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4447476Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4448519Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4449734Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4451129Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4452276Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4453658Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4455542Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4457100Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4458484Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4459670Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4460900Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4462122Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4463349Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4464566Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4465796Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4467233Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4468440Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4469693Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4470901Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4472106Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4473500Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4474644Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4476017Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4477231Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4478684Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4479896Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4481492Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4482565Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4484018Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4485135Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4486590Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4487729Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4489286Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4490614Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4491681Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4492968Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4494159Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4495694Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4496796Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4497907Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4499329Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4500316Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4501685Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4502601Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4504045Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4505290Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4506388Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4507532Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4508660Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4509753Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4510917Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4512067Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4513347Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4515023Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4515878Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4517111Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4518208Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4519477Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4520504Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4522265Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4523243Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4524863Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4526281Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4527502Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4528769Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4529920Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4531520Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4532955Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4534157Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4535506Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4538568Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4539392Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4540568Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4541876Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4543148Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4544497Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4545786Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4546793Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4548081Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4550353Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4550905Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4551889Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4553029Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4554097Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4555473Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4556596Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4557877Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4559118Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4560087Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4561697Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4563191Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4564440Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4565635Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4566971Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4568214Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4569172Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4570513Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4572358Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4573394Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4574346Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4575862Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4577043Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4578212Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4579388Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4580536Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4581964Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4582994Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4584311Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4585385Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4586544Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4587651Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4588849Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4590017Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4591497Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4592552Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4593882Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4595074Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4596335Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4597814Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4598516Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4600075Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4601264Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4602713Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4603753Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4604827Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4605978Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4607405Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4608667Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4609570Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4611482Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4611743Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4613278Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4614401Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4615584Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4617397Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4618734Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4619866Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4620773Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4622197Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4623206Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4624679Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4626583Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4626959Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4628595Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4629447Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4630933Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4631676Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4632934Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4634087Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4635387Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4636696Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4638103Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4638657Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4640062Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4641039Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4642567Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4644052Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4645288Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4646748Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4647672Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4649806Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4650686Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4652067Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4653072Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4654858Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4655943Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4658158Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4658953Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4660897Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4661684Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4663423Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4665474Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4665843Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4667188Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4668502Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4669918Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4671421Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4672952Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4674359Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4675861Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4677371Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4678777Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4680218Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4681647Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4683175Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4684744Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4686106Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4687625Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4689093Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4690512Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4692206Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4693524Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4695148Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4696693Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4698159Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4699584Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4700997Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4702452Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4704568Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4705698Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4707151Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4708351Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4710069Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4711012Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4712550Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4713678Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4715090Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4716307Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4717662Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4718895Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4720251Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4721609Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4722922Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4724381Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4725640Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4726964Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4728261Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4729624Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4730913Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4732715Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4733866Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4735946Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4737229Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4739042Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4740695Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4742086Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4743818Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4745205Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4746969Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4748514Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4750291Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4751669Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4753412Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4754824Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4756524Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4758195Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4759931Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4761513Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4763138Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4764844Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4766400Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4768048Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4769851Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4771149Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4772938Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4774370Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4776137Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4777767Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4779304Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4780846Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4782641Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4784008Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4785815Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4787369Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4788876Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4790497Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4792125Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4793590Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4794584Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4796291Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4797302Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4798937Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4800882Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4801809Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4803316Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4805100Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4806305Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4807651Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4809308Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4811153Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4812685Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4814345Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4816109Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4817694Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4819288Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4820850Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4822483Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4824210Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4825712Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4827209Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4828246Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4830075Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4830955Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4832668Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4833666Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4835180Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4836527Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4837713Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4839057Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4840274Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4842187Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4842802Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4845227Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4846196Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4847618Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4848910Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4849956Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4851520Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4852712Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4854080Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4855623Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4859506Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4860034Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4860784Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4862512Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4863804Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4865613Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4867130Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4868707Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4870442Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4871817Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4873515Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4875202Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4876931Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4878625Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4879930Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4881665Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4883572Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4884936Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4886654Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4888083Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4890687Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4891315Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4892574Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4893924Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4895135Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4897166Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4898470Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4899804Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4901546Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4902396Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4903399Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4905058Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4906644Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4907440Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4908794Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4910030Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4911712Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4913050Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4914766Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4916377Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4917963Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4919983Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4921169Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4923102Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4924782Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4926225Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4928030Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4929452Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4931375Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4932653Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4934435Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4936008Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4937783Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4938734Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4940277Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4941587Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4943053Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4944341Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4945628Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4946946Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4948309Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4949628Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4950941Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4952279Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4953745Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4955027Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4956338Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4957827Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4958783Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4960358Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4961649Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4963082Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4964409Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4965936Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4967252Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4968597Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4969891Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4971266Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4972620Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4973940Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4975513Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4976922Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4978193Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4979546Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4980883Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4982209Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4983530Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4984928Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4986313Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4988434Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4989309Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4990938Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4992448Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4993677Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4995069Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4996359Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4997706Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.4999165Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5000456Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5001704Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5003061Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5004468Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5005774Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5007128Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5008471Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5009889Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5011229Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5012502Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5013856Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5015201Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5016595Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5018655Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5019630Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5021399Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5022668Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5024507Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5025356Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5026999Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5028091Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5029621Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5030696Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5032427Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5033384Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5035126Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5036217Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5037734Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5038770Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5040523Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5041473Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5043112Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5044421Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5045831Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5047204Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5048734Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5050492Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5051850Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5053504Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5055429Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5056517Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5057779Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5059169Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5060443Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5061977Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5062881Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5064574Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5065606Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5067447Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5069139Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5070226Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5071728Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5073435Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5074982Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5076833Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5079351Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5080541Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5082252Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5083730Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5085457Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5087300Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5088702Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5090431Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5092018Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5093631Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5095441Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5097042Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5098621Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5100366Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5101978Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5103576Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5105256Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5106808Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5108732Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5110265Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5111772Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5113534Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5114942Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5117021Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5118218Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5119370Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5120534Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5121968Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5123753Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5124513Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5126005Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5127121Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5128413Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5130071Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5131371Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5132447Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5134001Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5135059Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5136533Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5137562Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5139262Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5140216Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5141534Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5142809Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5144261Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5145683Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5146607Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5148232Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5149203Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5150591Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5152023Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5153309Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5154488Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5155501Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5156810Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5158015Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5159401Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5160679Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5161956Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5163205Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5164611Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5165799Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5167422Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5168733Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5170387Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5171955Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5172360Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5174010Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5175565Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5176152Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5178038Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5179166Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5180319Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5181469Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5182507Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5183892Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5184746Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5186127Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5187045Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5188718Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5189634Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5191022Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5192471Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5194221Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5194510Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5196126Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5197154Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5198747Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5199912Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5201231Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5202775Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5204391Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5205256Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5206935Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5208203Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5209949Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5210832Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5212392Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5213674Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5214759Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5215952Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5217383Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5218566Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5219773Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5221130Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5222265Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5223332Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5224367Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5225808Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5226734Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5228586Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5229438Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5230803Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5232109Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5233289Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5234433Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5235685Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5236746Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5237986Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5238877Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5240209Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5241491Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5242708Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5244372Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5245308Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5246555Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5247889Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5249293Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5251137Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5252036Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5253371Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5254364Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5255697Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5256983Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5258126Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5259440Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5260660Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5261841Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5263156Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5264220Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5265531Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5266689Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5268139Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5269370Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5271090Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5271875Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5273237Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5274926Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5275965Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5277169Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5278452Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5279884Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5281257Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5282575Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5284039Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5284976Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5286508Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5288058Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5288976Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5290340Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5291518Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5292730Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5294227Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5295740Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5296987Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5298302Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5299490Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5300947Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5302035Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5303479Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5304928Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5306335Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5307737Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5308710Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5310076Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5311356Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5312758Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5314215Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5315467Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5316812Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5318352Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5319871Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5320934Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5322249Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5323252Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5324752Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5326105Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5327262Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5328289Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5329665Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5330580Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5331950Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5333703Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5334824Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5336148Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5338016Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5339691Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5340809Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5342276Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5343248Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5344688Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5345549Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5347292Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5348223Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5349795Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5350673Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5352373Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5353272Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5354709Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5355674Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5357258Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5358640Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5359583Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5362073Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5362655Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5363470Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5364835Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5365948Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5367508Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5368585Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5370008Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5371027Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5372620Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5373483Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5374792Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5376204Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5377394Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5378596Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5379786Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5381084Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5382292Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5383699Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5384639Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5386626Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5387327Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5388722Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5390093Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5391261Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5392392Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5394076Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5395020Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5396611Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5397594Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5398970Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5400297Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5401399Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5402536Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5404107Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5405221Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5407106Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5407984Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5409102Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5410367Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5411470Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5412399Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5413951Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5415805Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5416706Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5418034Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5418957Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5420366Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5421404Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5422350Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5423567Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5424668Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5425966Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5427183Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5428340Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5429986Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5431357Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5432165Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5433545Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5434854Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5436182Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5437378Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5438678Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5439932Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5441187Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5442549Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5443777Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5445068Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5446369Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5447690Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5449131Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5450636Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5451867Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5453127Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5454438Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5455840Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5457331Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5458723Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5459658Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5461017Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5462146Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5463063Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5464472Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5465961Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5466787Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5468351Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5470018Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5470633Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5472019Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5473361Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5474202Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5475828Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5476762Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5478157Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5479207Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5480106Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5481702Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5482747Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5483986Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5485374Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5486366Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5487509Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5488957Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5490370Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5491635Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5492945Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5494295Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5496365Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5498409Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5499506Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5500945Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5501938Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5503382Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5504693Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5505723Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5507225Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5508463Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5509976Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5511077Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5512046Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5513075Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5514522Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5515641Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5516977Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5521095Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5521439Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5521837Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5522942Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5524441Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5525013Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5526746Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5528198Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5529856Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5531307Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5532584Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5534152Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5535747Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5537246Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5538966Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5540584Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5541848Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5543416Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5544810Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5546456Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5547765Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5549354Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5550709Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5552447Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5553652Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5555195Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5556413Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5558282Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5559241Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5560693Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5561902Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5563355Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5564683Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5566069Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5567493Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5569124Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5570518Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5572347Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5573215Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5574679Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5576038Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5577538Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5578931Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5580563Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5581601Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5582987Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5584103Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5585956Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5587260Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5588437Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5589662Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5591052Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5592009Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5593374Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5594587Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5595798Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5596931Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5598168Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5599491Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5600465Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5601693Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5603050Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5604068Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5605158Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5606450Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5607996Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5608875Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5609980Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5611055Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5612359Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5613768Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5614293Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5616019Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5617680Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5618508Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5620013Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5620972Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5622493Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5623414Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5624851Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5626174Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5627523Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5628908Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5630310Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5631554Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5632901Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5634539Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5635453Z 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-09-27T15:22:44.5637347Z 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-09-27T15:22:44.5638355Z 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-09-27T15:22:44.5639738Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5641554Z 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-09-27T15:22:44.5643034Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5644748Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5646172Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5648240Z 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-09-27T15:22:44.5649406Z 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-09-27T15:22:44.5650999Z 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-09-27T15:22:44.5652442Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5654293Z 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-09-27T15:22:44.5655820Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5658456Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5659557Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5661294Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5663378Z 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-09-27T15:22:44.5664798Z 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-09-27T15:22:44.5666365Z 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-09-27T15:22:44.5667988Z 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-09-27T15:22:44.5669541Z 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-09-27T15:22:44.5671211Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5672765Z 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-09-27T15:22:44.5675198Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5676440Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5677896Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5679749Z 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-09-27T15:22:44.5681310Z 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-09-27T15:22:44.5683180Z 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-09-27T15:22:44.5684626Z 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-09-27T15:22:44.5686336Z 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-09-27T15:22:44.5687822Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5689552Z 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-09-27T15:22:44.5691054Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5692733Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5694382Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5696367Z 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-09-27T15:22:44.5697902Z 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-09-27T15:22:44.5699467Z 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-09-27T15:22:44.5701072Z 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-09-27T15:22:44.5701878Z 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-09-27T15:22:44.5703638Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5704645Z 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-09-27T15:22:44.5706520Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5707281Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5709122Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5710432Z 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-09-27T15:22:44.5711707Z 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-09-27T15:22:44.5713018Z 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-09-27T15:22:44.5714395Z 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-09-27T15:22:44.5715687Z 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-09-27T15:22:44.5717122Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5718338Z 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-09-27T15:22:44.5719866Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5720826Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5722584Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5724250Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5725122Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5726378Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5727720Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5728865Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5730959Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5731285Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5733113Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5733915Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5735392Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5736902Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5737433Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5738737Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5740092Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5740945Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5743080Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5743618Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5744560Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5746240Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5746917Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5748385Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5749778Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5751431Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5752211Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5753813Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5754747Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5756176Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5757581Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5758986Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5760357Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5761570Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5763475Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5764694Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5766055Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5767333Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5768661Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5769946Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5771406Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5772694Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5773985Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5775612Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5777081Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5778286Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5779637Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5780916Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5782315Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5783478Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5784989Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5786198Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5787526Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5788845Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5790103Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5791492Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5792779Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5793784Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5795309Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5796820Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5797618Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5799072Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5800280Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5801598Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5802813Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5804060Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5805404Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5806622Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5808022Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5809087Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5810100Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5811723Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5812609Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5814057Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5815232Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5816789Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5818446Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5819880Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5821278Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5822294Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5823426Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5824756Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5826055Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5827034Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5828459Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5829659Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5830733Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5832136Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5833246Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5834542Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5835728Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5837197Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5838511Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5839869Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5840571Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5842191Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5843592Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5845181Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5846896Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5848017Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5849422Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5850226Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5851627Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5852764Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5854491Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5855156Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5857191Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5858313Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5859940Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5861192Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5863547Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5863983Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5878470Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5879133Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5879640Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5879904Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5880152Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5880420Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5880740Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5881209Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5881592Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5881915Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5882346Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5882872Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5883152Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5883674Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5884258Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5884574Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5885340Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5886456Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5887983Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5889190Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5890623Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5891616Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5893070Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5894632Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5895750Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5897189Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5898291Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5899654Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5900840Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5901930Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5903300Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5904302Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5905512Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5906994Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5908157Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5909391Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5910655Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5912398Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5912884Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5914300Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5915500Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5916655Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5917839Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5920277Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5920602Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5927691Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5928757Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5929956Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5931382Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5932230Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5934190Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5935846Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5937343Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5938271Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5939530Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5940907Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5942082Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5943614Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5945049Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5945880Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5948365Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5949116Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5950011Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5951394Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5955629Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5956671Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5958221Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5959184Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5960700Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5962699Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5963002Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5964830Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5965903Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5967380Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5968981Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5969853Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5971588Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5973117Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5974098Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5975707Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5976691Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5978715Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5980193Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5981583Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5982780Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5984354Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5988893Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5989892Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5991276Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5992217Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5993626Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5994546Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5995820Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5996851Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5998183Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.5999104Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6000459Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6001797Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6002855Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6004072Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6005254Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6006702Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6007634Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6008991Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6009968Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6011271Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6012227Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6014186Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6014933Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6016532Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6019142Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6021324Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6023181Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6024092Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6025785Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6026924Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6029215Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6030740Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6031838Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6034029Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6034521Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6035542Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6036937Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6037924Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6038871Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6040381Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6041617Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6043162Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6044479Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6046489Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6049748Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6051066Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6052319Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6053756Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6054627Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6056352Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6057798Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6059332Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6060339Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6061740Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6066335Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6067623Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6068862Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6070135Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6071835Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6073405Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6074721Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6076237Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6077072Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6078306Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6079491Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6080570Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6082003Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6083308Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6085114Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6085822Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6087354Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6088702Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6089778Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6091117Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6092514Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6093828Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6095155Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6096320Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6097520Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6098422Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6099873Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6100721Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6102025Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6103009Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6104326Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6105603Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6107061Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6107838Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6109118Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6110291Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6111510Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6112489Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6114245Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6115752Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6116634Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6117975Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6119375Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6120668Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6121644Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6123338Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6124073Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6125341Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6126631Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6127849Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6129244Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6130663Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6131933Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6133322Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6134634Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6135929Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6137656Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6139021Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6139973Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6141158Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6142510Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6143642Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6144783Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6146211Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6147543Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6148795Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6149865Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6151283Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6152542Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6153705Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6154918Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6156174Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6157384Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6158603Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6159802Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6161049Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6162346Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6163939Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6165066Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6166292Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6167551Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6168744Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6169935Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6171167Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6172385Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6173573Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6174853Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6176148Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6177523Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6178739Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6180141Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6181334Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6182615Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6183816Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6185267Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6186418Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6187706Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6189039Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6190428Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6191620Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6192905Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6194113Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6195840Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6197048Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6198378Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6199730Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6200880Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6201932Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6203298Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6204517Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6205746Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6207090Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6208384Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6209576Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6210910Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6212158Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6213337Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6214540Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6216243Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6217801Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6219040Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6220233Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6221418Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6222623Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6224138Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6225270Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6226643Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6227695Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6229260Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6230462Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6231528Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6233039Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6234191Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6235469Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6236648Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6237983Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6239141Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6240509Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6241648Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6242900Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6244323Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6245435Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6246801Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6247958Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6249487Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6250591Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6251825Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6253048Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6254236Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6255808Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6257479Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6258662Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6259793Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6261164Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6262359Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6263747Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6265094Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6266256Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6267670Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6268817Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6270448Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6271608Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6272980Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6274151Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6275572Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6276973Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6278830Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6280172Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6281548Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6282790Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6284289Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6285440Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6286829Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6288156Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6289474Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6290688Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6292450Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6293553Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6294981Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6296282Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6298230Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6299367Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6300767Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6301857Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6303222Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6304316Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6305751Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6306833Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6308252Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6309468Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6310957Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6311933Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6313300Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6314538Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6316067Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6317074Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6318301Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6319757Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6320864Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6322529Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6323848Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6324866Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6326268Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6327370Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6328772Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6329909Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6331361Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6332652Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6334154Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6335525Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6337024Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6338149Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6339487Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6340613Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6341864Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6343328Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6344526Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6345415Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6346611Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6347747Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6349794Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6350752Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6352317Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6353262Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6354810Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6356174Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6357345Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6358705Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6360233Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6361073Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6363549Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6364304Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6365814Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6367134Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6368650Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6369778Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6371194Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6372331Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6373553Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6375048Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6377217Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6377887Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6379027Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6380652Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6381753Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6382874Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6384531Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6385703Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6387008Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6388221Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6389510Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6390708Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6391866Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6393198Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6394494Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6395624Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6397170Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6398094Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6399305Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6400677Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6401769Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6403088Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6405586Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6406626Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6407594Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6408352Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6409297Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6410211Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6411397Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6412793Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6414065Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6415157Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6416481Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6417768Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6419020Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6420343Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6421702Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6422896Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6424340Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6425773Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6427094Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6428244Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6429423Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6430677Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6431965Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6433269Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6434497Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6435864Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6437213Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6438335Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6439766Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6440919Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6442143Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6443435Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6445396Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6446614Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6447959Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6449355Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6450779Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6451931Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6453259Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6454613Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6456113Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6457971Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6459270Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6460843Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6462161Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6463168Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6464391Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6465628Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6466838Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6468093Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6469273Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6470565Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6471813Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6473241Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6474604Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6475643Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6476890Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6478141Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6479351Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6480625Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6481785Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6483268Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6484663Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6485689Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6487094Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6488394Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6489411Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6491056Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6491697Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6493040Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6494392Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6495688Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6496845Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6498433Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6499583Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6501073Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6502294Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6503507Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6504908Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6506076Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6507541Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6508687Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6510148Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6511245Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6512642Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6514048Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6515405Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6516704Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6518030Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6519388Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6520841Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6522015Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6523296Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6524963Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6526388Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6528203Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6529285Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6530366Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6531873Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6533057Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6534506Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6535952Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6537261Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6538356Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6539935Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6540962Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6542492Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6544105Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6545130Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6546862Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6547921Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6549307Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6550442Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6551919Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6552949Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6554427Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6555352Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6556768Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6557809Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6558951Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6560437Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6561491Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6562931Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6564134Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6565230Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6566594Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6567682Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6568898Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6570179Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6571337Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6572750Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6573943Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6575135Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6576921Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6577967Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6579077Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6580552Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6581694Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6583077Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6584226Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6586081Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6587162Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6588596Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6589679Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6590759Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6591881Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6593003Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6594284Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6595344Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6596487Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6597646Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6598900Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6600015Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6601267Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6602666Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6603726Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6605055Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6606543Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6607762Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6609031Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6611375Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6612228Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6613198Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6614819Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6616029Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6618296Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6619589Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6620698Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6622148Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6623568Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6624747Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6626442Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6627652Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6628849Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6630007Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6631179Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6632757Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6633729Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6635253Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6636593Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6637566Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6639096Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6640238Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6641611Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops 2022-09-27T15:22:44.6642880Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip 2022-09-27T15:22:44.6643409Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-09-27T15:22:44.6644190Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-09-27T15:22:44.6645860Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-09-27T15:22:44.6646906Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-09-27T15:22:44.6647981Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/hip/impl 2022-09-27T15:22:44.6648830Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-09-27T15:22:44.6649446Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-09-27T15:22:44.6650911Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-09-27T15:22:44.6652024Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-09-27T15:22:44.6653278Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/detail 2022-09-27T15:22:44.6654340Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6655405Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6656540Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6657949Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6659361Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6660747Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6662062Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6663281Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6664341Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6666290Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6666887Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6679091Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6680268Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6681007Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6681644Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6682221Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6683025Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6683544Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6684115Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6684762Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6685362Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6685880Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6686387Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6686960Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6687542Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6688086Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6688775Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6689389Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6690150Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6690733Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6691573Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6692500Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6693540Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6694915Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6696122Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6698218Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6699689Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6700770Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6702184Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6703236Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6704393Z copying torch/include/ATen/native/PadNd.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6705650Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6706879Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6708259Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6709342Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6710773Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6711928Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6713124Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6714737Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6715853Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6717185Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6718294Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6719634Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6720628Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6721796Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6723024Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6724464Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6725417Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6726574Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6727612Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6728831Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6730070Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6731098Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6732306Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6733513Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6736017Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6736795Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6738872Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6739742Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6740746Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6742062Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6743160Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6745018Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6745928Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6747398Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6748073Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6749254Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6750355Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6751504Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6752725Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6754138Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6755480Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6756425Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6757580Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6758695Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6759857Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6760953Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native 2022-09-27T15:22:44.6762502Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6763135Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6764044Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6765225Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6766161Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6767275Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6768415Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6769755Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6770875Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6772086Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6773095Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6774798Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6775506Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6776909Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6777768Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6779569Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6780347Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6781592Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6782684Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6783672Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6784895Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6785959Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6786980Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6788110Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cpu 2022-09-27T15:22:44.6789544Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6790194Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6791288Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6792336Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6793431Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6795028Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6795901Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6797378Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6798440Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6799465Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6800840Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6801877Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6803146Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6804340Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6805551Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6807503Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6808794Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6809769Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6811045Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6812023Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6813356Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6814608Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6815835Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6817254Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6818315Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6819456Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6820715Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6821788Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6823025Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6823980Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6825365Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6826556Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6827716Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6829812Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6830875Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6832204Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6833953Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6835356Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6836567Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6838124Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6839652Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6841106Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6842276Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6843912Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6845441Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6846524Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6848009Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6849155Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6850500Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6851721Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6852633Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6855068Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6855835Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6856941Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/cuda 2022-09-27T15:22:44.6858385Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6859045Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6860198Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6861291Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6862765Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6863902Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6865336Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized 2022-09-27T15:22:44.6866372Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6867114Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6868524Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6869783Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6870900Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6872556Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6873242Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6874499Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6875733Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6876781Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6878933Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6879528Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6880591Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6881732Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:44.6883000Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-09-27T15:22:44.6883469Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-09-27T15:22:44.6884597Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/quantized 2022-09-27T15:22:44.6885813Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2 2022-09-27T15:22:44.6886478Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6887358Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6888396Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6889677Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6891447Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6892479Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6893901Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6894978Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6896367Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6898594Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6899418Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6900209Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6901653Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6903627Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6904137Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6905211Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6906308Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6907263Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6908368Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6910076Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6911048Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6912275Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6913307Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6914508Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils 2022-09-27T15:22:44.6916065Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6916868Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6917870Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6918768Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6920076Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6921110Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6922211Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math 2022-09-27T15:22:44.6924018Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6925012Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6925977Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6927039Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6928123Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6929126Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6930238Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:44.6931268Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10 2022-09-27T15:22:44.6931908Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-09-27T15:22:44.6932600Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-09-27T15:22:44.6933532Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-09-27T15:22:44.6934875Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/macros 2022-09-27T15:22:44.6936001Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6936756Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6937837Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6938741Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6939845Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6941124Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6942087Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6943155Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6944127Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6945514Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6946667Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6949135Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6949764Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6950540Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6952293Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6953726Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6955353Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6956454Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6957917Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6959332Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6960527Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6961501Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6963081Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6964355Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6965351Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6966742Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6967971Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6969138Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6970480Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6971884Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6973153Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6974310Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6975880Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6977082Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6978370Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6979621Z copying torch/include/c10/core/SymFloatNodeImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6980810Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6982099Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6983327Z copying torch/include/c10/core/SymIntNodeImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6984602Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6986743Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6988173Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6989409Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6990808Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6991791Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core 2022-09-27T15:22:44.6993461Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-09-27T15:22:44.6993767Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-09-27T15:22:44.6995709Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-09-27T15:22:44.6996334Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-09-27T15:22:44.6997586Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-09-27T15:22:44.6998663Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing 2022-09-27T15:22:44.6999555Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-09-27T15:22:44.7000393Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-09-27T15:22:44.7001557Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-09-27T15:22:44.7003110Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-09-27T15:22:44.7004251Z 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-09-27T15:22:44.7005748Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/boxing/impl 2022-09-27T15:22:44.7007109Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7007608Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7008938Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7009971Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7011700Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7012935Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7014130Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7016076Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/dispatch 2022-09-27T15:22:44.7016771Z creating build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-09-27T15:22:44.7017577Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-09-27T15:22:44.7018978Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-09-27T15:22:44.7020100Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-09-27T15:22:44.7021119Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-37/torch/include/ATen/core/op_registration 2022-09-27T15:22:44.7022375Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7022690Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7024329Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7025596Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7026757Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7028223Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7029221Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7030815Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7032369Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7033521Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7034457Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7036203Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7037191Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7038252Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/core/impl 2022-09-27T15:22:44.7039753Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7040100Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7041391Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7043077Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7044059Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7045397Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7046641Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7047867Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7049205Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7050123Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7052754Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7053131Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7054175Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7055065Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7056348Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7058091Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7059388Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7060695Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7061967Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7062992Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7064221Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7065438Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7066656Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7067843Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7069181Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7070194Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7071399Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7072258Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7073852Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7074787Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7076369Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7077412Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7078669Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7079551Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7080936Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7082565Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7083848Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7084961Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7087010Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7087299Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7088621Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7089918Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7090824Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7092473Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7093276Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7095063Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7096407Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7097319Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7098582Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7099849Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7100791Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7102285Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7103334Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7104510Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7106890Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7107326Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7108895Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7110276Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7111276Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7112763Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7114435Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7115323Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7116997Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7118368Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7119690Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7120770Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7122311Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7124020Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7125165Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7126511Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7127618Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7129113Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7130206Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7131563Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7132726Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7134141Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7135386Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7136807Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7138161Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7139331Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7140672Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7142140Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7143599Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7144860Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7146086Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7147531Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7149637Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/util 2022-09-27T15:22:44.7150727Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7151095Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7152310Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7153517Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7154811Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7156008Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7157224Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7158524Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7159190Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7160755Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7161688Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda 2022-09-27T15:22:44.7163679Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-09-27T15:22:44.7164206Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-09-27T15:22:44.7165135Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10/cuda/impl 2022-09-27T15:22:44.7166786Z creating build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7167236Z copying torch/include/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7168980Z copying torch/include/c10d/c10d.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7170129Z copying torch/include/c10d/debug.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7172121Z copying torch/include/c10d/error.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7173131Z copying torch/include/c10d/exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7174838Z copying torch/include/c10d/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7176144Z copying torch/include/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7177849Z copying torch/include/c10d/socket.h -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7179088Z copying torch/include/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7180887Z copying torch/include/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7182130Z copying torch/include/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7183763Z copying torch/include/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7185026Z copying torch/include/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7186729Z copying torch/include/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7188082Z copying torch/include/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7189577Z copying torch/include/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7191244Z copying torch/include/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7193324Z copying torch/include/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7194612Z copying torch/include/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7196428Z copying torch/include/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7198128Z copying torch/include/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7200346Z copying torch/include/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7201688Z copying torch/include/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7203101Z copying torch/include/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7204880Z copying torch/include/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7206153Z copying torch/include/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7207909Z copying torch/include/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7209185Z copying torch/include/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7210885Z copying torch/include/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7212235Z copying torch/include/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7214058Z copying torch/include/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7215146Z copying torch/include/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7218073Z copying torch/include/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7218910Z copying torch/include/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7220660Z copying torch/include/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7221929Z copying torch/include/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7223682Z copying torch/include/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7225144Z copying torch/include/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7227052Z copying torch/include/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7228285Z copying torch/include/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/c10d 2022-09-27T15:22:44.7229957Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib 2022-09-27T15:22:44.7230832Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-09-27T15:22:44.7231598Z copying torch/include/caffe2/contrib/aten/aten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-09-27T15:22:44.7233260Z copying torch/include/caffe2/contrib/aten/aten_op_template.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten 2022-09-27T15:22:44.7234069Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7234793Z copying torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7236668Z copying torch/include/caffe2/contrib/fakelowp/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7237413Z copying torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7239276Z copying torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7240035Z copying torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7242065Z copying torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7242775Z copying torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7244452Z copying torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7245333Z copying torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7247054Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7248001Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7250100Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7250931Z copying torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7252757Z copying torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7253615Z copying torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7255414Z copying torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:44.7256286Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7257430Z copying torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7258823Z copying torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7260150Z copying torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7261657Z copying torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7263142Z copying torch/include/caffe2/contrib/gloo/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7265062Z copying torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7265871Z copying torch/include/caffe2/contrib/gloo/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7267123Z copying torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7268381Z copying torch/include/caffe2/contrib/gloo/store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:44.7270112Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl 2022-09-27T15:22:44.7270753Z copying torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl 2022-09-27T15:22:44.7271747Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl 2022-09-27T15:22:44.7272180Z copying torch/include/caffe2/contrib/opencl/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl 2022-09-27T15:22:44.7273836Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof 2022-09-27T15:22:44.7274297Z copying torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof 2022-09-27T15:22:44.7275708Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:22:44.7276141Z copying torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:22:44.7276959Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:44.7277505Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:44.7279026Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:44.7280218Z copying torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:44.7281643Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc 2022-09-27T15:22:44.7282288Z copying torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc 2022-09-27T15:22:44.7283424Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7284003Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7285430Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7286327Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7287716Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7288507Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7290110Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7290989Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7291976Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7294257Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7294756Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7296135Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7297026Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7298465Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7299428Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7301562Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7301828Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7303295Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7304734Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7305736Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7307002Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7308230Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7309354Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7310786Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7311666Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7313113Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7313997Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7315551Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7316593Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7317676Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7319166Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7320080Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7320774Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7321980Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7323306Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7324742Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7325705Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7326979Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7328050Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7329296Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7330868Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7332116Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7333359Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7334547Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7335792Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7337272Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7337950Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7339884Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7340931Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7341889Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7343207Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7344197Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7345547Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7346470Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7347731Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7348682Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7349935Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7351003Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7352186Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7353850Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core 2022-09-27T15:22:44.7354609Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-09-27T15:22:44.7355131Z copying torch/include/caffe2/core/hip/common_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-09-27T15:22:44.7356836Z copying torch/include/caffe2/core/hip/miopen_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip 2022-09-27T15:22:44.7358345Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph 2022-09-27T15:22:44.7359023Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include 2022-09-27T15:22:44.7360719Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-09-27T15:22:44.7361194Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:22:44.7361596Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:22:44.7361875Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:44.7362421Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:44.7364043Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:44.7364969Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:44.7365977Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:44.7366394Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:44.7368425Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:44.7369377Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:44.7370819Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:44.7372166Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:44.7373418Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:44.7374176Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:44.7375875Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:44.7377132Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:44.7379194Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:22:44.7379655Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:22:44.7380764Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:22:44.7382075Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:22:44.7382554Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:22:44.7384022Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:22:44.7385454Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:22:44.7385818Z copying torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:22:44.7387088Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc 2022-09-27T15:22:44.7387383Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc 2022-09-27T15:22:44.7388530Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db 2022-09-27T15:22:44.7388852Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db 2022-09-27T15:22:44.7390460Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7391041Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7391813Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7393752Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7394509Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7395780Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7396800Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed 2022-09-27T15:22:44.7397614Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments 2022-09-27T15:22:44.7397944Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7399048Z copying torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7400314Z copying torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7401783Z copying torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7402575Z copying torch/include/caffe2/experiments/operators/funhash_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7403939Z copying torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7405028Z copying torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7406190Z copying torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7407383Z copying torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators 2022-09-27T15:22:44.7408626Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep 2022-09-27T15:22:44.7409155Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep 2022-09-27T15:22:44.7410529Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-09-27T15:22:44.7410859Z copying torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-09-27T15:22:44.7412390Z copying torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-09-27T15:22:44.7413718Z copying torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators 2022-09-27T15:22:44.7414972Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-09-27T15:22:44.7415772Z copying torch/include/caffe2/ideep/utils/ideep_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-09-27T15:22:44.7416508Z copying torch/include/caffe2/ideep/utils/ideep_operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils 2022-09-27T15:22:44.7417901Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-09-27T15:22:44.7418308Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-09-27T15:22:44.7420148Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image 2022-09-27T15:22:44.7421206Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile 2022-09-27T15:22:44.7421533Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib 2022-09-27T15:22:44.7421871Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:44.7423218Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:44.7423572Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:44.7425148Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:44.7426387Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:44.7426828Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:44.7427798Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:44.7429236Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:44.7430556Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:44.7432182Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:44.7433344Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-09-27T15:22:44.7433824Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:22:44.7434552Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:22:44.7435687Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7436051Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7437876Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7439204Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7440648Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7441927Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7443675Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:44.7445252Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-09-27T15:22:44.7445843Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:22:44.7446689Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:22:44.7447968Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:22:44.7448907Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:22:44.7450324Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:22:44.7453619Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:44.7454125Z copying torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:44.7456506Z copying torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:44.7457812Z copying torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:44.7459160Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:22:44.7459800Z copying torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:22:44.7461669Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:22:44.7461998Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:22:44.7463281Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:22:44.7464780Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-09-27T15:22:44.7465049Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-09-27T15:22:44.7466313Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi 2022-09-27T15:22:44.7467923Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-09-27T15:22:44.7468395Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-09-27T15:22:44.7469538Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-09-27T15:22:44.7471394Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-09-27T15:22:44.7471856Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers 2022-09-27T15:22:44.7472742Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7473253Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7474650Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7475636Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7476670Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7477804Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7479834Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7480275Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7480898Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx 2022-09-27T15:22:44.7481992Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:44.7482586Z copying torch/include/caffe2/onnx/torch_ops/constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:44.7483972Z copying torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:44.7485106Z copying torch/include/caffe2/onnx/torch_ops/schema.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:44.7486006Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7486408Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7487741Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7488822Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7489988Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7490881Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7492159Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7493149Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7494414Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7496039Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7497565Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7498796Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7499681Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7500917Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7502378Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7503286Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7504834Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7505855Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7507198Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7508194Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7509757Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7510629Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7511939Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7513044Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7514338Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7515574Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7516941Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7518227Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7519486Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7520788Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7522135Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7523661Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7524595Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7525970Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7527485Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7528717Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7530430Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7531198Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7532667Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7533708Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7535077Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7536704Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7538148Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7539798Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7541006Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7542597Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7544144Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7545053Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7546667Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7548243Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7549172Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7550379Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7551975Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7552607Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7554273Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7555177Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7556348Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7557599Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7558884Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7560128Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7561294Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7562588Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7563906Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7565050Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7566577Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7567458Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7569088Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7570101Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7571425Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7572504Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7573510Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7574682Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7575995Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7576855Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7578860Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7580327Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7581536Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7582868Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7584171Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7585463Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7586243Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7587348Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7589083Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7589647Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7591389Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7591858Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7592987Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7594508Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7595578Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7597040Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7598067Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7599094Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7600381Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7601310Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7602605Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7603598Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7604911Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7606087Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7607065Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7608542Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7609748Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7611159Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7612112Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7613125Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7614251Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7615741Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7617038Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7618312Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7619935Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7621048Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7622061Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7623624Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7624993Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7626498Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7627398Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7628576Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7630040Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7631255Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7632658Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7633964Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7635515Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7636749Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7638035Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7639199Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7640421Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7641767Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7643088Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7644364Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7645634Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7647584Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7647881Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7649549Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7650858Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7652138Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7653629Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7654718Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7656159Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7657418Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7658975Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7659991Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7661776Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7662508Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7663571Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7664802Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7666166Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7667393Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7668627Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7669387Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7670708Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7671963Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7673372Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7674507Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7675782Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7677168Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7678323Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7679476Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7680847Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7682111Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7683260Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7684648Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7685695Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7686933Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7687962Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7689267Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7690131Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7691407Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7692734Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7693972Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7694953Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7696270Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7698244Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7699151Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7700138Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7701738Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7702743Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7703512Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7704594Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7705580Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7706786Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7708196Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7709843Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7710880Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7711855Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7713133Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7714157Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7715475Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7716401Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7717652Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7718556Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7719753Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7720868Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7721754Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7723038Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7724554Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7725427Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7726639Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7727833Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7729125Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7730600Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7731541Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7732572Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7734009Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7735790Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7737595Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7738265Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7739935Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7740498Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7741986Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7743332Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7744500Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7746029Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7746933Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7748441Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7749673Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7751095Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7752406Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7753648Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7755074Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7756880Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7758282Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7759550Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7760971Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7762225Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7763764Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7764957Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7766458Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7767717Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7769178Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7770434Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7771831Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7773088Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7774483Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7775958Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7777482Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7778527Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7779596Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7780867Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7781972Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7783198Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7784174Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7785466Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7786519Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7787729Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7789202Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7790191Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7791477Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7792433Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7793803Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7795083Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7796261Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7797342Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7798877Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7799868Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7801243Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7802549Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7803887Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7805208Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7806662Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7807523Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7809258Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7810441Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7811889Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7813377Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7815877Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7816908Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7818717Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7820860Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7822055Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators 2022-09-27T15:22:44.7823849Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip 2022-09-27T15:22:44.7824431Z copying torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip 2022-09-27T15:22:44.7826431Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7827250Z copying torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7828232Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7829698Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7830951Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7831800Z copying torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7833076Z copying torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn 2022-09-27T15:22:44.7834594Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:22:44.7834929Z copying torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:22:44.7836279Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7836733Z copying torch/include/caffe2/operators/quantized/int8_add_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7837889Z copying torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7839244Z copying torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7840090Z copying torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7841142Z copying torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7842755Z copying torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7844059Z copying torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7845089Z copying torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7846687Z copying torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7847963Z copying torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7848953Z copying torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7850175Z copying torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7851449Z copying torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7852771Z copying torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7854223Z copying torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7855101Z copying torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7856566Z copying torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7858263Z copying torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7859622Z copying torch/include/caffe2/operators/quantized/int8_simd.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7860945Z copying torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7861966Z copying torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7863383Z copying torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7864661Z copying torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7865594Z copying torch/include/caffe2/operators/quantized/int8_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized 2022-09-27T15:22:44.7867247Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7867589Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7868618Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7870001Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7871023Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7872160Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7873213Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7874453Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7875371Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7876209Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7877220Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7878487Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7879460Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7880654Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7882133Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7883178Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7884953Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7885691Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7887033Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7888286Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt 2022-09-27T15:22:44.7889577Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-09-27T15:22:44.7889980Z copying torch/include/caffe2/opt/custom/cc_amrc.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-09-27T15:22:44.7891414Z copying torch/include/caffe2/opt/custom/concat_elim.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-09-27T15:22:44.7892548Z copying torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-09-27T15:22:44.7893446Z copying torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-09-27T15:22:44.7894755Z copying torch/include/caffe2/opt/custom/pointwise_elim.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom 2022-09-27T15:22:44.7896299Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-09-27T15:22:44.7896585Z copying torch/include/caffe2/opt/nql/ast.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-09-27T15:22:44.7898069Z copying torch/include/caffe2/opt/nql/graphmatcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql 2022-09-27T15:22:44.7898808Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7899213Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7900908Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7902595Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7902954Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7904140Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7905125Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7906112Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7907416Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7908407Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7909830Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7910803Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7912049Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7913543Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels 2022-09-27T15:22:44.7914549Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7915090Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7916749Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7917681Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7919154Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7919980Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7921396Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor 2022-09-27T15:22:44.7922650Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7923020Z copying torch/include/caffe2/predictor/emulator/benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7924373Z copying torch/include/caffe2/predictor/emulator/data_filler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7925450Z copying torch/include/caffe2/predictor/emulator/emulator.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7926493Z copying torch/include/caffe2/predictor/emulator/net_supplier.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7928104Z copying torch/include/caffe2/predictor/emulator/output_formatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7929144Z copying torch/include/caffe2/predictor/emulator/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7930069Z copying torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7931583Z copying torch/include/caffe2/predictor/emulator/time_profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7932175Z copying torch/include/caffe2/predictor/emulator/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:44.7934112Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-09-27T15:22:44.7934505Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-09-27T15:22:44.7935601Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-09-27T15:22:44.7936845Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-09-27T15:22:44.7939102Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto 2022-09-27T15:22:44.7943200Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-09-27T15:22:44.7943483Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-09-27T15:22:44.7945737Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-09-27T15:22:44.7946168Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-09-27T15:22:44.7947054Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python 2022-09-27T15:22:44.7948379Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization 2022-09-27T15:22:44.7948694Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7949345Z copying torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7950714Z copying torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7951605Z copying torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7952814Z copying torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7954391Z copying torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7955502Z copying torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7956766Z copying torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7957980Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7959225Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7960477Z copying torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7961699Z copying torch/include/caffe2/quantization/server/conv_relu_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7962762Z copying torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7964036Z copying torch/include/caffe2/quantization/server/dnnlowp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7965104Z copying torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7966264Z copying torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7967340Z copying torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7968477Z copying torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7969546Z copying torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7970566Z copying torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7971685Z copying torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7972731Z copying torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7973818Z copying torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7974868Z copying torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7976358Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7977562Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7978583Z copying torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7979871Z copying torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7981144Z copying torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7982204Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7983204Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7984770Z copying torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7985661Z copying torch/include/caffe2/quantization/server/kl_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7987020Z copying torch/include/caffe2/quantization/server/l2_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7988115Z copying torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7989232Z copying torch/include/caffe2/quantization/server/mmio.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7990370Z copying torch/include/caffe2/quantization/server/op_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7992237Z copying torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7992860Z copying torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7993836Z copying torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7994506Z copying torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7995814Z copying torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7997086Z copying torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7998013Z copying torch/include/caffe2/quantization/server/sigmoid.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.7999483Z copying torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.8000405Z copying torch/include/caffe2/quantization/server/tanh.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.8001890Z copying torch/include/caffe2/quantization/server/transpose.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.8003092Z copying torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server 2022-09-27T15:22:44.8004318Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-09-27T15:22:44.8004738Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-09-27T15:22:44.8006109Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-09-27T15:22:44.8006780Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-09-27T15:22:44.8007817Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-09-27T15:22:44.8008804Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue 2022-09-27T15:22:44.8010008Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8010427Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8012220Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8013615Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8014485Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8015946Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8017465Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8019047Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/serialize 2022-09-27T15:22:44.8019904Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8020669Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8021743Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8022865Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8024054Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8025049Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8026478Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8027291Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8028265Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8029272Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8030582Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8031611Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8032576Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8034358Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8034995Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8036206Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8037597Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8038948Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8040228Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8041954Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8044158Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8044639Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8045771Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8047283Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8048482Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd 2022-09-27T15:22:44.8049848Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share 2022-09-27T15:22:44.8050263Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib 2022-09-27T15:22:44.8050651Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:22:44.8051869Z copying torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:22:44.8052478Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-09-27T15:22:44.8053295Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-09-27T15:22:44.8054675Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-09-27T15:22:44.8055826Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-09-27T15:22:44.8057662Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms 2022-09-27T15:22:44.8058477Z creating build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-09-27T15:22:44.8059353Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-09-27T15:22:44.8060544Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-09-27T15:22:44.8061935Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-09-27T15:22:44.8063575Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video 2022-09-27T15:22:44.8064522Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-09-27T15:22:44.8064983Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-09-27T15:22:44.8066471Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-09-27T15:22:44.8067495Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-09-27T15:22:44.8068866Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-09-27T15:22:44.8070198Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch 2022-09-27T15:22:44.8071609Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8071885Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8073085Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8074668Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8075474Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8076687Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8077648Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8079174Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8080391Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8081507Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8082956Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8084148Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8085538Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8086603Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8087823Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8089079Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8090219Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8091531Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8092361Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8093926Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8095485Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8095982Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8097731Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8098672Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8099901Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8100825Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8102116Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8103234Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8104334Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc 2022-09-27T15:22:44.8105775Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api 2022-09-27T15:22:44.8106154Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include 2022-09-27T15:22:44.8106582Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch 2022-09-27T15:22:44.8107323Z 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-09-27T15:22:44.8108334Z 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-09-27T15:22:44.8109579Z 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-09-27T15:22:44.8110787Z 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-09-27T15:22:44.8112010Z 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-09-27T15:22:44.8113303Z 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-09-27T15:22:44.8114613Z 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-09-27T15:22:44.8115905Z 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-09-27T15:22:44.8117073Z 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-09-27T15:22:44.8118248Z 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-09-27T15:22:44.8119402Z 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-09-27T15:22:44.8120790Z 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-09-27T15:22:44.8121977Z 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-09-27T15:22:44.8123253Z 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-09-27T15:22:44.8124444Z 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-09-27T15:22:44.8125783Z 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-09-27T15:22:44.8127051Z 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-09-27T15:22:44.8128233Z 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-09-27T15:22:44.8129386Z 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-09-27T15:22:44.8130834Z 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-09-27T15:22:44.8131990Z 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-09-27T15:22:44.8133447Z 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-09-27T15:22:44.8134653Z 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-09-27T15:22:44.8135965Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:22:44.8136717Z 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-09-27T15:22:44.8138079Z 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-09-27T15:22:44.8139273Z 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-09-27T15:22:44.8140523Z 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-09-27T15:22:44.8141723Z 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-09-27T15:22:44.8142991Z 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-09-27T15:22:44.8144153Z 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-09-27T15:22:44.8145443Z 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-09-27T15:22:44.8146586Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:22:44.8147271Z 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-09-27T15:22:44.8148623Z 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-09-27T15:22:44.8149880Z 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-09-27T15:22:44.8151008Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:22:44.8151852Z 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-09-27T15:22:44.8152741Z 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-09-27T15:22:44.8154269Z 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-09-27T15:22:44.8155557Z 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-09-27T15:22:44.8156494Z 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-09-27T15:22:44.8157384Z 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-09-27T15:22:44.8158412Z 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-09-27T15:22:44.8159399Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:22:44.8160570Z 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-09-27T15:22:44.8161696Z 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-09-27T15:22:44.8162885Z 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-09-27T15:22:44.8164387Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:22:44.8165064Z 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-09-27T15:22:44.8165855Z 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-09-27T15:22:44.8166900Z 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-09-27T15:22:44.8168068Z 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-09-27T15:22:44.8169102Z 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-09-27T15:22:44.8170162Z 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-09-27T15:22:44.8171255Z 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-09-27T15:22:44.8172585Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:22:44.8173499Z 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-09-27T15:22:44.8174025Z 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-09-27T15:22:44.8175193Z 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-09-27T15:22:44.8176600Z 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-09-27T15:22:44.8178610Z 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-09-27T15:22:44.8179678Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:22:44.8180227Z 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-09-27T15:22:44.8181456Z 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-09-27T15:22:44.8182530Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:22:44.8183210Z 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-09-27T15:22:44.8184367Z 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-09-27T15:22:44.8185490Z 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-09-27T15:22:44.8186598Z 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-09-27T15:22:44.8187860Z 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-09-27T15:22:44.8189226Z 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-09-27T15:22:44.8190396Z 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-09-27T15:22:44.8191776Z 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-09-27T15:22:44.8193062Z 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-09-27T15:22:44.8193904Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:22:44.8194589Z 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-09-27T15:22:44.8196156Z 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-09-27T15:22:44.8197574Z 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-09-27T15:22:44.8198917Z 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-09-27T15:22:44.8200164Z 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-09-27T15:22:44.8201434Z 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-09-27T15:22:44.8202720Z 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-09-27T15:22:44.8204116Z 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-09-27T15:22:44.8205264Z 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-09-27T15:22:44.8206515Z 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-09-27T15:22:44.8207952Z 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-09-27T15:22:44.8209198Z 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-09-27T15:22:44.8210353Z 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-09-27T15:22:44.8211548Z 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-09-27T15:22:44.8213057Z 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-09-27T15:22:44.8214409Z 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-09-27T15:22:44.8215997Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:22:44.8216443Z 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-09-27T15:22:44.8218206Z 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-09-27T15:22:44.8219216Z 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-09-27T15:22:44.8220476Z 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-09-27T15:22:44.8222121Z 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-09-27T15:22:44.8223953Z 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-09-27T15:22:44.8224379Z 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-09-27T15:22:44.8225521Z 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-09-27T15:22:44.8226276Z 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-09-27T15:22:44.8227553Z 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-09-27T15:22:44.8228655Z 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-09-27T15:22:44.8230225Z 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-09-27T15:22:44.8231526Z 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-09-27T15:22:44.8232595Z 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-09-27T15:22:44.8233858Z 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-09-27T15:22:44.8235365Z 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-09-27T15:22:44.8236833Z 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-09-27T15:22:44.8237713Z 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-09-27T15:22:44.8239151Z 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-09-27T15:22:44.8240555Z 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-09-27T15:22:44.8241691Z 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-09-27T15:22:44.8242805Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:22:44.8243826Z 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-09-27T15:22:44.8244630Z 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-09-27T15:22:44.8246255Z 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-09-27T15:22:44.8247599Z 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-09-27T15:22:44.8249058Z 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-09-27T15:22:44.8250003Z 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-09-27T15:22:44.8251616Z 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-09-27T15:22:44.8252835Z 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-09-27T15:22:44.8254215Z 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-09-27T15:22:44.8255709Z 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-09-27T15:22:44.8257166Z 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-09-27T15:22:44.8258569Z 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-09-27T15:22:44.8259888Z 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-09-27T15:22:44.8261131Z 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-09-27T15:22:44.8262342Z 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-09-27T15:22:44.8263540Z 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-09-27T15:22:44.8264828Z 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-09-27T15:22:44.8266218Z 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-09-27T15:22:44.8267448Z 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-09-27T15:22:44.8269160Z 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-09-27T15:22:44.8270447Z 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-09-27T15:22:44.8271507Z 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-09-27T15:22:44.8272865Z 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-09-27T15:22:44.8273855Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:22:44.8274232Z 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-09-27T15:22:44.8275991Z 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-09-27T15:22:44.8277518Z 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-09-27T15:22:44.8278513Z 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-09-27T15:22:44.8279595Z 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-09-27T15:22:44.8281105Z 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-09-27T15:22:44.8282514Z 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-09-27T15:22:44.8283678Z 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-09-27T15:22:44.8284560Z 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-09-27T15:22:44.8285859Z 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-09-27T15:22:44.8286806Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:22:44.8287441Z 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-09-27T15:22:44.8289075Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:22:44.8289423Z 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-09-27T15:22:44.8291061Z 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-09-27T15:22:44.8291953Z 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-09-27T15:22:44.8293253Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:22:44.8293592Z 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-09-27T15:22:44.8295048Z 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-09-27T15:22:44.8296308Z 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-09-27T15:22:44.8297675Z 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-09-27T15:22:44.8298755Z 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-09-27T15:22:44.8300108Z 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-09-27T15:22:44.8301185Z 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-09-27T15:22:44.8302566Z 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-09-27T15:22:44.8303943Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:22:44.8304852Z 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-09-27T15:22:44.8305506Z 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-09-27T15:22:44.8306949Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:22:44.8307455Z 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-09-27T15:22:44.8308409Z 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-09-27T15:22:44.8309897Z 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-09-27T15:22:44.8310833Z 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-09-27T15:22:44.8312180Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8312558Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8314466Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8315709Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8317309Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8318656Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8319729Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8321030Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8322301Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8323641Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8325415Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8326808Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8328643Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8330372Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8331622Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8333436Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8335233Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8337511Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8339405Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8340690Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8342419Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8343796Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8345453Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8346878Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8348569Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8349294Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8350952Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8353086Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8353653Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8355528Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8356308Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8358151Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8359009Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8360669Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8361792Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8362771Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8364315Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8365729Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8366738Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8368302Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8369106Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8371306Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8371866Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8373188Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8374420Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8375903Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8377230Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd 2022-09-27T15:22:44.8379261Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8379606Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8381154Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8382444Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8383820Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8384995Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8386319Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:44.8387568Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-09-27T15:22:44.8388453Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-09-27T15:22:44.8389661Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-09-27T15:22:44.8390812Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-09-27T15:22:44.8393613Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/generated 2022-09-27T15:22:44.8395396Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-09-27T15:22:44.8395786Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-09-27T15:22:44.8397163Z 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-09-27T15:22:44.8398524Z 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-09-27T15:22:44.8399259Z 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-09-27T15:22:44.8400422Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-09-27T15:22:44.8401561Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/autograd/utils 2022-09-27T15:22:44.8402878Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8403432Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8405108Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8405829Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8407585Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8408803Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8409975Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8411267Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8412723Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8413935Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/cuda 2022-09-27T15:22:44.8415012Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8415682Z copying torch/include/torch/csrc/deploy/Exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8416746Z copying torch/include/torch/csrc/deploy/deploy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8418270Z copying torch/include/torch/csrc/deploy/elf_file.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8419167Z copying torch/include/torch/csrc/deploy/environment.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8420392Z copying torch/include/torch/csrc/deploy/loader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8421383Z copying torch/include/torch/csrc/deploy/mem_file.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8422727Z copying torch/include/torch/csrc/deploy/noop_environment.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8423683Z copying torch/include/torch/csrc/deploy/path_environment.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy 2022-09-27T15:22:44.8424862Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:44.8425571Z copying torch/include/torch/csrc/deploy/interpreter/builtin_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:44.8426938Z copying torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:44.8427910Z copying torch/include/torch/csrc/deploy/interpreter/Optional.hpp -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:44.8430075Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed 2022-09-27T15:22:44.8430530Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:22:44.8431028Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:22:44.8431773Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8432429Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8433263Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8435225Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8435977Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8437722Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8438516Z 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-09-27T15:22:44.8439602Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8440799Z 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-09-27T15:22:44.8442596Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8443383Z 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-09-27T15:22:44.8444880Z 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-09-27T15:22:44.8445796Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8447474Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8448491Z 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-09-27T15:22:44.8449935Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8451355Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8452735Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8453528Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8454780Z 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-09-27T15:22:44.8456213Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8457329Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8459909Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8460550Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8461484Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8462900Z 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-09-27T15:22:44.8464418Z 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-09-27T15:22:44.8465891Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:44.8467154Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-09-27T15:22:44.8467800Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-09-27T15:22:44.8469829Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-09-27T15:22:44.8470346Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit 2022-09-27T15:22:44.8472123Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8472569Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8473717Z 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-09-27T15:22:44.8475459Z 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-09-27T15:22:44.8476413Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8477943Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8478970Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8480384Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8481664Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8483030Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:44.8484403Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8485607Z 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-09-27T15:22:44.8486590Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8487945Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8489776Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8491028Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8492770Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8494061Z 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-09-27T15:22:44.8495978Z 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-09-27T15:22:44.8497247Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8499099Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8500301Z 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-09-27T15:22:44.8502040Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8503364Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8506154Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8507115Z 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-09-27T15:22:44.8508584Z 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-09-27T15:22:44.8510000Z 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-09-27T15:22:44.8511967Z 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-09-27T15:22:44.8513082Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8514701Z 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-09-27T15:22:44.8516124Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8517971Z 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-09-27T15:22:44.8519144Z 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-09-27T15:22:44.8520912Z 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-09-27T15:22:44.8522298Z 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-09-27T15:22:44.8524099Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8525357Z 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-09-27T15:22:44.8526838Z 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-09-27T15:22:44.8528328Z 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-09-27T15:22:44.8530297Z 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-09-27T15:22:44.8531417Z 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-09-27T15:22:44.8532883Z 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-09-27T15:22:44.8534594Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8535923Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8538898Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8539707Z 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-09-27T15:22:44.8541506Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8542797Z 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-09-27T15:22:44.8544868Z 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-09-27T15:22:44.8546011Z 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-09-27T15:22:44.8547354Z 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-09-27T15:22:44.8549193Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8550420Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8552170Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8553553Z 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-09-27T15:22:44.8555015Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8556801Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8558152Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8559617Z 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-09-27T15:22:44.8561368Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8562700Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8564625Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8565956Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8567381Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8569149Z 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-09-27T15:22:44.8570391Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8572129Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8573550Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8575480Z 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-09-27T15:22:44.8576772Z 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-09-27T15:22:44.8578546Z 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-09-27T15:22:44.8579849Z 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-09-27T15:22:44.8581601Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8582882Z 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-09-27T15:22:44.8584417Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8586191Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8587574Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8589022Z 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-09-27T15:22:44.8590546Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8592182Z 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-09-27T15:22:44.8593615Z 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-09-27T15:22:44.8595086Z 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-09-27T15:22:44.8596968Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8598235Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8600005Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8601302Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8603159Z 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-09-27T15:22:44.8605458Z 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-09-27T15:22:44.8606623Z 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-09-27T15:22:44.8607983Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8609864Z 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-09-27T15:22:44.8611111Z 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-09-27T15:22:44.8612871Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8614140Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8615986Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:44.8617287Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:22:44.8618224Z 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-09-27T15:22:44.8620065Z 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-09-27T15:22:44.8621295Z 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-09-27T15:22:44.8622884Z 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-09-27T15:22:44.8624488Z 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-09-27T15:22:44.8625951Z 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-09-27T15:22:44.8627561Z 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-09-27T15:22:44.8629977Z 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-09-27T15:22:44.8631040Z 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-09-27T15:22:44.8632253Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:22:44.8633320Z 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-09-27T15:22:44.8634694Z 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-09-27T15:22:44.8636592Z 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-09-27T15:22:44.8637993Z 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-09-27T15:22:44.8639423Z 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-09-27T15:22:44.8641021Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8641698Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8643480Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8644363Z 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-09-27T15:22:44.8646042Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8647488Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8648553Z 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-09-27T15:22:44.8650391Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8651128Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8652810Z 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-09-27T15:22:44.8653693Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8655135Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8656904Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8658456Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8660244Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8661307Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8662731Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8664162Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8665382Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8666606Z 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-09-27T15:22:44.8668604Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8669790Z 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-09-27T15:22:44.8671480Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8673333Z 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-09-27T15:22:44.8674107Z 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-09-27T15:22:44.8675694Z 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-09-27T15:22:44.8676713Z 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-09-27T15:22:44.8678220Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8679483Z 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-09-27T15:22:44.8680462Z 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-09-27T15:22:44.8681851Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:44.8683233Z 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-09-27T15:22:44.8684517Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8684867Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8686379Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8687700Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8689186Z 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-09-27T15:22:44.8690657Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8692259Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8693780Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8694791Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8696454Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8697213Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8698805Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8699994Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:44.8701574Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8701956Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8703019Z 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-09-27T15:22:44.8704322Z 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-09-27T15:22:44.8705538Z 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-09-27T15:22:44.8706552Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8707803Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8709126Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8710170Z 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-09-27T15:22:44.8711753Z 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-09-27T15:22:44.8712745Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8714402Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8715442Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8716804Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8718268Z 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-09-27T15:22:44.8719552Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8721245Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8721776Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8723486Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8724617Z 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-09-27T15:22:44.8725958Z 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-09-27T15:22:44.8727127Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8728348Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8729649Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8730984Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8732462Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8734302Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8735812Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8738203Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:44.8738995Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-09-27T15:22:44.8739658Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-09-27T15:22:44.8741585Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-09-27T15:22:44.8742871Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-09-27T15:22:44.8744095Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-09-27T15:22:44.8745428Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/api 2022-09-27T15:22:44.8746954Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8747504Z 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-09-27T15:22:44.8748246Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8749470Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8750994Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8751951Z 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-09-27T15:22:44.8753161Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8754301Z 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-09-27T15:22:44.8755361Z 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-09-27T15:22:44.8756931Z 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-09-27T15:22:44.8757666Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8759042Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8760067Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8761970Z 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-09-27T15:22:44.8763791Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8765093Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8766231Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8767680Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8768851Z 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-09-27T15:22:44.8770238Z 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-09-27T15:22:44.8771362Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8772725Z 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-09-27T15:22:44.8773786Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:44.8775574Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8775882Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8777523Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8778550Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8779926Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8781635Z 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-09-27T15:22:44.8782691Z 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-09-27T15:22:44.8783518Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8785587Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8785960Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8786940Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8788603Z 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-09-27T15:22:44.8789564Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8790889Z 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-09-27T15:22:44.8791925Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/python 2022-09-27T15:22:44.8793284Z 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-09-27T15:22:44.8794703Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8795001Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8796403Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8798127Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8798507Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8799996Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8800877Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8802232Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8803214Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8804723Z 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-09-27T15:22:44.8805722Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8807123Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8807930Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8809290Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8810504Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8811454Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8812765Z 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-09-27T15:22:44.8813977Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8815551Z 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-09-27T15:22:44.8816379Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8818625Z 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-09-27T15:22:44.8819349Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8820627Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:44.8821703Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-09-27T15:22:44.8822331Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/testing 2022-09-27T15:22:44.8823740Z 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-09-27T15:22:44.8824889Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8825212Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8826943Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8827510Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8828963Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8830272Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8831273Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8832719Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8833673Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8835166Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8836092Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8837614Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8838539Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8839821Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8842041Z 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-09-27T15:22:44.8842640Z 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-09-27T15:22:44.8844025Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8844902Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8845949Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8847169Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8848119Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8848965Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8850659Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8851638Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8852992Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8854136Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8855633Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8856649Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8858067Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8859008Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8861088Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8861405Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8862900Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8864056Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8865356Z 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-09-27T15:22:44.8866388Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8867740Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8868811Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8870214Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8871243Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8872499Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8873581Z 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-09-27T15:22:44.8874669Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:44.8875670Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:22:44.8876484Z 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-09-27T15:22:44.8878341Z 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-09-27T15:22:44.8879229Z 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-09-27T15:22:44.8880620Z 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-09-27T15:22:44.8881845Z 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-09-27T15:22:44.8883187Z 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-09-27T15:22:44.8884306Z 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-09-27T15:22:44.8885673Z 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-09-27T15:22:44.8886948Z 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-09-27T15:22:44.8888396Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen 2022-09-27T15:22:44.8888679Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:44.8890049Z 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-09-27T15:22:44.8891475Z 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-09-27T15:22:44.8892802Z 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-09-27T15:22:44.8894124Z 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-09-27T15:22:44.8895724Z 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-09-27T15:22:44.8896888Z 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-09-27T15:22:44.8898115Z 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-09-27T15:22:44.8899441Z 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-09-27T15:22:44.8900790Z 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-09-27T15:22:44.8902279Z 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-09-27T15:22:44.8903613Z 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-09-27T15:22:44.8905008Z 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-09-27T15:22:44.8905853Z 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-09-27T15:22:44.8907135Z 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-09-27T15:22:44.8908066Z 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-09-27T15:22:44.8909986Z 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-09-27T15:22:44.8910903Z 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-09-27T15:22:44.8912209Z 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-09-27T15:22:44.8913632Z copying torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:44.8914782Z copying torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:44.8915767Z 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-09-27T15:22:44.8916841Z 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-09-27T15:22:44.8917979Z 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-09-27T15:22:44.8919090Z 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-09-27T15:22:44.8920523Z 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-09-27T15:22:44.8922413Z 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-09-27T15:22:44.8922762Z 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-09-27T15:22:44.8924000Z 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-09-27T15:22:44.8925130Z 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-09-27T15:22:44.8926577Z 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-09-27T15:22:44.8928109Z 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-09-27T15:22:44.8929483Z 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-09-27T15:22:44.8930782Z 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-09-27T15:22:44.8932381Z 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-09-27T15:22:44.8933377Z 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-09-27T15:22:44.8934628Z 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-09-27T15:22:44.8936480Z 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-09-27T15:22:44.8937425Z 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-09-27T15:22:44.8939070Z 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-09-27T15:22:44.8940303Z 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-09-27T15:22:44.8941313Z 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-09-27T15:22:44.8942318Z 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-09-27T15:22:44.8943541Z 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-09-27T15:22:44.8944523Z 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-09-27T15:22:44.8945847Z 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-09-27T15:22:44.8947005Z 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-09-27T15:22:44.8948382Z 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-09-27T15:22:44.8949681Z 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-09-27T15:22:44.8950992Z 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-09-27T15:22:44.8952309Z 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-09-27T15:22:44.8953195Z 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-09-27T15:22:44.8954642Z 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-09-27T15:22:44.8955634Z 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-09-27T15:22:44.8957177Z 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-09-27T15:22:44.8958979Z 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-09-27T15:22:44.8959527Z 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-09-27T15:22:44.8961549Z 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-09-27T15:22:44.8962471Z 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-09-27T15:22:44.8964242Z 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-09-27T15:22:44.8964674Z 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-09-27T15:22:44.8966295Z 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-09-27T15:22:44.8967341Z 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-09-27T15:22:44.8968342Z 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-09-27T15:22:44.8969658Z 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-09-27T15:22:44.8971595Z 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-09-27T15:22:44.8972508Z 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-09-27T15:22:44.8973752Z 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-09-27T15:22:44.8975052Z 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-09-27T15:22:44.8976193Z 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-09-27T15:22:44.8977904Z 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-09-27T15:22:44.8979191Z 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-09-27T15:22:44.8980657Z 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-09-27T15:22:44.8981682Z 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-09-27T15:22:44.8982903Z 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-09-27T15:22:44.8984232Z 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-09-27T15:22:44.8985234Z 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-09-27T15:22:44.8986676Z 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-09-27T15:22:44.8988105Z copying torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:44.8989125Z 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-09-27T15:22:44.8990549Z 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-09-27T15:22:44.8992407Z 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-09-27T15:22:44.8992886Z 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-09-27T15:22:44.8994905Z 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-09-27T15:22:44.8995555Z 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-09-27T15:22:44.8996495Z 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-09-27T15:22:44.8997706Z 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-09-27T15:22:44.8998865Z 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-09-27T15:22:44.9000479Z 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-09-27T15:22:44.9001159Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:22:44.9001768Z 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-09-27T15:22:44.9003294Z 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-09-27T15:22:44.9004315Z 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-09-27T15:22:44.9005904Z 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-09-27T15:22:44.9007433Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:22:44.9008036Z 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-09-27T15:22:44.9008602Z 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-09-27T15:22:44.9009536Z 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-09-27T15:22:44.9010995Z 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-09-27T15:22:44.9011893Z 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-09-27T15:22:44.9013383Z 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-09-27T15:22:44.9014392Z 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-09-27T15:22:44.9015573Z 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-09-27T15:22:44.9016774Z 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-09-27T15:22:44.9018052Z 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-09-27T15:22:44.9019030Z 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-09-27T15:22:44.9020585Z 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-09-27T15:22:44.9021863Z 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-09-27T15:22:44.9023290Z 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-09-27T15:22:44.9024523Z 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-09-27T15:22:44.9025983Z 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-09-27T15:22:44.9027447Z 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-09-27T15:22:44.9028965Z 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-09-27T15:22:44.9030202Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-09-27T15:22:44.9030845Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-09-27T15:22:44.9032252Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/onnx 2022-09-27T15:22:44.9033241Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9033931Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9035491Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9036504Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9037713Z copying torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9038853Z copying torch/include/torch/csrc/profiler/itt_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9039926Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9041174Z copying torch/include/torch/csrc/profiler/nvtx_observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9042267Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler 2022-09-27T15:22:44.9043343Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:22:44.9044292Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:22:44.9045688Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:22:44.9046583Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9046994Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9048262Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9050028Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9050703Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9051791Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9052742Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9054369Z copying torch/include/torch/csrc/utils/disallow_copy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9055089Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9056230Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9057476Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9058303Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9059368Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9060460Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9061562Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9063044Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9064063Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9065868Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9068265Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9068795Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9069330Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9070458Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9071839Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9072877Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9074055Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9075182Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9076961Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9077828Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9079534Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9080229Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9081717Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9082623Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9084297Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9085166Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9086068Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9087411Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9088418Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9089823Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9091106Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9092141Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9093449Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9094533Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils 2022-09-27T15:22:44.9096333Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-09-27T15:22:44.9096657Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/tensor 2022-09-27T15:22:44.9097937Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy 2022-09-27T15:22:44.9098560Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-09-27T15:22:44.9099199Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-09-27T15:22:44.9101055Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-09-27T15:22:44.9102022Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-09-27T15:22:44.9103561Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/backend 2022-09-27T15:22:44.9104486Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9104921Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9106990Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9107781Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9109343Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9110159Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9112128Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9113112Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9114973Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9116060Z 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-09-27T15:22:44.9117444Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9118933Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9120187Z 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-09-27T15:22:44.9121443Z copying torch/include/torch/csrc/lazy/core/lazy_view.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9122824Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9124269Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9125281Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9126541Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9127592Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9128925Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9130193Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9131492Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9132391Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9133389Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9134782Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9136148Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:44.9138242Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:22:44.9138894Z 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-09-27T15:22:44.9140142Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:22:44.9140766Z 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-09-27T15:22:44.9141524Z 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-09-27T15:22:44.9142356Z creating build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:22:44.9142950Z 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-09-27T15:22:44.9144127Z 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-09-27T15:22:44.9145094Z 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-09-27T15:22:44.9146350Z 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-09-27T15:22:44.9147443Z 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-09-27T15:22:44.9148427Z 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-09-27T15:22:44.9149687Z 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-09-27T15:22:44.9150886Z 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-09-27T15:22:44.9151743Z 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-09-27T15:22:44.9153102Z 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-09-27T15:22:44.9155057Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9155312Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9156938Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9158198Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9159883Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9161210Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9162180Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9163491Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9164840Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9165991Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9166950Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9168691Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9169043Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9170540Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9172271Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9173561Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9174511Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9177114Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9178839Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9180264Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11 2022-09-27T15:22:44.9182215Z creating build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9182548Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9183869Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9185552Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9186514Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9188068Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9189403Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9191093Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-37/torch/include/pybind11/detail 2022-09-27T15:22:44.9191992Z creating build/lib.linux-x86_64-cpython-37/torch/share 2022-09-27T15:22:44.9192218Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake 2022-09-27T15:22:44.9192816Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-09-27T15:22:44.9193731Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/ATen 2022-09-27T15:22:44.9194563Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-09-27T15:22:44.9195184Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-09-27T15:22:44.9196266Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-09-27T15:22:44.9197989Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-09-27T15:22:44.9198846Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2 2022-09-27T15:22:44.9199721Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9200202Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9202119Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9203097Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9204451Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9205475Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9206499Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9207791Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9209230Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9210441Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/public 2022-09-27T15:22:44.9212084Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:22:44.9212687Z 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-09-27T15:22:44.9213335Z 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-09-27T15:22:44.9214892Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:22:44.9215519Z 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-09-27T15:22:44.9217487Z 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-09-27T15:22:44.9219388Z 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-09-27T15:22:44.9220817Z 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-09-27T15:22:44.9222114Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:22:44.9222782Z 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-09-27T15:22:44.9223956Z 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-09-27T15:22:44.9225394Z 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-09-27T15:22:44.9226630Z 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-09-27T15:22:44.9227379Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-09-27T15:22:44.9227994Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-09-27T15:22:44.9229111Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Tensorpipe 2022-09-27T15:22:44.9230255Z creating build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-09-27T15:22:44.9230938Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-09-27T15:22:44.9231824Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-37/torch/share/cmake/Torch 2022-09-27T15:22:44.9232812Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils 2022-09-27T15:22:44.9234010Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:44.9235088Z 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-09-27T15:22:44.9236120Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:44.9237477Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:44.9241654Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:44.9243122Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:44.9244677Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:44.9245753Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-37/torch/utils/model_dump 2022-09-27T15:22:44.9247769Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged 2022-09-27T15:22:44.9248128Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen 2022-09-27T15:22:44.9248493Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-09-27T15:22:44.9249133Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-09-27T15:22:44.9254446Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/native 2022-09-27T15:22:44.9255219Z creating build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9256033Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9257496Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9258977Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9260456Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9261980Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9263436Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9264914Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9266286Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9267848Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9269271Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9271073Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9272351Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9274161Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9275945Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9277348Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9279187Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9280603Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9282013Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9283817Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9285113Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9286822Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9288237Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9289724Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9291511Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9292819Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9294298Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9315298Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9316145Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9316754Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9317391Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9317952Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9318539Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9319110Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9319714Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9320274Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9320892Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9321498Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9322084Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9322721Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-37/torchgen/packaged/ATen/templates 2022-09-27T15:22:44.9680853Z running build_ext 2022-09-27T15:22:44.9726591Z -- Building with NumPy bindings 2022-09-27T15:22:44.9726802Z -- Not using cuDNN 2022-09-27T15:22:44.9726973Z -- Not using CUDA 2022-09-27T15:22:44.9727142Z -- Using MKLDNN 2022-09-27T15:22:44.9727468Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-09-27T15:22:44.9727641Z -- Not using CBLAS in MKLDNN 2022-09-27T15:22:44.9727766Z -- Not using NCCL 2022-09-27T15:22:44.9727966Z -- Building with distributed package: 2022-09-27T15:22:44.9728125Z -- USE_TENSORPIPE=True 2022-09-27T15:22:44.9728275Z -- USE_GLOO=True 2022-09-27T15:22:44.9728439Z -- USE_MPI=False 2022-09-27T15:22:44.9728572Z -- Using ITT 2022-09-27T15:22:45.1087854Z 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-09-27T15:22:45.1088470Z 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-09-27T15:22:45.1096268Z building 'torch._C' extension 2022-09-27T15:22:45.1097181Z creating build/temp.linux-x86_64-cpython-37 2022-09-27T15:22:45.1097492Z creating build/temp.linux-x86_64-cpython-37/torch 2022-09-27T15:22:45.1097799Z creating build/temp.linux-x86_64-cpython-37/torch/csrc 2022-09-27T15:22:45.1100793Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-37/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-09-27T15:22:45.2015113Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch/_C.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-09-27T15:22:45.2406019Z building 'torch._C_flatbuffer' extension 2022-09-27T15:22:45.2408068Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/include/python3.7m -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-37/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-09-27T15:22:45.3560699Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-37/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-09-27T15:22:45.3957916Z /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-09-27T15:22:45.3958400Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T15:22:45.4004172Z installing to build/bdist.linux-x86_64/wheel 2022-09-27T15:22:45.4004409Z running install 2022-09-27T15:22:45.4064784Z running install_lib 2022-09-27T15:22:45.4108440Z creating build/bdist.linux-x86_64 2022-09-27T15:22:45.4108929Z creating build/bdist.linux-x86_64/wheel 2022-09-27T15:22:45.4109413Z creating build/bdist.linux-x86_64/wheel/caffe2 2022-09-27T15:22:45.4110095Z copying build/lib.linux-x86_64-cpython-37/caffe2/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2 2022-09-27T15:22:45.4111908Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-09-27T15:22:45.4112677Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-09-27T15:22:45.4114002Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:22:45.4114822Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:22:45.4115615Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/aten_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:22:45.4117057Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/gen_op.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-09-27T15:22:45.4118134Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-09-27T15:22:45.4118847Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-09-27T15:22:45.4119882Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/aten/docs/sample.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-09-27T15:22:45.4121577Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-09-27T15:22:45.4122315Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-09-27T15:22:45.4122893Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/gloo/gloo_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-09-27T15:22:45.4124549Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-09-27T15:22:45.4125148Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-09-27T15:22:45.4125878Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nccl/nccl_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-09-27T15:22:45.4126825Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-09-27T15:22:45.4127831Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-09-27T15:22:45.4128554Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/nnpack/nnpack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-09-27T15:22:45.4129577Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4130157Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/AnyExp.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4131388Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/AnyExpOnTerm.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4132162Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/ModuleRegister.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4133139Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4134792Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4135977Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/compute_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4136909Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/compute_topk_accuracy.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4137915Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/meter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4138786Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/module_map.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4139886Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/output_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-09-27T15:22:45.4142104Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4142750Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4143484Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4144175Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4145233Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4146586Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4148002Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4149225Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4150430Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4151616Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4152818Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-09-27T15:22:45.4153661Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-09-27T15:22:45.4154479Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-09-27T15:22:45.4155424Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/prof/cuda_profile_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-09-27T15:22:45.4156200Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-09-27T15:22:45.4157000Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-09-27T15:22:45.4157781Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-09-27T15:22:45.4158629Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/script/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-09-27T15:22:45.4159675Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:22:45.4160538Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:22:45.4161547Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:22:45.4162604Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:22:45.4163479Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:22:45.4164771Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/tensorboard/tensorboard_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-09-27T15:22:45.4166531Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-09-27T15:22:45.4167103Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-09-27T15:22:45.4167676Z copying build/lib.linux-x86_64-cpython-37/caffe2/contrib/warpctc/ctc_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-09-27T15:22:45.4168673Z creating build/bdist.linux-x86_64/wheel/caffe2/core 2022-09-27T15:22:45.4169309Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core 2022-09-27T15:22:45.4170544Z creating build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-09-27T15:22:45.4171291Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-09-27T15:22:45.4172192Z copying build/lib.linux-x86_64-cpython-37/caffe2/core/nomnigraph/op_gen.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-09-27T15:22:45.4173144Z creating build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:22:45.4174281Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:22:45.4175523Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/file_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:22:45.4176550Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/redis_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:22:45.4177487Z copying build/lib.linux-x86_64-cpython-37/caffe2/distributed/store_ops_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-09-27T15:22:45.4178192Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-09-27T15:22:45.4178940Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-09-27T15:22:45.4179809Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4180320Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/SparseTransformer.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4181437Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4182207Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4183548Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/device_reduce_sum_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4184381Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4185185Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/net_construct_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4186234Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/sparse_funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4187126Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/sparse_reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4188142Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/tt_contraction_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4188972Z copying build/lib.linux-x86_64-cpython-37/caffe2/experiments/python/tt_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-09-27T15:22:45.4191093Z creating build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-09-27T15:22:45.4191936Z copying build/lib.linux-x86_64-cpython-37/caffe2/perfkernels/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-09-27T15:22:45.4192852Z copying build/lib.linux-x86_64-cpython-37/caffe2/perfkernels/hp_emblookup_codegen.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-09-27T15:22:45.4193593Z creating build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:22:45.4194344Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:22:45.4195468Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/gen_proto_typestubs_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:22:45.4196623Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/torch_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:22:45.4197815Z copying build/lib.linux-x86_64-cpython-37/caffe2/proto/caffe2_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-09-27T15:22:45.4201266Z creating build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4202052Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4203128Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/_import_c_extension.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4204262Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/allcompare_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4204788Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/attention.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4206287Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/benchmark_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4207255Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/binarysize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4208408Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/brew.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4209424Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/brew_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4210577Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/build.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4211632Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/cached_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4212718Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe_translator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4214201Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/caffe_translator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4215416Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4216865Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4218287Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/cnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4219826Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4221170Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4222245Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4223456Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_grad.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4224920Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_grad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4226130Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_ops_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4227238Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/control_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4228413Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convert.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4229564Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4231289Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4232666Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/convnet_benchmarks_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4233809Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4236478Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core_gradients_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4237466Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4238984Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4239838Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf_predict.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4241157Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/crf_viterbi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4242276Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_parallel_model.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4243784Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_parallel_model_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4245250Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4246409Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/data_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4247380Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataio.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4248245Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataio_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4249336Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dataset.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4250311Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/db_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4251281Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4252183Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/device_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4253346Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4254314Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/embedding_generation_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4255074Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/experiment_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4256071Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/extension_loader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4257035Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakefp16_transform_lib.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4257887Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/filler_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4259744Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4260642Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/functional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4261654Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4262279Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gradient_check_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4263173Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gradient_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4264051Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/gru_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4264924Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hip_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4265888Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hsm_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4266784Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hypothesis_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4268070Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/hypothesis_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4269308Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4270237Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4271098Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_model_instantiator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4272151Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4273809Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4274311Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4275236Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4275905Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy_dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4276934Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lazy_dyndep_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4277958Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4278722Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4279452Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/lstm_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4280351Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/memonger.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4281533Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/memonger_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4282821Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4283650Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_device_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4284641Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4285667Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4286900Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modifier_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4287636Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/muji.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4288621Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/muji_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4289437Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_builder.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4291046Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_builder_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4291814Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_drawer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4293250Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_printer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4294081Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/net_printer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4294912Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4297151Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4297845Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4298445Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/nomnigraph_transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4299947Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4300552Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4301454Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/normalizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4302481Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/numa_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4303317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/numa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4304289Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4305284Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_fp_exceptions_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4306205Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4307770Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4308646Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4310022Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/optimizer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4310942Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallel_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4311878Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallel_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4312869Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/parallelize_bmuf_distributed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4313862Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/pipeline.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4314990Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/pipeline_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4315922Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor_constants.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4316870Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/recurrent.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4317860Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4318858Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/queue_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4319825Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/record_queue.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4320870Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4321969Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4322972Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4324076Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4325562Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/schema.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4326693Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/schema_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4327696Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4328758Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/scope_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4329744Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/session.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4330672Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/session_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4331674Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/sparse_to_dense_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4332598Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/sparse_to_dense_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4333540Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/task.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4334600Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/task_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4335846Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4336772Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/text_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4337951Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/timeout_guard.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4338970Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/toy_regression_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4339944Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4340987Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4342148Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/tt_core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4343294Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/tt_core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4344379Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4345503Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/utils_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4346411Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/visualize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4347302Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4348528Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-09-27T15:22:45.4349902Z creating build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:22:45.4350481Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:22:45.4351543Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/formatter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:22:45.4352571Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:22:45.4353406Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/github.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:22:45.4354533Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/docs/parser.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-09-27T15:22:45.4355385Z creating build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:22:45.4356035Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:22:45.4357018Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/char_rnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:22:45.4357970Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/imagenet_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:22:45.4359126Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/lmdb_create_example.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:22:45.4360061Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/examples/resnet50_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-09-27T15:22:45.4361685Z creating build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:22:45.4362150Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:22:45.4363514Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/init_shared_libs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:22:45.4364309Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/fakelowp/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-09-27T15:22:45.4366064Z creating build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4366840Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4367390Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/algebra.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4368230Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/arg_scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4369555Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/array_helpers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4370646Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/control_ops.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4371589Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4372489Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/db_input.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4373444Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4374443Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/elementwise_linear.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4375531Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4376572Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/nonlinearity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4377582Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4378610Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/pooling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4379604Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/quantization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4380529Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/tools.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4381543Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/helpers/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-09-27T15:22:45.4382510Z creating build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4383356Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4384395Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4385364Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/adam_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4386028Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4386908Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/channel_shuffle_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4387963Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4388707Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4389733Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4390485Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/convfusion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4391818Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4392740Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4393674Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4394631Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4395502Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4396233Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/leaky_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4397324Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/moment_sgd_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4398091Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/operator_fallback_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4398912Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/order_switch_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4399828Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4400703Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/pre_convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4401672Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4402623Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4403708Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/shape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4404569Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4405581Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/softmax_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4406449Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4407295Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/test_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4408245Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/transform_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4409453Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4410192Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/ideep/weightedsum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-09-27T15:22:45.4412072Z creating build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4412933Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4413937Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/adaptive_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4414907Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/add_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4416099Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/arc_cosine_feature_map.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4417078Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_huber_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4418031Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_lr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4419011Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_mse_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4420010Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4421062Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4422067Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/batch_softmax_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4423051Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/blob_weighted_sum.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4424001Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/bpr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4424972Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/bucket_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4426096Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/build_index.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4427045Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/concat.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4428073Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/constant_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4429024Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4429954Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4430871Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4431827Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc_with_bootstrap.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4432813Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/fc_without_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4433799Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/feature_sparse_to_dense.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4434764Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4435735Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/gather_record.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4436715Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/homotopy_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4437676Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/label_smooth.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4438677Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/last_n_window_collector.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4439672Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/layer_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4440628Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/layers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4441591Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/margin_rank_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4442629Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/merge_id_lists.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4443598Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/pairwise_similarity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4444616Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/position_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4445630Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/random_fourier_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4446643Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/reservoir_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4447614Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sampling_train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4448610Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sampling_trainable_mixin.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4449622Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/select_record_by_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4450697Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/semi_random_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4451735Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4452779Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_feature_hash.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4453867Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4454886Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/sparse_lookup.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4455916Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/split.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4456839Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/tags.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4457806Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/layers/uniform_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-09-27T15:22:45.4458546Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-09-27T15:22:45.4459341Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mint/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-09-27T15:22:45.4460222Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mint/app.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-09-27T15:22:45.4460904Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4461689Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4462620Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4463550Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_LRN_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4464502Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_concat_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4465440Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4466362Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4467326Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4468320Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4469268Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4470212Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fc_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4471163Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4472097Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4473045Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_pool_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4473989Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4475007Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sbn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4475958Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sbn_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4476973Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4477914Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4478866Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/mkl_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4479788Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/rewrite_graph.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4480739Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/mkl/rewrite_graph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-09-27T15:22:45.4481473Z creating build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4482305Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4483357Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_histogram_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4484431Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4485473Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_norm_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4486511Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4487538Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_statistics_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4488616Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4489654Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/get_entry_from_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4490696Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/get_entry_from_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4491710Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/gradient_clipping.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4492716Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/gradient_clipping_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4493724Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/initializers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4494731Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/initializers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4495815Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/net_modifier.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4496796Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_info.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4497797Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_sharing.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4498912Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/modeling/parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-09-27T15:22:45.4499664Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4500458Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4501478Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/__sym_init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4502414Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/download.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4503417Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/imagenet_trainer_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4504367Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4505317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/resnet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4506276Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/shufflenet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4507256Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/shufflenet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-09-27T15:22:45.4507993Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4508864Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4509878Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/beam_search.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4510955Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4512037Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4513113Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4514190Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/seq2seq_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4515185Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4516196Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/models/seq2seq/translate.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-09-27T15:22:45.4516961Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4517750Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4518664Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4519611Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend_cpp_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4520797Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/backend_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4521887Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/error.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4522872Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/frontend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4523877Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4524779Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4525756Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/test_onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4526691Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-09-27T15:22:45.4527431Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-09-27T15:22:45.4528229Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-09-27T15:22:45.4529198Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/bin/conversion.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-09-27T15:22:45.4529954Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4530816Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4531788Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/c2_ref_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4532794Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/conversion_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4533816Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4534550Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/onnx_backend_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4535541Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/ssa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4536521Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/onnx/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-09-27T15:22:45.4536989Z creating build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4537546Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4538243Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/activation_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4538858Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adadelta_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4539478Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4540155Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adagrad_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4541155Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/adam_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4542207Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/affine_channel_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4543306Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/alias_with_name_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4544219Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/apmeter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4545302Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/arg_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4546264Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/assert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4546928Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/async_net_barrier_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4547657Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/atomic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4548799Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/basic_rnn_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4549597Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_box_cox_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4550362Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4551005Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4551944Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4552909Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bbox_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4553563Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bisect_percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4554593Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4555622Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/boolean_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4556720Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/boolean_unmask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4557764Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4558648Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4559445Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cast_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4560317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ceil_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4561253Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4562180Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_shuffle_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4563339Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/channel_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4564158Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4565112Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/clip_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4566362Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/clip_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4567430Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4568423Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/concat_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4569409Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4570427Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conditional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4571391Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conftest.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4571986Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4573425Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4574473Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/copy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4575638Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4576504Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4577207Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/counter_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4578085Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/crf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4579540Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cross_entropy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4580257Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4581359Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4582078Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/cudnn_recurrent_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4583002Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/data_couple_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4583879Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dataset_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4584762Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/decay_adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4585828Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/deform_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4587013Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4587920Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4588814Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/detectron_keypoints.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4589639Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/distance_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4590907Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4592096Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/duplicate_operands_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4592951Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_linear_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4593753Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4594659Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4595868Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/elementwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4597107Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/emptysample_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4598268Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/enforce_finite_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4599359Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ensure_clipped_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4600469Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4601516Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/erf_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4602644Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/expand_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4604307Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fc_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4604960Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/feature_maps_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4606192Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/filler_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4607312Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/find_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4608491Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/flatten_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4609567Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/flexible_top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4610718Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/floor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4611874Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4613247Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4614380Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gather_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4615721Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gather_ranges_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4617086Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4618181Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4619210Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/glu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4620552Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/group_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4621640Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/group_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4622721Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/gru_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4623987Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4625325Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4626527Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/hsm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4627799Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/hyperbolic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4628959Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/im2col_col2im_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4630283Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/image_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4631555Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/index_hash_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4632742Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/index_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4633938Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/instance_norm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4635244Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/integral_image_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4636341Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/jsd_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4637524Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/key_split_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4638602Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lars_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4639787Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/layer_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4641144Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/leaky_relu_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4642321Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4643487Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/learning_rate_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4645691Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/length_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4646669Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4647780Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4649112Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4650301Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4651544Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4652596Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/load_save_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4654335Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/locally_connected_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4655581Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/loss_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4656693Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/lpnorm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4657847Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/map_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4659034Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4660162Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4661389Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/math_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4662528Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/matmul_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4663737Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mean_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4664865Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/merge_id_lists_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4665947Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4667099Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4668255Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mod_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4669330Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4670457Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/momentum_sgd_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4671788Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mpi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4673148Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/mul_gradient_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4674240Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/negate_gradient_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4675414Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/ngram_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4676496Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/normalize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4677598Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/numpy_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4678707Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/one_hot_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4680000Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/onnx_while_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4681178Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/order_switch_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4682331Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4683554Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4684679Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4685943Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/partition_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4686983Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4688252Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4689314Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/pooling_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4690742Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/prepend_dim_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4691873Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4693092Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/quantile_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4694296Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4695385Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rank_loss_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4696647Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rebatching_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4697942Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/record_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4699284Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/recurrent_net_executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4700462Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/recurrent_network_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4701618Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reduce_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4702914Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reduction_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4704126Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/reshape_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4705294Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/resize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4706528Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rmac_regions_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4707666Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rms_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4708773Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rnn_cell_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4710636Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4711751Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/rowwise_counter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4712976Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/scale_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4714144Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4715530Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/self_binning_histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4716796Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/selu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4717982Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sequence_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4719194Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/shape_inference_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4720629Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4721787Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/softmax_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4724852Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/softplus_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4725722Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4726113Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4727491Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4728317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4729351Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4730524Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_normalize_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4732827Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4733482Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4734138Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4735100Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/specialized_segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4736267Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/split_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4737514Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/square_root_divide_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4738516Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/stats_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4739504Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/stats_put_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4741148Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/storm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4741664Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/string_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4742422Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/text_file_reader_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4743226Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/thresholded_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4744235Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4745209Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4746313Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/torch_integration_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4747346Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4748254Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/trigonometric_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4749208Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unique_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4750231Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4751203Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/unsafe_coalesce_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4752089Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/upsample_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4753032Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/utility_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4754118Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/video_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4755085Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weight_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4755865Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_multi_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4756869Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4757660Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/weighted_sum_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4758651Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/operator_test/wngrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-09-27T15:22:45.4760357Z creating build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4760936Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4762044Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/mobile_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4762718Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/mobile_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4763814Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4764663Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4765749Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_py_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4766566Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/predictor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4767421Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/predictor/serde.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-09-27T15:22:45.4768816Z creating build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:22:45.4769398Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:22:45.4770369Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/lstm_comparison.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:22:45.4771211Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/rnn/rnn_cell_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-09-27T15:22:45.4772508Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:22:45.4772876Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:22:45.4773960Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/coverage.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:22:45.4774941Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/serialized_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-09-27T15:22:45.4776246Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data 2022-09-27T15:22:45.4777812Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4778278Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4780424Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4781089Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4781884Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4782805Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4783740Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4784622Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4785613Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4786835Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4787739Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4788747Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4789669Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4790702Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4791723Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4792654Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4793704Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4794317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4795120Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4796231Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4796976Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4797977Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4799760Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4800506Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4801484Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4802075Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4802813Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4804340Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4805142Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4805854Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4806968Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4808134Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4809208Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4810104Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4811001Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4811908Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4812759Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4813883Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4815701Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4816553Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4818409Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4819199Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4820759Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4821217Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4822495Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4823710Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4824437Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4825552Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4826789Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4827964Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4828895Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4829848Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4830967Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4832269Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4833026Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4834047Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4835012Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4835925Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4836814Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4838567Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4839032Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4839957Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4840958Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4842339Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4843397Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4844570Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4846367Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4847338Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4848429Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4849764Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4850743Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4851974Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4853152Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4854329Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4855725Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4857100Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4858260Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4859511Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4860570Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4861797Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4862880Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4863966Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4865177Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4866327Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4867570Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4868729Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4869882Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4870978Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4872045Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4873312Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4874367Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4875505Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4876601Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4877809Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4878867Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4880133Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4881332Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4882511Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4883634Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4884808Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4885924Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4886995Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4888186Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4889291Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4891251Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4892513Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4893754Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4894758Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4896036Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4898770Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4899402Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4900520Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4901544Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4902549Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4903440Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4904434Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4905961Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4906816Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4907669Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4908618Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4909546Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4910319Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4911179Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4912141Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4913079Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4913926Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4915037Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4915631Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4916861Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4917752Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4918621Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4919559Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4920429Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4921201Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4922132Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4923083Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4924151Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4924940Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4925827Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4926713Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4927617Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4928491Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4929317Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4930844Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4931916Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4932552Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4933657Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4934560Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4935749Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4936853Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4937837Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4939291Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4940197Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4941394Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4941870Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4942964Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4943953Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:22:45.4945317Z creating build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4946276Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4947623Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/blob_deallocation_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4948692Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/do_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4949551Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4950309Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/executor_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4951027Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/fakefp16_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4952220Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/gpu_context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4953047Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/inference_lstm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4953951Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/test/python_protobuf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-09-27T15:22:45.4955527Z creating build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:22:45.4955903Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:22:45.4956432Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/test_pt_onnx_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:22:45.4957864Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/test_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:22:45.4958209Z copying build/lib.linux-x86_64-cpython-37/caffe2/python/trt/transform.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-09-27T15:22:45.4960139Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-09-27T15:22:45.4960461Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-09-27T15:22:45.4961869Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4962328Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4963440Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4964962Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4965563Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4967473Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/compute_equalization_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4967818Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4968432Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4969517Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4970546Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4971654Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4973056Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4974075Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4974849Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/dnnlowp_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4976293Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4976712Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4978090Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4978730Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4980067Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4981331Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4982321Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_fp16_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4983471Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4984527Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4985675Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4986954Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4987990Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_gen_quant_params_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4989096Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4990198Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4991410Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4992559Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4993629Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4994667Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4995819Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4996872Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4998056Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.4999385Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.5001217Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.5002521Z copying build/lib.linux-x86_64-cpython-37/caffe2/quantization/server/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-09-27T15:22:45.5004558Z creating build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:22:45.5005063Z copying build/lib.linux-x86_64-cpython-37/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:22:45.5006184Z copying build/lib.linux-x86_64-cpython-37/functorch/setup.py -> build/bdist.linux-x86_64/wheel/functorch 2022-09-27T15:22:45.5007788Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5008295Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5009670Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5011018Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5012743Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5013500Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5014518Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5015982Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5017521Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5018783Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5019955Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/monkey_patching.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5021069Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5022127Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5024447Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5024983Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5025636Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5027247Z copying build/lib.linux-x86_64-cpython-37/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-09-27T15:22:45.5028552Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-09-27T15:22:45.5029048Z copying build/lib.linux-x86_64-cpython-37/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-09-27T15:22:45.5030449Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5030782Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5031877Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5032889Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5033867Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5034664Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5035338Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5036245Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5037207Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5037725Z copying build/lib.linux-x86_64-cpython-37/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-09-27T15:22:45.5039302Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:22:45.5040078Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:22:45.5040760Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:22:45.5042050Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:22:45.5043305Z copying build/lib.linux-x86_64-cpython-37/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-09-27T15:22:45.5044494Z 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-09-27T15:22:45.5049224Z creating build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5049620Z copying build/lib.linux-x86_64-cpython-37/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5050386Z copying build/lib.linux-x86_64-cpython-37/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5051415Z copying build/lib.linux-x86_64-cpython-37/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5052146Z copying build/lib.linux-x86_64-cpython-37/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5053818Z copying build/lib.linux-x86_64-cpython-37/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5054762Z copying build/lib.linux-x86_64-cpython-37/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5055995Z copying build/lib.linux-x86_64-cpython-37/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5056468Z copying build/lib.linux-x86_64-cpython-37/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5057997Z copying build/lib.linux-x86_64-cpython-37/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5058741Z copying build/lib.linux-x86_64-cpython-37/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5060356Z copying build/lib.linux-x86_64-cpython-37/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5061422Z copying build/lib.linux-x86_64-cpython-37/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5062727Z copying build/lib.linux-x86_64-cpython-37/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5063089Z copying build/lib.linux-x86_64-cpython-37/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5064437Z copying build/lib.linux-x86_64-cpython-37/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5065415Z copying build/lib.linux-x86_64-cpython-37/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5067111Z copying build/lib.linux-x86_64-cpython-37/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5068069Z copying build/lib.linux-x86_64-cpython-37/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5068792Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5070513Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5072329Z copying build/lib.linux-x86_64-cpython-37/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5073294Z copying build/lib.linux-x86_64-cpython-37/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5077013Z copying build/lib.linux-x86_64-cpython-37/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5078443Z copying build/lib.linux-x86_64-cpython-37/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5078897Z copying build/lib.linux-x86_64-cpython-37/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5079816Z copying build/lib.linux-x86_64-cpython-37/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5081276Z copying build/lib.linux-x86_64-cpython-37/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5083066Z copying build/lib.linux-x86_64-cpython-37/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5083423Z copying build/lib.linux-x86_64-cpython-37/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5085385Z copying build/lib.linux-x86_64-cpython-37/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5086243Z copying build/lib.linux-x86_64-cpython-37/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5087066Z copying build/lib.linux-x86_64-cpython-37/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5088338Z copying build/lib.linux-x86_64-cpython-37/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5089742Z copying build/lib.linux-x86_64-cpython-37/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5090763Z copying build/lib.linux-x86_64-cpython-37/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5091383Z copying build/lib.linux-x86_64-cpython-37/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5093613Z copying build/lib.linux-x86_64-cpython-37/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.5093839Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:22:45.5094556Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:22:45.5095501Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:22:45.5098391Z copying build/lib.linux-x86_64-cpython-37/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-09-27T15:22:45.5099625Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-09-27T15:22:45.5099912Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-09-27T15:22:45.5101298Z copying build/lib.linux-x86_64-cpython-37/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-09-27T15:22:45.5102009Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5102750Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5104092Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5104727Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5106078Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5106737Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5107764Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5108849Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5109742Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5110557Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5111355Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5112149Z copying build/lib.linux-x86_64-cpython-37/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-09-27T15:22:45.5113714Z creating build/bdist.linux-x86_64/wheel/torch/_masked 2022-09-27T15:22:45.5114067Z copying build/lib.linux-x86_64-cpython-37/torch/_masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_masked 2022-09-27T15:22:45.5115332Z copying build/lib.linux-x86_64-cpython-37/torch/_masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/_masked 2022-09-27T15:22:45.5116998Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:22:45.5117290Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:22:45.5118927Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:22:45.5119592Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:22:45.5120798Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:22:45.5121378Z copying build/lib.linux-x86_64-cpython-37/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-09-27T15:22:45.5122950Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-09-27T15:22:45.5123327Z copying build/lib.linux-x86_64-cpython-37/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-09-27T15:22:45.5124879Z copying build/lib.linux-x86_64-cpython-37/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-09-27T15:22:45.5126116Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-09-27T15:22:45.5126421Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-09-27T15:22:45.5128455Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-09-27T15:22:45.5129580Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-09-27T15:22:45.5129875Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-09-27T15:22:45.5131379Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-09-27T15:22:45.5132139Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-09-27T15:22:45.5133290Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-09-27T15:22:45.5133841Z 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-09-27T15:22:45.5135801Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-09-27T15:22:45.5136312Z copying build/lib.linux-x86_64-cpython-37/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-09-27T15:22:45.5138518Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:22:45.5139220Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:22:45.5140003Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:22:45.5141263Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:22:45.5142562Z copying build/lib.linux-x86_64-cpython-37/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-09-27T15:22:45.5143956Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-09-27T15:22:45.5144514Z copying build/lib.linux-x86_64-cpython-37/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-09-27T15:22:45.5145849Z copying build/lib.linux-x86_64-cpython-37/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-09-27T15:22:45.5146954Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-09-27T15:22:45.5147569Z copying build/lib.linux-x86_64-cpython-37/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-09-27T15:22:45.5149187Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-09-27T15:22:45.5149861Z copying build/lib.linux-x86_64-cpython-37/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-09-27T15:22:45.5151103Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-09-27T15:22:45.5151523Z 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-09-27T15:22:45.5153516Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-09-27T15:22:45.5154042Z 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-09-27T15:22:45.5154991Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:22:45.5155731Z 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-09-27T15:22:45.5156767Z 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-09-27T15:22:45.5157837Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-09-27T15:22:45.5158523Z 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-09-27T15:22:45.5159670Z 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-09-27T15:22:45.5160855Z 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-09-27T15:22:45.5161540Z 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-09-27T15:22:45.5162487Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-09-27T15:22:45.5163269Z 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-09-27T15:22:45.5164075Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-09-27T15:22:45.5164722Z 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-09-27T15:22:45.5165760Z 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-09-27T15:22:45.5166725Z 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-09-27T15:22:45.5167595Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-09-27T15:22:45.5168350Z 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-09-27T15:22:45.5169176Z 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-09-27T15:22:45.5170721Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-09-27T15:22:45.5171153Z 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-09-27T15:22:45.5172469Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:22:45.5173213Z 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-09-27T15:22:45.5174132Z 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-09-27T15:22:45.5175061Z 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-09-27T15:22:45.5176030Z 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-09-27T15:22:45.5177656Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-09-27T15:22:45.5178275Z 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-09-27T15:22:45.5179365Z 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-09-27T15:22:45.5180148Z 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-09-27T15:22:45.5181172Z 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-09-27T15:22:45.5182370Z 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-09-27T15:22:45.5183366Z 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-09-27T15:22:45.5184353Z 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-09-27T15:22:45.5185265Z 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-09-27T15:22:45.5186265Z 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-09-27T15:22:45.5187310Z 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-09-27T15:22:45.5188136Z 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-09-27T15:22:45.5189128Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-09-27T15:22:45.5189835Z 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-09-27T15:22:45.5190904Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-09-27T15:22:45.5191318Z 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-09-27T15:22:45.5192852Z 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-09-27T15:22:45.5193777Z 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-09-27T15:22:45.5194787Z 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-09-27T15:22:45.5195831Z 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-09-27T15:22:45.5196829Z 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-09-27T15:22:45.5198443Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-09-27T15:22:45.5199131Z 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-09-27T15:22:45.5200149Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-09-27T15:22:45.5200745Z 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-09-27T15:22:45.5201485Z 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-09-27T15:22:45.5202625Z 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-09-27T15:22:45.5203944Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:22:45.5204308Z 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-09-27T15:22:45.5205290Z 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-09-27T15:22:45.5206958Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:22:45.5207332Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:22:45.5207950Z copying build/lib.linux-x86_64-cpython-37/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-09-27T15:22:45.5209628Z 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-09-27T15:22:45.5210112Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-09-27T15:22:45.5210763Z 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-09-27T15:22:45.5211753Z 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-09-27T15:22:45.5212679Z 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-09-27T15:22:45.5214613Z 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-09-27T15:22:45.5214981Z 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-09-27T15:22:45.5216263Z 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-09-27T15:22:45.5216865Z 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-09-27T15:22:45.5217722Z 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-09-27T15:22:45.5219443Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5220008Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5220882Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5221710Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5222466Z 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-09-27T15:22:45.5223153Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5223963Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5225287Z 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-09-27T15:22:45.5225936Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5227376Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5228499Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5229307Z 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-09-27T15:22:45.5229956Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5230725Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5231640Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5241062Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5242944Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5244349Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5245008Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5246168Z copying build/lib.linux-x86_64-cpython-37/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-09-27T15:22:45.5248009Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-09-27T15:22:45.5248488Z 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-09-27T15:22:45.5249423Z 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-09-27T15:22:45.5250152Z 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-09-27T15:22:45.5264343Z 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-09-27T15:22:45.5265080Z 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-09-27T15:22:45.5265708Z 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-09-27T15:22:45.5266367Z 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-09-27T15:22:45.5266938Z 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-09-27T15:22:45.5267512Z 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-09-27T15:22:45.5267826Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-09-27T15:22:45.5268352Z 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-09-27T15:22:45.5268930Z 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-09-27T15:22:45.5269545Z 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-09-27T15:22:45.5270160Z 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-09-27T15:22:45.5270725Z 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-09-27T15:22:45.5271323Z 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-09-27T15:22:45.5271841Z 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-09-27T15:22:45.5272650Z 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-09-27T15:22:45.5273374Z 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-09-27T15:22:45.5273912Z 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-09-27T15:22:45.5274474Z 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-09-27T15:22:45.5276380Z 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-09-27T15:22:45.5277698Z 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-09-27T15:22:45.5278682Z 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-09-27T15:22:45.5281671Z 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-09-27T15:22:45.5284672Z 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-09-27T15:22:45.5285187Z 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-09-27T15:22:45.5287598Z 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-09-27T15:22:45.5289110Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-09-27T15:22:45.5290429Z 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-09-27T15:22:45.5291847Z 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-09-27T15:22:45.5294286Z 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-09-27T15:22:45.5295046Z 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-09-27T15:22:45.5296745Z 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-09-27T15:22:45.5300930Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-09-27T15:22:45.5301420Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-09-27T15:22:45.5302338Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-09-27T15:22:45.5303935Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental 2022-09-27T15:22:45.5304281Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental 2022-09-27T15:22:45.5305965Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:22:45.5306435Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:22:45.5307585Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:22:45.5309652Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:22:45.5310219Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:22:45.5311154Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:22:45.5312460Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:45.5312847Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:45.5315183Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:45.5315669Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:45.5316603Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:22:45.5317838Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:22:45.5319217Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:22:45.5319647Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:45.5321266Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:45.5322033Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:45.5323257Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:22:45.5324523Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:45.5325041Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:45.5326067Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:45.5326970Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:22:45.5328324Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:22:45.5328836Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:22:45.5329326Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:22:45.5331341Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-09-27T15:22:45.5333572Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:22:45.5333970Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:22:45.5335103Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:22:45.5336238Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:22:45.5337079Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:22:45.5338142Z copying build/lib.linux-x86_64-cpython-37/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-09-27T15:22:45.5339504Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5340114Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5341263Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5342640Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5343138Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5343989Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5345623Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5346392Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5347837Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5348512Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5349717Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5350622Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5352201Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-09-27T15:22:45.5352958Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:22:45.5353595Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:22:45.5354745Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:22:45.5355340Z copying build/lib.linux-x86_64-cpython-37/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-09-27T15:22:45.5356896Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-09-27T15:22:45.5357694Z copying build/lib.linux-x86_64-cpython-37/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-09-27T15:22:45.5358835Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-09-27T15:22:45.5359429Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-09-27T15:22:45.5360452Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-09-27T15:22:45.5362588Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:22:45.5362927Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:22:45.5363677Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:22:45.5364718Z copying build/lib.linux-x86_64-cpython-37/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-09-27T15:22:45.5367118Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-09-27T15:22:45.5367638Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-09-27T15:22:45.5368508Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-09-27T15:22:45.5369315Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-09-27T15:22:45.5370588Z copying build/lib.linux-x86_64-cpython-37/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-09-27T15:22:45.5372151Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-09-27T15:22:45.5372638Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-09-27T15:22:45.5374514Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-09-27T15:22:45.5375171Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-09-27T15:22:45.5376123Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-09-27T15:22:45.5376639Z copying build/lib.linux-x86_64-cpython-37/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-09-27T15:22:45.5378589Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-09-27T15:22:45.5378917Z copying build/lib.linux-x86_64-cpython-37/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-09-27T15:22:45.5380213Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-09-27T15:22:45.5380637Z copying build/lib.linux-x86_64-cpython-37/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-09-27T15:22:45.5382587Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-09-27T15:22:45.5383158Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-09-27T15:22:45.5383675Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-09-27T15:22:45.5385281Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-09-27T15:22:45.5385864Z copying build/lib.linux-x86_64-cpython-37/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-09-27T15:22:45.5387349Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-09-27T15:22:45.5387733Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-09-27T15:22:45.5388641Z copying build/lib.linux-x86_64-cpython-37/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-09-27T15:22:45.5390303Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-09-27T15:22:45.5390965Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-09-27T15:22:45.5392031Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-09-27T15:22:45.5392842Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-09-27T15:22:45.5394174Z copying build/lib.linux-x86_64-cpython-37/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-09-27T15:22:45.5395587Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5396109Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5397848Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5398493Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5399894Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5400700Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5401958Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5403110Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5404050Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5405353Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5406546Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5407727Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5408839Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5409967Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5412050Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5412558Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5413206Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-09-27T15:22:45.5414888Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:22:45.5415600Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:22:45.5416614Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:22:45.5418756Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:22:45.5419306Z copying build/lib.linux-x86_64-cpython-37/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-09-27T15:22:45.5421169Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5421904Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5422867Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5423902Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5425130Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5427621Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5428523Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5429567Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5430596Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5431991Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-09-27T15:22:45.5433679Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5434516Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5435363Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5436421Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5437842Z 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-09-27T15:22:45.5438479Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5439555Z 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-09-27T15:22:45.5441210Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5441743Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5442753Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-09-27T15:22:45.5444927Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5445444Z 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-09-27T15:22:45.5446211Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5447164Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5447994Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5449708Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5450734Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5451802Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5452621Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5453893Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5454993Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5456220Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5457342Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_shard/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-09-27T15:22:45.5458833Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-09-27T15:22:45.5459546Z 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-09-27T15:22:45.5460869Z 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-09-27T15:22:45.5462140Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-09-27T15:22:45.5462978Z 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-09-27T15:22:45.5464410Z 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-09-27T15:22:45.5465940Z 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-09-27T15:22:45.5466785Z 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-09-27T15:22:45.5468311Z 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-09-27T15:22:45.5469643Z 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-09-27T15:22:45.5470783Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:22:45.5472093Z 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-09-27T15:22:45.5473060Z 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-09-27T15:22:45.5474176Z 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-09-27T15:22:45.5475359Z 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-09-27T15:22:45.5476439Z 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-09-27T15:22:45.5477486Z 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-09-27T15:22:45.5478657Z 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-09-27T15:22:45.5479795Z 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-09-27T15:22:45.5480777Z 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-09-27T15:22:45.5482069Z 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-09-27T15:22:45.5483285Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-09-27T15:22:45.5484292Z 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-09-27T15:22:45.5485566Z 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-09-27T15:22:45.5486828Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-09-27T15:22:45.5487668Z 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-09-27T15:22:45.5488966Z 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-09-27T15:22:45.5490104Z 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-09-27T15:22:45.5491346Z 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-09-27T15:22:45.5492665Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:22:45.5493747Z 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-09-27T15:22:45.5495042Z 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-09-27T15:22:45.5496185Z 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-09-27T15:22:45.5498507Z 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-09-27T15:22:45.5499641Z 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-09-27T15:22:45.5500807Z 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-09-27T15:22:45.5501936Z 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-09-27T15:22:45.5503203Z 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-09-27T15:22:45.5504304Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-09-27T15:22:45.5504918Z 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-09-27T15:22:45.5506441Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-09-27T15:22:45.5507067Z 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-09-27T15:22:45.5508027Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-09-27T15:22:45.5508403Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-09-27T15:22:45.5509221Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-09-27T15:22:45.5510837Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-09-27T15:22:45.5511169Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-09-27T15:22:45.5512287Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-09-27T15:22:45.5513697Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-09-27T15:22:45.5514178Z 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-09-27T15:22:45.5515090Z 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-09-27T15:22:45.5515813Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:22:45.5516257Z 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-09-27T15:22:45.5517333Z 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-09-27T15:22:45.5518853Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:22:45.5519508Z 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-09-27T15:22:45.5520472Z 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-09-27T15:22:45.5521026Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-09-27T15:22:45.5521469Z 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-09-27T15:22:45.5522304Z 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-09-27T15:22:45.5524189Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:22:45.5524710Z 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-09-27T15:22:45.5525886Z 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-09-27T15:22:45.5528069Z 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-09-27T15:22:45.5528476Z 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-09-27T15:22:45.5528963Z 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-09-27T15:22:45.5529917Z 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-09-27T15:22:45.5530655Z 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-09-27T15:22:45.5532840Z 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-09-27T15:22:45.5533592Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-09-27T15:22:45.5534571Z 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-09-27T15:22:45.5535424Z 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-09-27T15:22:45.5536873Z 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-09-27T15:22:45.5537846Z 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-09-27T15:22:45.5538406Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-09-27T15:22:45.5539006Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-09-27T15:22:45.5540133Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-09-27T15:22:45.5540746Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-09-27T15:22:45.5541666Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-09-27T15:22:45.5542409Z 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-09-27T15:22:45.5543386Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-09-27T15:22:45.5544043Z 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-09-27T15:22:45.5544979Z 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-09-27T15:22:45.5546158Z 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-09-27T15:22:45.5547344Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-09-27T15:22:45.5547777Z 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-09-27T15:22:45.5548876Z 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-09-27T15:22:45.5549982Z 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-09-27T15:22:45.5550851Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-09-27T15:22:45.5551449Z 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-09-27T15:22:45.5552533Z 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-09-27T15:22:45.5554286Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-09-27T15:22:45.5554817Z 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-09-27T15:22:45.5555651Z 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-09-27T15:22:45.5556733Z 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-09-27T15:22:45.5557313Z 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-09-27T15:22:45.5559062Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:22:45.5559806Z 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-09-27T15:22:45.5560802Z 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-09-27T15:22:45.5561809Z 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-09-27T15:22:45.5562804Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-09-27T15:22:45.5563249Z 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-09-27T15:22:45.5564811Z 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-09-27T15:22:45.5566057Z 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-09-27T15:22:45.5567510Z 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-09-27T15:22:45.5568569Z 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-09-27T15:22:45.5570091Z 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-09-27T15:22:45.5571294Z 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-09-27T15:22:45.5572304Z 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-09-27T15:22:45.5573354Z 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-09-27T15:22:45.5574616Z 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-09-27T15:22:45.5575960Z 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-09-27T15:22:45.5577111Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-09-27T15:22:45.5578368Z 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-09-27T15:22:45.5579435Z 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-09-27T15:22:45.5580653Z 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-09-27T15:22:45.5581991Z 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-09-27T15:22:45.5583082Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-09-27T15:22:45.5583936Z 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-09-27T15:22:45.5585098Z 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-09-27T15:22:45.5586224Z 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-09-27T15:22:45.5587350Z 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-09-27T15:22:45.5588608Z 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-09-27T15:22:45.5589671Z 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-09-27T15:22:45.5590777Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-09-27T15:22:45.5591678Z 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-09-27T15:22:45.5592975Z 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-09-27T15:22:45.5594152Z 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-09-27T15:22:45.5595437Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5596153Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5597233Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5598833Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5600085Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5601172Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5602315Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5603931Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/flatten_params_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5605108Z 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-09-27T15:22:45.5608117Z 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-09-27T15:22:45.5609473Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5610579Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-09-27T15:22:45.5611765Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-09-27T15:22:45.5613372Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-09-27T15:22:45.5614519Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-09-27T15:22:45.5615911Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-09-27T15:22:45.5616878Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-09-27T15:22:45.5618283Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-09-27T15:22:45.5619722Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-09-27T15:22:45.5620461Z 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-09-27T15:22:45.5621491Z 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-09-27T15:22:45.5623316Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-09-27T15:22:45.5624007Z 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-09-27T15:22:45.5624867Z 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-09-27T15:22:45.5626371Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-09-27T15:22:45.5627150Z 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-09-27T15:22:45.5628443Z 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-09-27T15:22:45.5629940Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5630731Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5631930Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5633217Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5634257Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5635208Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5636488Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5637535Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5638627Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5639797Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5640917Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5642087Z 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-09-27T15:22:45.5643398Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-09-27T15:22:45.5644725Z 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-09-27T15:22:45.5647275Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-09-27T15:22:45.5647853Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-09-27T15:22:45.5648774Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-09-27T15:22:45.5649463Z 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-09-27T15:22:45.5650836Z 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-09-27T15:22:45.5652206Z 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-09-27T15:22:45.5653081Z 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-09-27T15:22:45.5654398Z 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-09-27T15:22:45.5655539Z 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-09-27T15:22:45.5656523Z 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-09-27T15:22:45.5658447Z 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-09-27T15:22:45.5659823Z 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-09-27T15:22:45.5661027Z 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-09-27T15:22:45.5662079Z 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-09-27T15:22:45.5663300Z 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-09-27T15:22:45.5664508Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-09-27T15:22:45.5665630Z 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-09-27T15:22:45.5667043Z 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-09-27T15:22:45.5668219Z 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-09-27T15:22:45.5669223Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-09-27T15:22:45.5669958Z 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-09-27T15:22:45.5671287Z 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-09-27T15:22:45.5672466Z 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-09-27T15:22:45.5673483Z 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-09-27T15:22:45.5674717Z 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-09-27T15:22:45.5675750Z 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-09-27T15:22:45.5677015Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5677770Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5679166Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5679856Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5681428Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5682014Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5683600Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5684324Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5685320Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5686480Z copying build/lib.linux-x86_64-cpython-37/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-09-27T15:22:45.5687561Z 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-09-27T15:22:45.5689188Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-09-27T15:22:45.5689613Z 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-09-27T15:22:45.5690563Z 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-09-27T15:22:45.5692551Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5692943Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5694159Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5694819Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5696554Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5697037Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5698014Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5698816Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5699783Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5700743Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5701855Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5702550Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5703530Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5704473Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5705289Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5706277Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5707053Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5708394Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5709213Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5710117Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5711132Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5712081Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5712781Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5713862Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5714638Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5715917Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5716477Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5717513Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5718301Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5719193Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5720027Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5720812Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5721748Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5722539Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5723571Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5724215Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5725160Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5725871Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5726877Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5729071Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5729448Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5730404Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5731708Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5732516Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5733935Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5734650Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5735634Z copying build/lib.linux-x86_64-cpython-37/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-09-27T15:22:45.5737158Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-09-27T15:22:45.5737690Z copying build/lib.linux-x86_64-cpython-37/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-09-27T15:22:45.5739400Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-09-27T15:22:45.5739658Z copying build/lib.linux-x86_64-cpython-37/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-09-27T15:22:45.5741170Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5741467Z copying build/lib.linux-x86_64-cpython-37/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5743203Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5743713Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5744488Z copying build/lib.linux-x86_64-cpython-37/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5746094Z copying build/lib.linux-x86_64-cpython-37/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5746560Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5748270Z copying build/lib.linux-x86_64-cpython-37/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5749216Z copying build/lib.linux-x86_64-cpython-37/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5750704Z copying build/lib.linux-x86_64-cpython-37/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5751479Z copying build/lib.linux-x86_64-cpython-37/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5752430Z copying build/lib.linux-x86_64-cpython-37/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5753763Z copying build/lib.linux-x86_64-cpython-37/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5754708Z copying build/lib.linux-x86_64-cpython-37/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5755578Z copying build/lib.linux-x86_64-cpython-37/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5756521Z copying build/lib.linux-x86_64-cpython-37/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-09-27T15:22:45.5758207Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5758647Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5759673Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5760802Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5761632Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5762455Z 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-09-27T15:22:45.5764426Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5764887Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5765875Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5766361Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5767644Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5768698Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5770042Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5771068Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5772315Z 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-09-27T15:22:45.5773783Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5775033Z copying build/lib.linux-x86_64-cpython-37/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-09-27T15:22:45.5776789Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:22:45.5777404Z 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-09-27T15:22:45.5779400Z 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-09-27T15:22:45.5779811Z 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-09-27T15:22:45.5781336Z 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-09-27T15:22:45.5782243Z 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-09-27T15:22:45.5783047Z 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-09-27T15:22:45.5784490Z 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-09-27T15:22:45.5785165Z 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-09-27T15:22:45.5786446Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-09-27T15:22:45.5787087Z 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-09-27T15:22:45.5788259Z 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-09-27T15:22:45.5788913Z 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-09-27T15:22:45.5789735Z 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-09-27T15:22:45.5790568Z 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-09-27T15:22:45.5791334Z 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-09-27T15:22:45.5792712Z 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-09-27T15:22:45.5793062Z 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-09-27T15:22:45.5794609Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:22:45.5795018Z 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-09-27T15:22:45.5796122Z 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-09-27T15:22:45.5797351Z 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-09-27T15:22:45.5798080Z 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-09-27T15:22:45.5799252Z 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-09-27T15:22:45.5800147Z 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-09-27T15:22:45.5801669Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5802447Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5803112Z 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-09-27T15:22:45.5803917Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5805001Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5805871Z 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-09-27T15:22:45.5807134Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5808040Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5809151Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5810079Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5811079Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5811958Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5812709Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5814684Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5815733Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-09-27T15:22:45.5816554Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-09-27T15:22:45.5818240Z 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-09-27T15:22:45.5819419Z 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-09-27T15:22:45.5820111Z copying build/lib.linux-x86_64-cpython-37/torch/fx/passes/backends/nvfuser.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-09-27T15:22:45.5821809Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-09-27T15:22:45.5822308Z 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-09-27T15:22:45.5823537Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-09-27T15:22:45.5824078Z 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-09-27T15:22:45.5824865Z 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-09-27T15:22:45.5826398Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-09-27T15:22:45.5826817Z 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-09-27T15:22:45.5827818Z 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-09-27T15:22:45.5828981Z 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-09-27T15:22:45.5829741Z 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-09-27T15:22:45.5830660Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-09-27T15:22:45.5831367Z 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-09-27T15:22:45.5832231Z 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-09-27T15:22:45.5833630Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-09-27T15:22:45.5834136Z 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-09-27T15:22:45.5835555Z 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-09-27T15:22:45.5836052Z 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-09-27T15:22:45.5837109Z 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-09-27T15:22:45.5838492Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5838771Z copying build/lib.linux-x86_64-cpython-37/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5839977Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5841195Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5842058Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5843309Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5844544Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5845614Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5846835Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5847947Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5849101Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5850040Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5851403Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5852344Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5853463Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5854836Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5856970Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5858221Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5859600Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5860885Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5862549Z copying build/lib.linux-x86_64-cpython-37/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5863874Z copying build/lib.linux-x86_64-cpython-37/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5865237Z copying build/lib.linux-x86_64-cpython-37/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5866507Z copying build/lib.linux-x86_64-cpython-37/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5867792Z copying build/lib.linux-x86_64-cpython-37/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5868953Z copying build/lib.linux-x86_64-cpython-37/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-09-27T15:22:45.5870470Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-09-27T15:22:45.5871102Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-09-27T15:22:45.5872414Z copying build/lib.linux-x86_64-cpython-37/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-09-27T15:22:45.5873517Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-09-27T15:22:45.5874561Z copying build/lib.linux-x86_64-cpython-37/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-09-27T15:22:45.5876075Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-09-27T15:22:45.5876559Z copying build/lib.linux-x86_64-cpython-37/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-09-27T15:22:45.5879072Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-09-27T15:22:45.5879413Z copying build/lib.linux-x86_64-cpython-37/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-09-27T15:22:45.5880804Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5881748Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5882768Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5884039Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5885249Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/functions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5886428Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/matmul.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5887599Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5888608Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5889878Z copying build/lib.linux-x86_64-cpython-37/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-09-27T15:22:45.5890986Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-09-27T15:22:45.5891701Z copying build/lib.linux-x86_64-cpython-37/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-09-27T15:22:45.5893356Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5894094Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5895118Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5895905Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5897635Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5898394Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5899372Z copying build/lib.linux-x86_64-cpython-37/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-09-27T15:22:45.5900333Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-09-27T15:22:45.5900651Z copying build/lib.linux-x86_64-cpython-37/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-09-27T15:22:45.5902629Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5902940Z copying build/lib.linux-x86_64-cpython-37/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5903863Z copying build/lib.linux-x86_64-cpython-37/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5905089Z copying build/lib.linux-x86_64-cpython-37/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5905740Z copying build/lib.linux-x86_64-cpython-37/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5906745Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5909333Z copying build/lib.linux-x86_64-cpython-37/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5910264Z copying build/lib.linux-x86_64-cpython-37/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5911299Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.5913048Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-09-27T15:22:45.5913684Z copying build/lib.linux-x86_64-cpython-37/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-09-27T15:22:45.5914859Z copying build/lib.linux-x86_64-cpython-37/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-09-27T15:22:45.5915114Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-09-27T15:22:45.5915849Z copying build/lib.linux-x86_64-cpython-37/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-09-27T15:22:45.5917617Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-09-27T15:22:45.5918038Z 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-09-27T15:22:45.5919073Z 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-09-27T15:22:45.5920717Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-09-27T15:22:45.5921033Z 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-09-27T15:22:45.5922197Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-09-27T15:22:45.5923141Z 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-09-27T15:22:45.5924091Z 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-09-27T15:22:45.5925186Z 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-09-27T15:22:45.5926069Z 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-09-27T15:22:45.5927686Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-09-27T15:22:45.5928326Z 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-09-27T15:22:45.5929778Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:22:45.5930207Z 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-09-27T15:22:45.5933098Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:22:45.5933630Z 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-09-27T15:22:45.5934111Z 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-09-27T15:22:45.5935031Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-09-27T15:22:45.5935581Z 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-09-27T15:22:45.5937317Z 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-09-27T15:22:45.5937761Z 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-09-27T15:22:45.5939095Z 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-09-27T15:22:45.5941049Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5941582Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5942601Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5942897Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5944814Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5945370Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5946452Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5947170Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5948221Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5950205Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5950770Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5951729Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5952773Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5953732Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5954743Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5955762Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5956742Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5958483Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5960025Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5961181Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5962181Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5963286Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5964784Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5966307Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5967379Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5968335Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5969649Z copying build/lib.linux-x86_64-cpython-37/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-09-27T15:22:45.5971091Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5971405Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5972422Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5973078Z 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-09-27T15:22:45.5974316Z 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-09-27T15:22:45.5975185Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5976640Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5978278Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5979704Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5980591Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5981429Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5982676Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5983637Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5984272Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5985813Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/distributed.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5987046Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5987754Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5988800Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-09-27T15:22:45.5989996Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-09-27T15:22:45.5990441Z copying build/lib.linux-x86_64-cpython-37/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-09-27T15:22:45.5992453Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-09-27T15:22:45.5992999Z 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-09-27T15:22:45.5994000Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-09-27T15:22:45.5994653Z 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-09-27T15:22:45.5995740Z 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-09-27T15:22:45.5996869Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-09-27T15:22:45.5997420Z 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-09-27T15:22:45.5998406Z 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-09-27T15:22:45.5999135Z 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-09-27T15:22:45.6000486Z 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-09-27T15:22:45.6001237Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-09-27T15:22:45.6001732Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-09-27T15:22:45.6003287Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-09-27T15:22:45.6003904Z 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-09-27T15:22:45.6004862Z 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-09-27T15:22:45.6005618Z 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-09-27T15:22:45.6006613Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-09-27T15:22:45.6007530Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-09-27T15:22:45.6008318Z copying build/lib.linux-x86_64-cpython-37/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-09-27T15:22:45.6009790Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-09-27T15:22:45.6010188Z 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-09-27T15:22:45.6011372Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-09-27T15:22:45.6011785Z 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-09-27T15:22:45.6012969Z 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-09-27T15:22:45.6013895Z 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-09-27T15:22:45.6014671Z 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-09-27T15:22:45.6016632Z 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-09-27T15:22:45.6017115Z 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-09-27T15:22:45.6018986Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-09-27T15:22:45.6019308Z 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-09-27T15:22:45.6020810Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-09-27T15:22:45.6021313Z 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-09-27T15:22:45.6022065Z 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-09-27T15:22:45.6023002Z 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-09-27T15:22:45.6023738Z 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-09-27T15:22:45.6025257Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-09-27T15:22:45.6025754Z 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-09-27T15:22:45.6026510Z 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-09-27T15:22:45.6041053Z 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-09-27T15:22:45.6041612Z 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-09-27T15:22:45.6042211Z 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-09-27T15:22:45.6042866Z 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-09-27T15:22:45.6043210Z 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-09-27T15:22:45.6043521Z 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-09-27T15:22:45.6043844Z 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-09-27T15:22:45.6044311Z 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-09-27T15:22:45.6044666Z 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-09-27T15:22:45.6044822Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6045094Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6045408Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6045774Z 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-09-27T15:22:45.6046049Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6046324Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6046727Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6047052Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6047379Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6047677Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6048092Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6048379Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6048661Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6049093Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6049396Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6049950Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6050476Z copying build/lib.linux-x86_64-cpython-37/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-09-27T15:22:45.6052078Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-09-27T15:22:45.6052447Z 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-09-27T15:22:45.6053924Z 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-09-27T15:22:45.6054895Z 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-09-27T15:22:45.6055717Z 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-09-27T15:22:45.6057167Z 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-09-27T15:22:45.6057867Z 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-09-27T15:22:45.6059008Z 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-09-27T15:22:45.6060022Z 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-09-27T15:22:45.6061285Z 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-09-27T15:22:45.6062253Z 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-09-27T15:22:45.6063083Z copying build/lib.linux-x86_64-cpython-37/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.6064162Z copying build/lib.linux-x86_64-cpython-37/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-09-27T15:22:45.6066469Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6067106Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6067870Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6068819Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6070061Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6070993Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6072146Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6073193Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6074300Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6075410Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6076559Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6077840Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6078867Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6079950Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6081736Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6083039Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6085432Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6086817Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6088270Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6089535Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6090518Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6091754Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6092763Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6094001Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6095055Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6097454Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6098904Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-09-27T15:22:45.6100103Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:22:45.6100713Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:22:45.6101474Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:22:45.6102562Z copying build/lib.linux-x86_64-cpython-37/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-09-27T15:22:45.6104292Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6104846Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6105834Z copying build/lib.linux-x86_64-cpython-37/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6107664Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6108512Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6109199Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6110568Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6111662Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6113686Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6114530Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6115879Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6117747Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6118891Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6120130Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6121261Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6122602Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6123566Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6124778Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6125940Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6127541Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-09-27T15:22:45.6128627Z 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-09-27T15:22:45.6129806Z copying build/lib.linux-x86_64-cpython-37/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6131421Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6132066Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6133359Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6134358Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6135555Z copying build/lib.linux-x86_64-cpython-37/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6136581Z copying build/lib.linux-x86_64-cpython-37/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6139142Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6139663Z copying build/lib.linux-x86_64-cpython-37/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6140914Z copying build/lib.linux-x86_64-cpython-37/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6142096Z copying build/lib.linux-x86_64-cpython-37/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6143065Z copying build/lib.linux-x86_64-cpython-37/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6144064Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6145304Z copying build/lib.linux-x86_64-cpython-37/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6146476Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6147476Z copying build/lib.linux-x86_64-cpython-37/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6148764Z copying build/lib.linux-x86_64-cpython-37/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-09-27T15:22:45.6150102Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6151142Z copying build/lib.linux-x86_64-cpython-37/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6152289Z copying build/lib.linux-x86_64-cpython-37/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6153354Z copying build/lib.linux-x86_64-cpython-37/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6154456Z copying build/lib.linux-x86_64-cpython-37/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6155535Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6156584Z copying build/lib.linux-x86_64-cpython-37/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6157784Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6159010Z copying build/lib.linux-x86_64-cpython-37/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6159996Z copying build/lib.linux-x86_64-cpython-37/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6161371Z copying build/lib.linux-x86_64-cpython-37/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6162650Z copying build/lib.linux-x86_64-cpython-37/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6163413Z copying build/lib.linux-x86_64-cpython-37/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6164654Z copying build/lib.linux-x86_64-cpython-37/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6165967Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6167905Z copying build/lib.linux-x86_64-cpython-37/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-09-27T15:22:45.6169497Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:22:45.6170376Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:22:45.6171818Z 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-09-27T15:22:45.6172947Z 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-09-27T15:22:45.6174008Z copying build/lib.linux-x86_64-cpython-37/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-09-27T15:22:45.6175411Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6176053Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6177254Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6178787Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6179951Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6181131Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6182436Z copying build/lib.linux-x86_64-cpython-37/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-09-27T15:22:45.6184047Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6184707Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6185971Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6186959Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6188087Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6189135Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6190273Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6192117Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6193041Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6194098Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6195204Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6196345Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6197359Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6198457Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6199380Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6200561Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-09-27T15:22:45.6202858Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6203470Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6204258Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6205216Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6206241Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6207414Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6208520Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6209662Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6210851Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6211989Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6213051Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6214179Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6215222Z copying build/lib.linux-x86_64-cpython-37/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-09-27T15:22:45.6216579Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-09-27T15:22:45.6217660Z copying build/lib.linux-x86_64-cpython-37/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-09-27T15:22:45.6219376Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-09-27T15:22:45.6219930Z copying build/lib.linux-x86_64-cpython-37/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-09-27T15:22:45.6221711Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:22:45.6222597Z copying build/lib.linux-x86_64-cpython-37/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:22:45.6223537Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:22:45.6225224Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:22:45.6226387Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:22:45.6228149Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_legacy.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-09-27T15:22:45.6229681Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6230245Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6231517Z 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-09-27T15:22:45.6233019Z 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-09-27T15:22:45.6234159Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6235251Z 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-09-27T15:22:45.6236817Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6238126Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6239238Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6240939Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6242815Z 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-09-27T15:22:45.6249588Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6250660Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6254184Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6255858Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6257223Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6258423Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6261193Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6262099Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6263310Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6264513Z 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-09-27T15:22:45.6265893Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6267326Z copying build/lib.linux-x86_64-cpython-37/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-09-27T15:22:45.6268614Z 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-09-27T15:22:45.6269743Z 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-09-27T15:22:45.6271184Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-09-27T15:22:45.6272282Z 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-09-27T15:22:45.6273337Z 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-09-27T15:22:45.6274497Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-09-27T15:22:45.6275375Z 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-09-27T15:22:45.6276526Z 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-09-27T15:22:45.6277504Z 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-09-27T15:22:45.6279175Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-09-27T15:22:45.6279931Z 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-09-27T15:22:45.6280715Z 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-09-27T15:22:45.6282248Z 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-09-27T15:22:45.6286066Z 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-09-27T15:22:45.6286969Z 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-09-27T15:22:45.6288045Z 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-09-27T15:22:45.6289667Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-09-27T15:22:45.6290352Z 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-09-27T15:22:45.6291216Z 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-09-27T15:22:45.6292479Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:22:45.6293772Z 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-09-27T15:22:45.6294924Z 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-09-27T15:22:45.6296027Z 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-09-27T15:22:45.6298015Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-09-27T15:22:45.6298861Z 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-09-27T15:22:45.6300067Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-09-27T15:22:45.6300873Z 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-09-27T15:22:45.6301571Z 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-09-27T15:22:45.6303330Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-09-27T15:22:45.6303781Z 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-09-27T15:22:45.6305000Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-09-27T15:22:45.6305564Z 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-09-27T15:22:45.6306650Z 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-09-27T15:22:45.6308621Z 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-09-27T15:22:45.6309543Z 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-09-27T15:22:45.6311483Z 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-09-27T15:22:45.6312034Z 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-09-27T15:22:45.6312572Z 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-09-27T15:22:45.6314950Z 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-09-27T15:22:45.6316691Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:22:45.6317495Z 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-09-27T15:22:45.6318290Z 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-09-27T15:22:45.6319365Z 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-09-27T15:22:45.6320113Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:22:45.6321313Z 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-09-27T15:22:45.6322018Z 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-09-27T15:22:45.6323169Z 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-09-27T15:22:45.6324650Z 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-09-27T15:22:45.6325961Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-09-27T15:22:45.6326607Z 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-09-27T15:22:45.6327449Z 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-09-27T15:22:45.6330853Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-09-27T15:22:45.6331461Z 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-09-27T15:22:45.6332407Z 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-09-27T15:22:45.6334311Z 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-09-27T15:22:45.6334748Z 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-09-27T15:22:45.6336450Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-09-27T15:22:45.6337059Z 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-09-27T15:22:45.6337865Z 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-09-27T15:22:45.6338918Z 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-09-27T15:22:45.6339960Z 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-09-27T15:22:45.6341492Z 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-09-27T15:22:45.6343049Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-09-27T15:22:45.6343470Z 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-09-27T15:22:45.6344428Z 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-09-27T15:22:45.6344984Z 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-09-27T15:22:45.6346190Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6346683Z copying build/lib.linux-x86_64-cpython-37/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6347870Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6349203Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6349901Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6351271Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6351974Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6352939Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6353894Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6354952Z copying build/lib.linux-x86_64-cpython-37/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6355874Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6357243Z copying build/lib.linux-x86_64-cpython-37/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6358210Z copying build/lib.linux-x86_64-cpython-37/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6359677Z copying build/lib.linux-x86_64-cpython-37/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6361145Z copying build/lib.linux-x86_64-cpython-37/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6362036Z copying build/lib.linux-x86_64-cpython-37/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6363147Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6364169Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6365193Z copying build/lib.linux-x86_64-cpython-37/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6366375Z copying build/lib.linux-x86_64-cpython-37/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6367397Z copying build/lib.linux-x86_64-cpython-37/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6368680Z copying build/lib.linux-x86_64-cpython-37/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-09-27T15:22:45.6369922Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-09-27T15:22:45.6370280Z copying build/lib.linux-x86_64-cpython-37/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-09-27T15:22:45.6371772Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-09-27T15:22:45.6372178Z copying build/lib.linux-x86_64-cpython-37/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-09-27T15:22:45.6373260Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-09-27T15:22:45.6373828Z 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-09-27T15:22:45.6374679Z 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-09-27T15:22:45.6376247Z 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-09-27T15:22:45.6376812Z 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-09-27T15:22:45.6377637Z 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-09-27T15:22:45.6378947Z 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-09-27T15:22:45.6379637Z 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-09-27T15:22:45.6380519Z 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-09-27T15:22:45.6381232Z 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-09-27T15:22:45.6382922Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-09-27T15:22:45.6383417Z 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-09-27T15:22:45.6384186Z 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-09-27T15:22:45.6385211Z 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-09-27T15:22:45.6386790Z 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-09-27T15:22:45.6388067Z 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-09-27T15:22:45.6389051Z 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-09-27T15:22:45.6390324Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-09-27T15:22:45.6391357Z 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-09-27T15:22:45.6392412Z 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-09-27T15:22:45.6393426Z 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-09-27T15:22:45.6394443Z 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-09-27T15:22:45.6395702Z 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-09-27T15:22:45.6396605Z 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-09-27T15:22:45.6398137Z 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-09-27T15:22:45.6399162Z 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-09-27T15:22:45.6400962Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:22:45.6401644Z 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-09-27T15:22:45.6403118Z 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-09-27T15:22:45.6405450Z 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-09-27T15:22:45.6406381Z 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-09-27T15:22:45.6407308Z 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-09-27T15:22:45.6407989Z 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-09-27T15:22:45.6410606Z 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-09-27T15:22:45.6411725Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-09-27T15:22:45.6412400Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-09-27T15:22:45.6413073Z copying build/lib.linux-x86_64-cpython-37/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-09-27T15:22:45.6414477Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6415041Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6416614Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6417149Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6418687Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataloader_experimental.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6419340Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6420579Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6421297Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6422198Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6423269Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-09-27T15:22:45.6424525Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-09-27T15:22:45.6425218Z 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-09-27T15:22:45.6425825Z 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-09-27T15:22:45.6427135Z 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-09-27T15:22:45.6427901Z 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-09-27T15:22:45.6430415Z 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-09-27T15:22:45.6431461Z 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-09-27T15:22:45.6432490Z 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-09-27T15:22:45.6433206Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6433995Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6435613Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/eventloop.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6436309Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/iter.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6437249Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/map.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6438566Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/messages.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6439453Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/protocol.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6440644Z copying build/lib.linux-x86_64-cpython-37/torch/utils/data/communication/queue.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-09-27T15:22:45.6441814Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-09-27T15:22:45.6442506Z 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-09-27T15:22:45.6443636Z 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-09-27T15:22:45.6444606Z 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-09-27T15:22:45.6445645Z 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-09-27T15:22:45.6446380Z 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-09-27T15:22:45.6447451Z 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-09-27T15:22:45.6448659Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-09-27T15:22:45.6449553Z 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-09-27T15:22:45.6450463Z 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-09-27T15:22:45.6451379Z 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-09-27T15:22:45.6452658Z 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-09-27T15:22:45.6453395Z 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-09-27T15:22:45.6454499Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-09-27T15:22:45.6455544Z 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-09-27T15:22:45.6456651Z 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-09-27T15:22:45.6457908Z 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-09-27T15:22:45.6459175Z 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-09-27T15:22:45.6460429Z 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-09-27T15:22:45.6461412Z 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-09-27T15:22:45.6462093Z 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-09-27T15:22:45.6462790Z 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-09-27T15:22:45.6463681Z 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-09-27T15:22:45.6464602Z 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-09-27T15:22:45.6465582Z 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-09-27T15:22:45.6466546Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-09-27T15:22:45.6467570Z 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-09-27T15:22:45.6468635Z 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-09-27T15:22:45.6469462Z 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-09-27T15:22:45.6470527Z 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-09-27T15:22:45.6471431Z 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-09-27T15:22:45.6472426Z 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-09-27T15:22:45.6473174Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-09-27T15:22:45.6473843Z 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-09-27T15:22:45.6474698Z 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-09-27T15:22:45.6475517Z 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-09-27T15:22:45.6476498Z 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-09-27T15:22:45.6478327Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:22:45.6478896Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:22:45.6479744Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:22:45.6480512Z 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-09-27T15:22:45.6483622Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:22:45.6485186Z copying build/lib.linux-x86_64-cpython-37/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-09-27T15:22:45.6486279Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-09-27T15:22:45.6486866Z copying build/lib.linux-x86_64-cpython-37/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-09-27T15:22:45.6487681Z copying build/lib.linux-x86_64-cpython-37/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-09-27T15:22:45.6489464Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-09-27T15:22:45.6490080Z 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-09-27T15:22:45.6490931Z 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-09-27T15:22:45.6491742Z 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-09-27T15:22:45.6493168Z 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-09-27T15:22:45.6494125Z 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-09-27T15:22:45.6495098Z 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-09-27T15:22:45.6497107Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6497673Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6498469Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6499818Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6500605Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6501430Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6502225Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6503244Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6504103Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6505096Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6506276Z copying build/lib.linux-x86_64-cpython-37/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-09-27T15:22:45.6507354Z copying build/lib.linux-x86_64-cpython-37/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-09-27T15:22:45.6508807Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6509259Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6541270Z copying build/lib.linux-x86_64-cpython-37/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6572904Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6615727Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6674564Z copying build/lib.linux-x86_64-cpython-37/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6676250Z copying build/lib.linux-x86_64-cpython-37/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6680724Z copying build/lib.linux-x86_64-cpython-37/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6685870Z copying build/lib.linux-x86_64-cpython-37/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6690388Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6695134Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6701519Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6790205Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6795322Z copying build/lib.linux-x86_64-cpython-37/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6797398Z copying build/lib.linux-x86_64-cpython-37/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6827354Z copying build/lib.linux-x86_64-cpython-37/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-09-27T15:22:45.6830047Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6830941Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6835531Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6840364Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6845255Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6850759Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6855620Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6860488Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6865556Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6870733Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6875994Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6880689Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6885838Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6891017Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6895908Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6900571Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6905382Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6910774Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6916412Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6929505Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6933706Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6938579Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6942895Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6947226Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6951321Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6955580Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6960173Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6964751Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6969230Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6978837Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6983058Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.6987615Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7002155Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7006555Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7011136Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7017374Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7022406Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7026832Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7031701Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7035971Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7040663Z copying build/lib.linux-x86_64-cpython-37/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7045303Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7051196Z copying build/lib.linux-x86_64-cpython-37/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7055649Z copying build/lib.linux-x86_64-cpython-37/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7061065Z copying build/lib.linux-x86_64-cpython-37/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7065593Z copying build/lib.linux-x86_64-cpython-37/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7070376Z copying build/lib.linux-x86_64-cpython-37/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7075166Z copying build/lib.linux-x86_64-cpython-37/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7080472Z copying build/lib.linux-x86_64-cpython-37/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7084992Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7089779Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7094093Z copying build/lib.linux-x86_64-cpython-37/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7101537Z copying build/lib.linux-x86_64-cpython-37/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7105657Z copying build/lib.linux-x86_64-cpython-37/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7109695Z copying build/lib.linux-x86_64-cpython-37/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7114533Z copying build/lib.linux-x86_64-cpython-37/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7118852Z copying build/lib.linux-x86_64-cpython-37/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7126021Z copying build/lib.linux-x86_64-cpython-37/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7129993Z copying build/lib.linux-x86_64-cpython-37/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7134430Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7139173Z copying build/lib.linux-x86_64-cpython-37/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7143564Z copying build/lib.linux-x86_64-cpython-37/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7147715Z copying build/lib.linux-x86_64-cpython-37/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7152166Z copying build/lib.linux-x86_64-cpython-37/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7156360Z copying build/lib.linux-x86_64-cpython-37/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7160552Z copying build/lib.linux-x86_64-cpython-37/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7165015Z copying build/lib.linux-x86_64-cpython-37/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7170223Z copying build/lib.linux-x86_64-cpython-37/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7174808Z copying build/lib.linux-x86_64-cpython-37/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7179295Z copying build/lib.linux-x86_64-cpython-37/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7183250Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7187826Z copying build/lib.linux-x86_64-cpython-37/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7192372Z copying build/lib.linux-x86_64-cpython-37/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7196775Z copying build/lib.linux-x86_64-cpython-37/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7203902Z copying build/lib.linux-x86_64-cpython-37/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7208088Z copying build/lib.linux-x86_64-cpython-37/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7209355Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7213956Z copying build/lib.linux-x86_64-cpython-37/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7219476Z copying build/lib.linux-x86_64-cpython-37/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7223645Z copying build/lib.linux-x86_64-cpython-37/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7228088Z copying build/lib.linux-x86_64-cpython-37/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7241081Z copying build/lib.linux-x86_64-cpython-37/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7246686Z copying build/lib.linux-x86_64-cpython-37/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7250926Z copying build/lib.linux-x86_64-cpython-37/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7255565Z copying build/lib.linux-x86_64-cpython-37/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7259633Z copying build/lib.linux-x86_64-cpython-37/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7264494Z copying build/lib.linux-x86_64-cpython-37/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7273904Z copying build/lib.linux-x86_64-cpython-37/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7279291Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7289140Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7297005Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7307544Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7316178Z copying build/lib.linux-x86_64-cpython-37/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7321100Z 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-09-27T15:22:45.7328885Z copying build/lib.linux-x86_64-cpython-37/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7333254Z copying build/lib.linux-x86_64-cpython-37/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7337916Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7342061Z copying build/lib.linux-x86_64-cpython-37/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7367959Z copying build/lib.linux-x86_64-cpython-37/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-09-27T15:22:45.7372728Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7373363Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7374927Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7376006Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7377873Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7378660Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7379663Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7380262Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7380814Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7381636Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7383177Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7384277Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7384813Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7385948Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7386677Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7387908Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7388614Z copying build/lib.linux-x86_64-cpython-37/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7390624Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7392586Z copying build/lib.linux-x86_64-cpython-37/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-09-27T15:22:45.7393738Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-09-27T15:22:45.7394534Z copying build/lib.linux-x86_64-cpython-37/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-09-27T15:22:45.7395635Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.7396194Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.7401442Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9112513Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9113080Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9113589Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9118625Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9121612Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9124897Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9242093Z copying build/lib.linux-x86_64-cpython-37/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-09-27T15:22:45.9242829Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-09-27T15:22:45.9244640Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9245373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9246226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9247378Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9248212Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9249286Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9250328Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9251401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9252551Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9253689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9254367Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9255224Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9256691Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9257803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9258946Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9259877Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9260726Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9261909Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9262836Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9263482Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9265123Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9265973Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9267205Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9267802Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9269439Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9270177Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9270784Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9272168Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9274540Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9275451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9276173Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9277139Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9277851Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9278722Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9279654Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9280564Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9281480Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9282479Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9283486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9284450Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9285385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9286285Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9287175Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9287873Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9288813Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9289952Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9291204Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9291885Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9294138Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9294832Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9295761Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9296591Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9297874Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9298451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9299689Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9300639Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9301256Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9302182Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9302992Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9304343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9305218Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9306009Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9306584Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9307820Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9308590Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9309636Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9311694Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9312428Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9313098Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9313868Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9314968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9315752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9317005Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9318193Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9319302Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9320229Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9321259Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9322343Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9323750Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9324835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9326074Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9327170Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9328246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9329295Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9330485Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9331691Z 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-09-27T15:22:45.9332853Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9333897Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9335101Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9336597Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9337478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9339674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9340275Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9342004Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9344077Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9345335Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9346617Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9347819Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9348968Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9350152Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9351410Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9352451Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9353385Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9354315Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9355474Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9356803Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9358649Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9360192Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9361918Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9375484Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9382048Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9393996Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9394890Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-09-27T15:22:45.9396129Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-09-27T15:22:45.9397035Z 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-09-27T15:22:45.9397968Z 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-09-27T15:22:45.9399520Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-09-27T15:22:45.9400567Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:22:45.9401150Z 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-09-27T15:22:45.9402516Z 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-09-27T15:22:45.9403297Z 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-09-27T15:22:45.9404663Z 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-09-27T15:22:45.9406379Z 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-09-27T15:22:45.9407051Z 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-09-27T15:22:45.9408294Z 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-09-27T15:22:45.9409230Z 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-09-27T15:22:45.9411673Z 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-09-27T15:22:45.9412445Z 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-09-27T15:22:45.9413017Z 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-09-27T15:22:45.9415029Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:22:45.9415734Z 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-09-27T15:22:45.9416602Z 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-09-27T15:22:45.9417874Z 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-09-27T15:22:45.9419602Z 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-09-27T15:22:45.9420726Z 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-09-27T15:22:45.9421803Z 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-09-27T15:22:45.9422991Z 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-09-27T15:22:45.9424695Z 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-09-27T15:22:45.9425467Z 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-09-27T15:22:45.9427251Z 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-09-27T15:22:45.9428510Z 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-09-27T15:22:45.9429552Z 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-09-27T15:22:45.9430714Z 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-09-27T15:22:45.9431659Z 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-09-27T15:22:45.9433676Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-09-27T15:22:45.9434754Z 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-09-27T15:22:45.9435748Z 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-09-27T15:22:45.9436851Z 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-09-27T15:22:45.9437717Z 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-09-27T15:22:45.9438543Z 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-09-27T15:22:45.9439777Z 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-09-27T15:22:45.9440556Z 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-09-27T15:22:45.9441385Z 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-09-27T15:22:45.9442403Z 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-09-27T15:22:45.9443320Z 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-09-27T15:22:45.9444439Z 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-09-27T15:22:45.9445254Z 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-09-27T15:22:45.9446350Z 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-09-27T15:22:45.9447349Z 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-09-27T15:22:45.9448161Z 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-09-27T15:22:45.9449351Z 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-09-27T15:22:45.9450423Z 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-09-27T15:22:45.9451330Z 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-09-27T15:22:45.9453577Z 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-09-27T15:22:45.9454287Z 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-09-27T15:22:45.9454965Z 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-09-27T15:22:45.9456088Z 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-09-27T15:22:45.9456938Z 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-09-27T15:22:45.9457545Z 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-09-27T15:22:45.9458555Z 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-09-27T15:22:45.9459583Z 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-09-27T15:22:45.9460668Z 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-09-27T15:22:45.9461402Z 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-09-27T15:22:45.9463792Z 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-09-27T15:22:45.9464413Z 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-09-27T15:22:45.9465099Z 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-09-27T15:22:45.9465698Z 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-09-27T15:22:45.9466440Z 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-09-27T15:22:45.9467922Z 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-09-27T15:22:45.9468634Z 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-09-27T15:22:45.9469770Z 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-09-27T15:22:45.9470704Z 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-09-27T15:22:45.9471706Z 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-09-27T15:22:45.9472949Z 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-09-27T15:22:45.9474603Z 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-09-27T15:22:45.9475394Z 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-09-27T15:22:45.9476559Z 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-09-27T15:22:45.9477199Z 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-09-27T15:22:45.9477991Z 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-09-27T15:22:45.9479302Z 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-09-27T15:22:45.9479894Z 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-09-27T15:22:45.9481108Z 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-09-27T15:22:45.9481727Z 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-09-27T15:22:45.9483096Z 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-09-27T15:22:45.9484167Z 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-09-27T15:22:45.9485195Z 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-09-27T15:22:45.9486424Z 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-09-27T15:22:45.9487549Z 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-09-27T15:22:45.9488619Z 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-09-27T15:22:45.9489643Z 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-09-27T15:22:45.9490569Z 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-09-27T15:22:45.9492058Z 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-09-27T15:22:45.9493019Z 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-09-27T15:22:45.9494470Z 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-09-27T15:22:45.9495602Z 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-09-27T15:22:45.9496565Z 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-09-27T15:22:45.9497548Z 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-09-27T15:22:45.9498584Z 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-09-27T15:22:45.9499461Z 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-09-27T15:22:45.9500398Z 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-09-27T15:22:45.9501645Z 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-09-27T15:22:45.9502353Z 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-09-27T15:22:45.9503360Z 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-09-27T15:22:45.9505627Z 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-09-27T15:22:45.9506765Z 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-09-27T15:22:45.9509017Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-09-27T15:22:45.9509836Z 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-09-27T15:22:45.9510515Z 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-09-27T15:22:45.9511104Z 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-09-27T15:22:45.9511850Z 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-09-27T15:22:45.9512778Z 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-09-27T15:22:45.9514425Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-09-27T15:22:45.9514985Z 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-09-27T15:22:45.9515962Z 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-09-27T15:22:45.9517095Z 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-09-27T15:22:45.9517943Z 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-09-27T15:22:45.9518998Z 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-09-27T15:22:45.9520369Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-09-27T15:22:45.9521021Z 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-09-27T15:22:45.9521830Z 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-09-27T15:22:45.9523012Z 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-09-27T15:22:45.9524506Z 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-09-27T15:22:45.9525186Z 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-09-27T15:22:45.9526758Z 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-09-27T15:22:45.9528468Z 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-09-27T15:22:45.9529300Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-09-27T15:22:45.9530200Z 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-09-27T15:22:45.9531033Z 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-09-27T15:22:45.9531868Z 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-09-27T15:22:45.9532776Z 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-09-27T15:22:45.9535819Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-09-27T15:22:45.9536159Z 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-09-27T15:22:45.9537473Z 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-09-27T15:22:45.9537844Z 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-09-27T15:22:45.9539141Z 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-09-27T15:22:45.9540051Z 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-09-27T15:22:45.9542267Z 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-09-27T15:22:45.9542978Z 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-09-27T15:22:45.9543444Z 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-09-27T15:22:45.9543966Z 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-09-27T15:22:45.9545046Z 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-09-27T15:22:45.9546369Z 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-09-27T15:22:45.9547288Z 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-09-27T15:22:45.9548146Z 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-09-27T15:22:45.9550154Z 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-09-27T15:22:45.9550629Z 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-09-27T15:22:45.9551300Z 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-09-27T15:22:45.9551997Z 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-09-27T15:22:45.9552703Z 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-09-27T15:22:45.9553718Z 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-09-27T15:22:45.9554771Z 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-09-27T15:22:45.9555700Z 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-09-27T15:22:45.9556825Z 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-09-27T15:22:45.9557710Z 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-09-27T15:22:45.9558444Z 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-09-27T15:22:45.9560111Z 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-09-27T15:22:45.9560899Z 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-09-27T15:22:45.9561995Z 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-09-27T15:22:45.9562990Z 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-09-27T15:22:45.9563762Z 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-09-27T15:22:45.9565261Z 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-09-27T15:22:45.9566503Z 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-09-27T15:22:45.9567962Z 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-09-27T15:22:45.9568529Z 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-09-27T15:22:45.9569509Z 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-09-27T15:22:45.9571268Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-09-27T15:22:45.9571875Z 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-09-27T15:22:45.9573356Z 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-09-27T15:22:45.9574200Z 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-09-27T15:22:45.9575545Z 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-09-27T15:22:45.9576664Z 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-09-27T15:22:45.9577741Z 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-09-27T15:22:45.9578658Z 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-09-27T15:22:45.9579810Z 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-09-27T15:22:45.9580577Z 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-09-27T15:22:45.9581500Z 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-09-27T15:22:45.9582499Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-09-27T15:22:45.9584128Z 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-09-27T15:22:45.9584553Z 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-09-27T15:22:45.9585433Z 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-09-27T15:22:45.9586599Z 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-09-27T15:22:45.9587451Z 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-09-27T15:22:45.9588107Z 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-09-27T15:22:45.9589183Z 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-09-27T15:22:45.9590234Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-09-27T15:22:45.9590616Z 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-09-27T15:22:45.9591518Z 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-09-27T15:22:45.9592498Z 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-09-27T15:22:45.9593377Z 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-09-27T15:22:45.9594360Z 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-09-27T15:22:45.9595300Z 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-09-27T15:22:45.9596230Z 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-09-27T15:22:45.9597183Z 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-09-27T15:22:45.9598145Z 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-09-27T15:22:45.9599101Z 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-09-27T15:22:45.9599966Z 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-09-27T15:22:45.9600944Z 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-09-27T15:22:45.9602043Z 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-09-27T15:22:45.9628290Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:45.9628855Z 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-09-27T15:22:45.9629722Z 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-09-27T15:22:45.9630837Z 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-09-27T15:22:45.9631578Z 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-09-27T15:22:45.9633170Z 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-09-27T15:22:45.9633631Z 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-09-27T15:22:45.9634786Z 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-09-27T15:22:45.9635989Z 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-09-27T15:22:45.9637559Z 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-09-27T15:22:45.9638306Z 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-09-27T15:22:45.9638919Z 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-09-27T15:22:45.9639846Z 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-09-27T15:22:45.9640478Z 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-09-27T15:22:45.9641209Z 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-09-27T15:22:45.9642182Z 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-09-27T15:22:45.9643550Z 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-09-27T15:22:45.9644863Z 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-09-27T15:22:45.9645637Z 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-09-27T15:22:45.9646563Z 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-09-27T15:22:45.9647470Z 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-09-27T15:22:45.9648370Z 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-09-27T15:22:45.9649524Z 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-09-27T15:22:45.9650070Z 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-09-27T15:22:45.9651403Z 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-09-27T15:22:45.9652023Z 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-09-27T15:22:45.9652663Z 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-09-27T15:22:45.9653519Z 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-09-27T15:22:45.9655106Z 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-09-27T15:22:45.9655603Z 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-09-27T15:22:45.9656679Z 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-09-27T15:22:45.9658065Z 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-09-27T15:22:45.9659147Z 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-09-27T15:22:45.9659729Z 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-09-27T15:22:45.9660631Z 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-09-27T15:22:45.9662065Z 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-09-27T15:22:45.9662743Z 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-09-27T15:22:45.9663582Z 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-09-27T15:22:45.9664654Z 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-09-27T15:22:45.9665445Z 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-09-27T15:22:45.9666458Z 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-09-27T15:22:45.9667291Z 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-09-27T15:22:45.9668422Z 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-09-27T15:22:45.9669285Z 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-09-27T15:22:45.9670206Z 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-09-27T15:22:45.9671101Z 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-09-27T15:22:45.9671943Z 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-09-27T15:22:45.9673061Z 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-09-27T15:22:45.9673777Z 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-09-27T15:22:45.9674683Z 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-09-27T15:22:45.9676073Z 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-09-27T15:22:45.9676874Z 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-09-27T15:22:45.9678450Z 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-09-27T15:22:45.9679409Z 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-09-27T15:22:45.9680226Z 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-09-27T15:22:45.9681517Z 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-09-27T15:22:45.9682445Z 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-09-27T15:22:45.9683539Z 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-09-27T15:22:45.9684936Z 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-09-27T15:22:45.9685511Z 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-09-27T15:22:45.9687047Z 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-09-27T15:22:45.9688338Z 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-09-27T15:22:45.9689501Z 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-09-27T15:22:45.9690726Z 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-09-27T15:22:45.9692025Z 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-09-27T15:22:45.9692973Z 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-09-27T15:22:45.9694692Z 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-09-27T15:22:45.9695463Z 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-09-27T15:22:45.9696429Z 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-09-27T15:22:45.9698716Z 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-09-27T15:22:45.9699516Z 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-09-27T15:22:45.9700624Z 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-09-27T15:22:45.9702940Z 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-09-27T15:22:45.9703591Z 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-09-27T15:22:45.9704219Z 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-09-27T15:22:45.9705509Z 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-09-27T15:22:45.9707407Z 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-09-27T15:22:45.9708197Z 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-09-27T15:22:45.9708930Z 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-09-27T15:22:45.9709518Z 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-09-27T15:22:45.9711182Z 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-09-27T15:22:45.9712122Z 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-09-27T15:22:45.9713170Z 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-09-27T15:22:45.9714079Z 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-09-27T15:22:45.9715481Z 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-09-27T15:22:45.9716860Z 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-09-27T15:22:45.9717621Z 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-09-27T15:22:45.9718619Z 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-09-27T15:22:45.9719701Z 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-09-27T15:22:45.9720675Z 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-09-27T15:22:45.9722013Z 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-09-27T15:22:45.9723113Z 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-09-27T15:22:45.9724455Z 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-09-27T15:22:45.9725559Z 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-09-27T15:22:45.9726738Z 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-09-27T15:22:45.9727878Z 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-09-27T15:22:45.9729081Z 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-09-27T15:22:45.9730110Z 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-09-27T15:22:45.9731297Z 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-09-27T15:22:45.9732338Z 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-09-27T15:22:45.9733721Z 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-09-27T15:22:45.9734659Z 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-09-27T15:22:45.9736034Z 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-09-27T15:22:45.9737228Z 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-09-27T15:22:45.9738655Z 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-09-27T15:22:45.9739529Z 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-09-27T15:22:45.9740576Z 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-09-27T15:22:45.9741604Z 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-09-27T15:22:45.9742940Z 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-09-27T15:22:45.9744331Z 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-09-27T15:22:45.9745344Z 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-09-27T15:22:45.9746324Z 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-09-27T15:22:45.9747634Z 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-09-27T15:22:45.9748641Z 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-09-27T15:22:45.9750285Z 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-09-27T15:22:45.9751162Z 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-09-27T15:22:45.9751970Z 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-09-27T15:22:45.9753097Z 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-09-27T15:22:45.9754197Z 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-09-27T15:22:45.9754774Z 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-09-27T15:22:45.9755974Z 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-09-27T15:22:45.9756896Z 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-09-27T15:22:45.9757760Z 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-09-27T15:22:45.9759159Z 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-09-27T15:22:45.9759901Z 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-09-27T15:22:45.9760640Z 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-09-27T15:22:45.9761843Z 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-09-27T15:22:45.9762716Z 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-09-27T15:22:45.9763955Z 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-09-27T15:22:45.9765016Z 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-09-27T15:22:45.9767674Z 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-09-27T15:22:45.9768286Z 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-09-27T15:22:45.9768974Z 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-09-27T15:22:45.9770111Z 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-09-27T15:22:45.9771336Z 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-09-27T15:22:45.9772466Z 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-09-27T15:22:45.9773978Z 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-09-27T15:22:45.9775039Z 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-09-27T15:22:45.9776273Z 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-09-27T15:22:45.9777319Z 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-09-27T15:22:45.9778493Z 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-09-27T15:22:45.9779625Z 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-09-27T15:22:45.9781671Z 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-09-27T15:22:45.9782156Z 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-09-27T15:22:45.9782791Z 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-09-27T15:22:45.9783915Z 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-09-27T15:22:45.9784934Z 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-09-27T15:22:45.9785733Z 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-09-27T15:22:45.9786695Z 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-09-27T15:22:45.9787196Z 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-09-27T15:22:45.9788695Z 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-09-27T15:22:45.9789537Z 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-09-27T15:22:45.9790380Z 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-09-27T15:22:45.9791224Z 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-09-27T15:22:45.9792068Z 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-09-27T15:22:45.9793667Z 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-09-27T15:22:45.9794512Z 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-09-27T15:22:45.9795197Z 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-09-27T15:22:45.9795879Z 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-09-27T15:22:45.9796686Z 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-09-27T15:22:45.9797630Z 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-09-27T15:22:45.9798567Z 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-09-27T15:22:45.9799529Z 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-09-27T15:22:45.9800307Z 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-09-27T15:22:45.9801316Z 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-09-27T15:22:45.9802034Z 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-09-27T15:22:45.9803032Z 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-09-27T15:22:45.9804312Z 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-09-27T15:22:45.9805151Z 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-09-27T15:22:45.9806756Z 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-09-27T15:22:45.9807135Z 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-09-27T15:22:45.9808863Z 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-09-27T15:22:45.9809494Z 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-09-27T15:22:45.9810060Z 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-09-27T15:22:45.9811229Z 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-09-27T15:22:45.9812016Z 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-09-27T15:22:45.9812809Z 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-09-27T15:22:45.9814354Z 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-09-27T15:22:45.9815538Z 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-09-27T15:22:45.9817263Z 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-09-27T15:22:45.9817670Z 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-09-27T15:22:45.9819388Z 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-09-27T15:22:45.9819772Z 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-09-27T15:22:45.9820271Z 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-09-27T15:22:45.9820722Z 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-09-27T15:22:45.9822413Z 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-09-27T15:22:45.9822966Z 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-09-27T15:22:45.9823676Z 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-09-27T15:22:45.9824391Z 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-09-27T15:22:45.9824954Z 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-09-27T15:22:45.9825960Z 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-09-27T15:22:45.9826876Z 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-09-27T15:22:45.9827960Z 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-09-27T15:22:45.9829020Z 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-09-27T15:22:45.9829955Z 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-09-27T15:22:45.9830820Z 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-09-27T15:22:45.9831858Z 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-09-27T15:22:45.9833566Z 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-09-27T15:22:45.9834513Z 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-09-27T15:22:45.9835226Z 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-09-27T15:22:45.9836332Z 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-09-27T15:22:45.9836933Z 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-09-27T15:22:45.9837940Z 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-09-27T15:22:45.9838777Z 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-09-27T15:22:45.9839750Z 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-09-27T15:22:45.9840830Z 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-09-27T15:22:45.9841589Z 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-09-27T15:22:45.9842478Z 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-09-27T15:22:45.9843432Z 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-09-27T15:22:45.9844162Z 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-09-27T15:22:45.9845325Z 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-09-27T15:22:45.9845941Z 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-09-27T15:22:45.9846843Z 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-09-27T15:22:45.9847672Z 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-09-27T15:22:45.9848523Z 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-09-27T15:22:45.9849456Z 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-09-27T15:22:45.9850191Z 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-09-27T15:22:45.9851009Z 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-09-27T15:22:45.9851837Z 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-09-27T15:22:45.9852529Z 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-09-27T15:22:45.9853497Z 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-09-27T15:22:45.9854414Z 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-09-27T15:22:45.9855196Z 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-09-27T15:22:45.9856115Z 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-09-27T15:22:45.9857402Z 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-09-27T15:22:45.9858171Z 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-09-27T15:22:45.9859107Z 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-09-27T15:22:45.9859925Z 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-09-27T15:22:45.9860882Z 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-09-27T15:22:45.9861753Z 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-09-27T15:22:45.9862730Z 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-09-27T15:22:45.9863724Z 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-09-27T15:22:45.9865778Z 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-09-27T15:22:45.9866371Z 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-09-27T15:22:45.9866977Z 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-09-27T15:22:45.9867524Z 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-09-27T15:22:45.9868925Z 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-09-27T15:22:45.9869563Z 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-09-27T15:22:45.9870481Z 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-09-27T15:22:45.9871551Z 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-09-27T15:22:45.9872432Z 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-09-27T15:22:45.9873524Z 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-09-27T15:22:45.9874321Z 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-09-27T15:22:45.9875362Z 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-09-27T15:22:45.9876300Z 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-09-27T15:22:45.9877229Z 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-09-27T15:22:45.9878129Z 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-09-27T15:22:45.9879290Z 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-09-27T15:22:45.9880042Z 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-09-27T15:22:45.9881689Z 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-09-27T15:22:45.9882273Z 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-09-27T15:22:45.9883363Z 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-09-27T15:22:45.9884296Z 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-09-27T15:22:45.9885236Z 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-09-27T15:22:45.9886933Z 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-09-27T15:22:45.9887394Z 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-09-27T15:22:45.9888238Z 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-09-27T15:22:45.9889056Z 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-09-27T15:22:45.9890097Z 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-09-27T15:22:45.9891359Z 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-09-27T15:22:45.9892070Z 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-09-27T15:22:45.9893900Z 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-09-27T15:22:45.9894516Z 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-09-27T15:22:45.9895773Z 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-09-27T15:22:45.9897239Z 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-09-27T15:22:45.9897680Z 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-09-27T15:22:45.9898588Z 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-09-27T15:22:45.9899245Z 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-09-27T15:22:45.9900391Z 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-09-27T15:22:45.9901166Z 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-09-27T15:22:45.9902052Z 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-09-27T15:22:45.9903142Z 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-09-27T15:22:45.9904094Z 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-09-27T15:22:45.9905567Z 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-09-27T15:22:45.9906239Z 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-09-27T15:22:45.9907002Z 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-09-27T15:22:45.9907854Z 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-09-27T15:22:45.9908887Z 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-09-27T15:22:45.9909693Z 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-09-27T15:22:45.9910590Z 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-09-27T15:22:45.9911450Z 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-09-27T15:22:45.9912388Z 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-09-27T15:22:45.9913334Z 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-09-27T15:22:45.9914241Z 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-09-27T15:22:45.9915202Z 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-09-27T15:22:45.9916075Z 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-09-27T15:22:45.9916862Z 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-09-27T15:22:45.9917705Z 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-09-27T15:22:45.9918622Z 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-09-27T15:22:45.9919494Z 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-09-27T15:22:45.9921005Z 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-09-27T15:22:45.9921669Z 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-09-27T15:22:45.9922569Z 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-09-27T15:22:45.9923505Z 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-09-27T15:22:45.9924289Z 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-09-27T15:22:45.9925143Z 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-09-27T15:22:45.9926112Z 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-09-27T15:22:45.9927178Z 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-09-27T15:22:45.9927875Z 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-09-27T15:22:45.9928893Z 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-09-27T15:22:45.9929865Z 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-09-27T15:22:45.9930744Z 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-09-27T15:22:45.9931749Z 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-09-27T15:22:45.9932773Z 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-09-27T15:22:45.9933841Z 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-09-27T15:22:45.9934727Z 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-09-27T15:22:45.9935816Z 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-09-27T15:22:45.9936979Z 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-09-27T15:22:45.9938315Z 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-09-27T15:22:45.9939043Z 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-09-27T15:22:45.9939925Z 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-09-27T15:22:45.9940565Z 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-09-27T15:22:45.9941406Z 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-09-27T15:22:45.9942081Z 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-09-27T15:22:45.9942848Z 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-09-27T15:22:45.9943570Z 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-09-27T15:22:45.9944564Z 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-09-27T15:22:45.9945796Z 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-09-27T15:22:45.9946448Z 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-09-27T15:22:45.9947384Z 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-09-27T15:22:45.9948162Z 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-09-27T15:22:45.9949169Z 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-09-27T15:22:45.9949944Z 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-09-27T15:22:45.9950899Z 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-09-27T15:22:45.9951854Z 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-09-27T15:22:45.9953324Z 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-09-27T15:22:45.9954024Z 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-09-27T15:22:45.9955019Z 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-09-27T15:22:45.9955755Z 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-09-27T15:22:45.9956745Z 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-09-27T15:22:45.9957531Z 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-09-27T15:22:45.9958625Z 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-09-27T15:22:45.9959400Z 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-09-27T15:22:45.9960277Z 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-09-27T15:22:45.9961099Z 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-09-27T15:22:45.9962037Z 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-09-27T15:22:45.9963005Z 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-09-27T15:22:45.9964288Z 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-09-27T15:22:45.9964904Z 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-09-27T15:22:45.9965809Z 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-09-27T15:22:45.9966992Z 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-09-27T15:22:45.9968022Z 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-09-27T15:22:45.9969256Z 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-09-27T15:22:45.9969730Z 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-09-27T15:22:45.9971437Z 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-09-27T15:22:45.9971961Z 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-09-27T15:22:45.9972648Z 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-09-27T15:22:45.9973988Z 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-09-27T15:22:45.9974840Z 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-09-27T15:22:45.9975695Z 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-09-27T15:22:45.9976981Z 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-09-27T15:22:45.9977868Z 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-09-27T15:22:45.9978887Z 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-09-27T15:22:45.9979779Z 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-09-27T15:22:45.9980878Z 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-09-27T15:22:45.9981600Z 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-09-27T15:22:45.9982582Z 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-09-27T15:22:45.9983562Z 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-09-27T15:22:45.9984758Z 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-09-27T15:22:45.9985638Z 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-09-27T15:22:45.9986393Z 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-09-27T15:22:45.9987930Z 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-09-27T15:22:45.9988508Z 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-09-27T15:22:45.9989311Z 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-09-27T15:22:45.9990378Z 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-09-27T15:22:45.9991437Z 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-09-27T15:22:45.9992285Z 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-09-27T15:22:45.9993250Z 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-09-27T15:22:45.9995040Z 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-09-27T15:22:45.9995471Z 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-09-27T15:22:45.9996008Z 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-09-27T15:22:45.9997053Z 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-09-27T15:22:45.9997781Z 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-09-27T15:22:45.9998766Z 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-09-27T15:22:45.9999514Z 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-09-27T15:22:46.0000829Z 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-09-27T15:22:46.0001448Z 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-09-27T15:22:46.0002220Z 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-09-27T15:22:46.0003291Z 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-09-27T15:22:46.0004065Z 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-09-27T15:22:46.0004775Z 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-09-27T15:22:46.0005930Z 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-09-27T15:22:46.0006645Z 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-09-27T15:22:46.0008420Z 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-09-27T15:22:46.0008845Z 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-09-27T15:22:46.0009441Z 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-09-27T15:22:46.0010477Z 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-09-27T15:22:46.0011599Z 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-09-27T15:22:46.0012552Z 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-09-27T15:22:46.0014072Z 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-09-27T15:22:46.0014797Z 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-09-27T15:22:46.0016327Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0017403Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0018652Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0019661Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0020647Z 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-09-27T15:22:46.0021710Z 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-09-27T15:22:46.0022697Z 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-09-27T15:22:46.0023584Z 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-09-27T15:22:46.0025399Z 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-09-27T15:22:46.0025777Z 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-09-27T15:22:46.0026829Z 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-09-27T15:22:46.0027747Z 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-09-27T15:22:46.0029082Z 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-09-27T15:22:46.0030024Z 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-09-27T15:22:46.0031143Z 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-09-27T15:22:46.0032138Z 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-09-27T15:22:46.0033181Z 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-09-27T15:22:46.0034629Z 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-09-27T15:22:46.0036100Z 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-09-27T15:22:46.0037091Z 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-09-27T15:22:46.0037947Z 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-09-27T15:22:46.0038698Z 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-09-27T15:22:46.0040263Z 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-09-27T15:22:46.0040705Z 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-09-27T15:22:46.0041636Z 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-09-27T15:22:46.0042463Z 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-09-27T15:22:46.0043442Z 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-09-27T15:22:46.0044908Z 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-09-27T15:22:46.0045675Z 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-09-27T15:22:46.0046874Z 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-09-27T15:22:46.0047328Z 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-09-27T15:22:46.0048178Z 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-09-27T15:22:46.0049062Z 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-09-27T15:22:46.0050904Z 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-09-27T15:22:46.0051680Z 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-09-27T15:22:46.0052434Z 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-09-27T15:22:46.0053560Z 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-09-27T15:22:46.0054511Z 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-09-27T15:22:46.0055673Z 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-09-27T15:22:46.0056758Z 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-09-27T15:22:46.0057855Z 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-09-27T15:22:46.0058670Z 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-09-27T15:22:46.0059315Z 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-09-27T15:22:46.0060233Z 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-09-27T15:22:46.0061727Z 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-09-27T15:22:46.0062222Z 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-09-27T15:22:46.0063178Z 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-09-27T15:22:46.0063635Z 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-09-27T15:22:46.0065127Z 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-09-27T15:22:46.0065799Z 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-09-27T15:22:46.0067541Z 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-09-27T15:22:46.0067870Z 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-09-27T15:22:46.0069255Z 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-09-27T15:22:46.0070036Z 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-09-27T15:22:46.0071039Z 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-09-27T15:22:46.0071796Z 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-09-27T15:22:46.0072851Z 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-09-27T15:22:46.0073657Z 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-09-27T15:22:46.0075292Z 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-09-27T15:22:46.0075666Z 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-09-27T15:22:46.0076647Z 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-09-27T15:22:46.0077450Z 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-09-27T15:22:46.0078848Z 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-09-27T15:22:46.0079754Z 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-09-27T15:22:46.0080700Z 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-09-27T15:22:46.0081724Z 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-09-27T15:22:46.0082693Z 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-09-27T15:22:46.0083690Z 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-09-27T15:22:46.0084991Z 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-09-27T15:22:46.0086023Z 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-09-27T15:22:46.0086684Z 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-09-27T15:22:46.0087882Z 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-09-27T15:22:46.0088792Z 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-09-27T15:22:46.0091090Z 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-09-27T15:22:46.0091685Z 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-09-27T15:22:46.0092267Z 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-09-27T15:22:46.0093290Z 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-09-27T15:22:46.0094424Z 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-09-27T15:22:46.0095679Z 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-09-27T15:22:46.0097050Z 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-09-27T15:22:46.0098141Z 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-09-27T15:22:46.0099250Z 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-09-27T15:22:46.0100445Z 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-09-27T15:22:46.0101567Z 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-09-27T15:22:46.0102806Z 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-09-27T15:22:46.0103751Z 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-09-27T15:22:46.0105035Z 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-09-27T15:22:46.0106144Z 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-09-27T15:22:46.0107462Z 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-09-27T15:22:46.0108654Z 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-09-27T15:22:46.0109584Z 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-09-27T15:22:46.0110902Z 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-09-27T15:22:46.0112352Z 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-09-27T15:22:46.0113158Z 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-09-27T15:22:46.0114629Z 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-09-27T15:22:46.0115445Z 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-09-27T15:22:46.0116522Z 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-09-27T15:22:46.0117654Z 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-09-27T15:22:46.0118748Z 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-09-27T15:22:46.0119927Z 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-09-27T15:22:46.0121149Z 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-09-27T15:22:46.0122189Z 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-09-27T15:22:46.0123797Z 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-09-27T15:22:46.0124644Z 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-09-27T15:22:46.0125683Z 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-09-27T15:22:46.0126866Z 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-09-27T15:22:46.0128160Z 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-09-27T15:22:46.0129240Z 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-09-27T15:22:46.0130367Z 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-09-27T15:22:46.0131419Z 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-09-27T15:22:46.0132599Z 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-09-27T15:22:46.0133941Z 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-09-27T15:22:46.0135480Z 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-09-27T15:22:46.0136952Z 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-09-27T15:22:46.0138152Z 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-09-27T15:22:46.0139242Z 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-09-27T15:22:46.0140472Z 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-09-27T15:22:46.0141814Z 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-09-27T15:22:46.0142802Z 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-09-27T15:22:46.0143878Z 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-09-27T15:22:46.0145475Z 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-09-27T15:22:46.0146597Z 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-09-27T15:22:46.0147831Z 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-09-27T15:22:46.0148848Z 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-09-27T15:22:46.0149886Z 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-09-27T15:22:46.0150955Z 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-09-27T15:22:46.0152923Z 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-09-27T15:22:46.0154109Z 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-09-27T15:22:46.0155177Z 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-09-27T15:22:46.0156269Z 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-09-27T15:22:46.0157360Z 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-09-27T15:22:46.0158471Z 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-09-27T15:22:46.0159889Z 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-09-27T15:22:46.0160891Z 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-09-27T15:22:46.0162218Z 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-09-27T15:22:46.0163323Z 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-09-27T15:22:46.0164588Z 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-09-27T15:22:46.0165851Z 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-09-27T15:22:46.0166835Z 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-09-27T15:22:46.0167960Z 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-09-27T15:22:46.0169240Z 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-09-27T15:22:46.0170282Z 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-09-27T15:22:46.0171502Z 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-09-27T15:22:46.0172752Z 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-09-27T15:22:46.0173870Z 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-09-27T15:22:46.0174985Z 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-09-27T15:22:46.0176210Z 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-09-27T15:22:46.0178674Z 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-09-27T15:22:46.0179927Z 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-09-27T15:22:46.0181281Z 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-09-27T15:22:46.0182565Z 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-09-27T15:22:46.0183701Z 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-09-27T15:22:46.0184741Z 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-09-27T15:22:46.0186018Z 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-09-27T15:22:46.0187243Z 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-09-27T15:22:46.0188567Z 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-09-27T15:22:46.0189688Z 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-09-27T15:22:46.0190795Z 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-09-27T15:22:46.0191977Z 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-09-27T15:22:46.0193072Z 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-09-27T15:22:46.0194262Z 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-09-27T15:22:46.0195618Z 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-09-27T15:22:46.0196685Z 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-09-27T15:22:46.0197962Z 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-09-27T15:22:46.0198960Z 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-09-27T15:22:46.0200209Z 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-09-27T15:22:46.0201360Z 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-09-27T15:22:46.0202834Z 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-09-27T15:22:46.0203897Z 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-09-27T15:22:46.0205111Z 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-09-27T15:22:46.0206289Z 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-09-27T15:22:46.0207543Z 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-09-27T15:22:46.0208641Z 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-09-27T15:22:46.0210049Z 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-09-27T15:22:46.0211152Z 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-09-27T15:22:46.0212140Z 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-09-27T15:22:46.0214385Z 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-09-27T15:22:46.0215002Z 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-09-27T15:22:46.0215948Z 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-09-27T15:22:46.0216982Z 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-09-27T15:22:46.0218712Z 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-09-27T15:22:46.0219340Z 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-09-27T15:22:46.0220229Z 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-09-27T15:22:46.0221860Z 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-09-27T15:22:46.0222864Z 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-09-27T15:22:46.0224277Z 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-09-27T15:22:46.0225326Z 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-09-27T15:22:46.0226473Z 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-09-27T15:22:46.0227928Z 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-09-27T15:22:46.0229153Z 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-09-27T15:22:46.0231018Z 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-09-27T15:22:46.0232782Z 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-09-27T15:22:46.0233400Z 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-09-27T15:22:46.0234718Z 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-09-27T15:22:46.0235815Z 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-09-27T15:22:46.0236999Z 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-09-27T15:22:46.0238161Z 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-09-27T15:22:46.0239459Z 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-09-27T15:22:46.0240603Z 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-09-27T15:22:46.0241814Z 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-09-27T15:22:46.0243033Z 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-09-27T15:22:46.0244216Z 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-09-27T15:22:46.0245402Z 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-09-27T15:22:46.0246740Z 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-09-27T15:22:46.0248068Z 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-09-27T15:22:46.0249220Z 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-09-27T15:22:46.0250394Z 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-09-27T15:22:46.0251616Z 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-09-27T15:22:46.0252797Z 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-09-27T15:22:46.0254119Z 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-09-27T15:22:46.0255536Z 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-09-27T15:22:46.0256883Z 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-09-27T15:22:46.0258882Z 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-09-27T15:22:46.0259739Z 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-09-27T15:22:46.0260537Z 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-09-27T15:22:46.0261614Z 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-09-27T15:22:46.0262941Z 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-09-27T15:22:46.0264177Z 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-09-27T15:22:46.0265329Z 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-09-27T15:22:46.0266474Z 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-09-27T15:22:46.0268430Z 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-09-27T15:22:46.0269025Z 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-09-27T15:22:46.0270423Z 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-09-27T15:22:46.0271502Z 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-09-27T15:22:46.0272665Z 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-09-27T15:22:46.0273802Z 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-09-27T15:22:46.0274977Z 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-09-27T15:22:46.0276228Z 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-09-27T15:22:46.0277883Z 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-09-27T15:22:46.0279066Z 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-09-27T15:22:46.0279953Z 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-09-27T15:22:46.0281087Z 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-09-27T15:22:46.0283101Z 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-09-27T15:22:46.0283669Z 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-09-27T15:22:46.0290776Z 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-09-27T15:22:46.0291430Z 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-09-27T15:22:46.0292037Z 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-09-27T15:22:46.0292614Z 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-09-27T15:22:46.0293189Z 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-09-27T15:22:46.0293751Z 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-09-27T15:22:46.0294436Z 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-09-27T15:22:46.0295062Z 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-09-27T15:22:46.0295841Z 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-09-27T15:22:46.0296540Z 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-09-27T15:22:46.0297114Z 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-09-27T15:22:46.0297803Z 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-09-27T15:22:46.0298426Z 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-09-27T15:22:46.0299256Z 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-09-27T15:22:46.0300353Z 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-09-27T15:22:46.0301506Z 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-09-27T15:22:46.0303702Z 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-09-27T15:22:46.0304366Z 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-09-27T15:22:46.0305235Z 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-09-27T15:22:46.0306701Z 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-09-27T15:22:46.0308154Z 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-09-27T15:22:46.0309334Z 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-09-27T15:22:46.0310874Z 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-09-27T15:22:46.0312094Z 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-09-27T15:22:46.0313347Z 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-09-27T15:22:46.0314732Z 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-09-27T15:22:46.0315894Z 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-09-27T15:22:46.0317051Z 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-09-27T15:22:46.0318435Z 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-09-27T15:22:46.0319409Z 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-09-27T15:22:46.0320733Z 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-09-27T15:22:46.0323455Z 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-09-27T15:22:46.0324093Z 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-09-27T15:22:46.0324851Z 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-09-27T15:22:46.0326012Z 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-09-27T15:22:46.0326638Z 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-09-27T15:22:46.0327669Z 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-09-27T15:22:46.0329075Z 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-09-27T15:22:46.0329716Z 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-09-27T15:22:46.0331322Z 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-09-27T15:22:46.0331968Z 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-09-27T15:22:46.0333736Z 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-09-27T15:22:46.0334608Z 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-09-27T15:22:46.0336720Z 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-09-27T15:22:46.0337384Z 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-09-27T15:22:46.0338289Z 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-09-27T15:22:46.0339422Z 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-09-27T15:22:46.0340754Z 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-09-27T15:22:46.0341760Z 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-09-27T15:22:46.0343142Z 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-09-27T15:22:46.0344120Z 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-09-27T15:22:46.0345716Z 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-09-27T15:22:46.0346702Z 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-09-27T15:22:46.0347845Z 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-09-27T15:22:46.0349138Z 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-09-27T15:22:46.0350302Z 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-09-27T15:22:46.0351732Z 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-09-27T15:22:46.0353166Z 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-09-27T15:22:46.0355116Z 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-09-27T15:22:46.0355760Z 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-09-27T15:22:46.0356394Z 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-09-27T15:22:46.0357738Z 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-09-27T15:22:46.0358985Z 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-09-27T15:22:46.0359781Z 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-09-27T15:22:46.0360946Z 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-09-27T15:22:46.0362055Z 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-09-27T15:22:46.0363291Z 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-09-27T15:22:46.0364607Z 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-09-27T15:22:46.0365746Z 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-09-27T15:22:46.0366849Z 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-09-27T15:22:46.0367998Z 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-09-27T15:22:46.0369107Z 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-09-27T15:22:46.0370336Z 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-09-27T15:22:46.0371445Z 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-09-27T15:22:46.0372626Z 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-09-27T15:22:46.0373884Z 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-09-27T15:22:46.0375213Z 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-09-27T15:22:46.0376309Z 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-09-27T15:22:46.0378937Z 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-09-27T15:22:46.0379802Z 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-09-27T15:22:46.0380966Z 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-09-27T15:22:46.0382164Z 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-09-27T15:22:46.0383583Z 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-09-27T15:22:46.0384679Z 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-09-27T15:22:46.0386631Z 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-09-27T15:22:46.0387637Z 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-09-27T15:22:46.0388926Z 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-09-27T15:22:46.0389972Z 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-09-27T15:22:46.0391184Z 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-09-27T15:22:46.0392277Z 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-09-27T15:22:46.0394281Z 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-09-27T15:22:46.0395177Z 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-09-27T15:22:46.0396281Z 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-09-27T15:22:46.0397507Z 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-09-27T15:22:46.0398547Z 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-09-27T15:22:46.0399863Z 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-09-27T15:22:46.0400958Z 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-09-27T15:22:46.0402138Z 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-09-27T15:22:46.0403661Z 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-09-27T15:22:46.0404742Z 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-09-27T15:22:46.0406008Z 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-09-27T15:22:46.0407024Z 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-09-27T15:22:46.0408201Z 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-09-27T15:22:46.0409472Z 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-09-27T15:22:46.0410627Z 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-09-27T15:22:46.0411803Z 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-09-27T15:22:46.0413225Z 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-09-27T15:22:46.0414242Z 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-09-27T15:22:46.0415712Z 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-09-27T15:22:46.0416808Z 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-09-27T15:22:46.0417955Z 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-09-27T15:22:46.0419091Z 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-09-27T15:22:46.0420349Z 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-09-27T15:22:46.0421516Z 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-09-27T15:22:46.0423010Z 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-09-27T15:22:46.0424017Z 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-09-27T15:22:46.0425344Z 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-09-27T15:22:46.0426307Z 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-09-27T15:22:46.0427568Z 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-09-27T15:22:46.0428690Z 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-09-27T15:22:46.0429693Z 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-09-27T15:22:46.0430816Z 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-09-27T15:22:46.0432204Z 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-09-27T15:22:46.0433340Z 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-09-27T15:22:46.0434586Z 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-09-27T15:22:46.0435848Z 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-09-27T15:22:46.0437183Z 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-09-27T15:22:46.0438419Z 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-09-27T15:22:46.0439532Z 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-09-27T15:22:46.0440778Z 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-09-27T15:22:46.0442139Z 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-09-27T15:22:46.0443212Z 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-09-27T15:22:46.0444455Z 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-09-27T15:22:46.0445567Z 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-09-27T15:22:46.0447231Z 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-09-27T15:22:46.0448050Z 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-09-27T15:22:46.0449643Z 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-09-27T15:22:46.0450531Z 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-09-27T15:22:46.0451787Z 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-09-27T15:22:46.0452934Z 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-09-27T15:22:46.0454874Z 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-09-27T15:22:46.0455728Z 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-09-27T15:22:46.0456772Z 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-09-27T15:22:46.0458638Z 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-09-27T15:22:46.0459780Z 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-09-27T15:22:46.0460801Z 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-09-27T15:22:46.0462077Z 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-09-27T15:22:46.0463188Z 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-09-27T15:22:46.0465175Z 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-09-27T15:22:46.0466093Z 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-09-27T15:22:46.0467214Z 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-09-27T15:22:46.0468406Z 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-09-27T15:22:46.0469632Z 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-09-27T15:22:46.0471036Z 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-09-27T15:22:46.0472082Z 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-09-27T15:22:46.0473303Z 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-09-27T15:22:46.0474648Z 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-09-27T15:22:46.0476074Z 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-09-27T15:22:46.0477074Z 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-09-27T15:22:46.0478236Z 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-09-27T15:22:46.0479488Z 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-09-27T15:22:46.0480564Z 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-09-27T15:22:46.0481760Z 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-09-27T15:22:46.0482977Z 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-09-27T15:22:46.0484262Z 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-09-27T15:22:46.0485417Z 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-09-27T15:22:46.0486715Z 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-09-27T15:22:46.0488011Z 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-09-27T15:22:46.0489221Z 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-09-27T15:22:46.0490612Z 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-09-27T15:22:46.0491674Z 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-09-27T15:22:46.0492881Z 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-09-27T15:22:46.0494212Z 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-09-27T15:22:46.0495727Z 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-09-27T15:22:46.0496952Z 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-09-27T15:22:46.0499492Z 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-09-27T15:22:46.0500142Z 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-09-27T15:22:46.0501891Z 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-09-27T15:22:46.0502703Z 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-09-27T15:22:46.0503617Z 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-09-27T15:22:46.0504539Z 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-09-27T15:22:46.0505858Z 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-09-27T15:22:46.0506700Z 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-09-27T15:22:46.0508161Z 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-09-27T15:22:46.0508773Z 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-09-27T15:22:46.0511151Z 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-09-27T15:22:46.0511670Z 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-09-27T15:22:46.0512272Z 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-09-27T15:22:46.0513282Z 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-09-27T15:22:46.0514648Z 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-09-27T15:22:46.0515292Z 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-09-27T15:22:46.0516433Z 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-09-27T15:22:46.0517381Z 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-09-27T15:22:46.0518342Z 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-09-27T15:22:46.0519289Z 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-09-27T15:22:46.0520980Z 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-09-27T15:22:46.0521974Z 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-09-27T15:22:46.0522634Z 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-09-27T15:22:46.0524298Z 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-09-27T15:22:46.0524856Z 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-09-27T15:22:46.0525918Z 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-09-27T15:22:46.0526954Z 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-09-27T15:22:46.0528078Z 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-09-27T15:22:46.0529579Z 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-09-27T15:22:46.0530051Z 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-09-27T15:22:46.0530765Z 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-09-27T15:22:46.0532026Z 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-09-27T15:22:46.0533078Z 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-09-27T15:22:46.0534023Z 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-09-27T15:22:46.0535036Z 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-09-27T15:22:46.0536074Z 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-09-27T15:22:46.0537122Z 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-09-27T15:22:46.0538405Z 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-09-27T15:22:46.0539250Z 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-09-27T15:22:46.0541152Z 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-09-27T15:22:46.0541916Z 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-09-27T15:22:46.0542624Z 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-09-27T15:22:46.0543769Z 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-09-27T15:22:46.0544593Z 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-09-27T15:22:46.0545942Z 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-09-27T15:22:46.0546703Z 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-09-27T15:22:46.0547651Z 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-09-27T15:22:46.0548864Z 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-09-27T15:22:46.0550246Z 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-09-27T15:22:46.0550987Z 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-09-27T15:22:46.0551977Z 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-09-27T15:22:46.0553851Z 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-09-27T15:22:46.0554383Z 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-09-27T15:22:46.0555013Z 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-09-27T15:22:46.0555819Z 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-09-27T15:22:46.0556889Z 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-09-27T15:22:46.0557709Z 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-09-27T15:22:46.0558760Z 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-09-27T15:22:46.0559773Z 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-09-27T15:22:46.0561153Z 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-09-27T15:22:46.0562015Z 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-09-27T15:22:46.0562731Z 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-09-27T15:22:46.0564415Z 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-09-27T15:22:46.0565192Z 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-09-27T15:22:46.0566174Z 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-09-27T15:22:46.0567192Z 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-09-27T15:22:46.0568251Z 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-09-27T15:22:46.0569569Z 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-09-27T15:22:46.0570571Z 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-09-27T15:22:46.0571269Z 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-09-27T15:22:46.0572501Z 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-09-27T15:22:46.0573399Z 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-09-27T15:22:46.0573973Z 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-09-27T15:22:46.0575232Z 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-09-27T15:22:46.0576302Z 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-09-27T15:22:46.0578177Z 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-09-27T15:22:46.0578587Z 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-09-27T15:22:46.0579323Z 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-09-27T15:22:46.0580666Z 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-09-27T15:22:46.0581409Z 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-09-27T15:22:46.0582681Z 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-09-27T15:22:46.0583553Z 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-09-27T15:22:46.0584394Z 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-09-27T15:22:46.0586220Z 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-09-27T15:22:46.0586851Z 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-09-27T15:22:46.0587596Z 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-09-27T15:22:46.0588697Z 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-09-27T15:22:46.0589779Z 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-09-27T15:22:46.0590776Z 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-09-27T15:22:46.0591676Z 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-09-27T15:22:46.0592779Z 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-09-27T15:22:46.0593547Z 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-09-27T15:22:46.0594623Z 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-09-27T15:22:46.0595421Z 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-09-27T15:22:46.0596481Z 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-09-27T15:22:46.0597325Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0599401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0599748Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0600785Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.0601790Z 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-09-27T15:22:46.0603093Z 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-09-27T15:22:46.0604688Z 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-09-27T15:22:46.0605526Z 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-09-27T15:22:46.0606675Z 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-09-27T15:22:46.0607689Z 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-09-27T15:22:46.0608525Z 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-09-27T15:22:46.0609873Z 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-09-27T15:22:46.0610867Z 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-09-27T15:22:46.0611710Z 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-09-27T15:22:46.0612674Z 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-09-27T15:22:46.0613179Z 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-09-27T15:22:46.0614588Z 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-09-27T15:22:46.0615491Z 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-09-27T15:22:46.0617086Z 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-09-27T15:22:46.0617680Z 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-09-27T15:22:46.0619161Z 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-09-27T15:22:46.0619986Z 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-09-27T15:22:46.0621034Z 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-09-27T15:22:46.0622480Z 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-09-27T15:22:46.0623290Z 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-09-27T15:22:46.0624818Z 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-09-27T15:22:46.0625916Z 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-09-27T15:22:46.0626815Z 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-09-27T15:22:46.0628040Z 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-09-27T15:22:46.0629186Z 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-09-27T15:22:46.0630171Z 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-09-27T15:22:46.0631741Z 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-09-27T15:22:46.0632300Z 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-09-27T15:22:46.0634239Z 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-09-27T15:22:46.0635072Z 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-09-27T15:22:46.0636148Z 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-09-27T15:22:46.0637785Z 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-09-27T15:22:46.0638522Z 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-09-27T15:22:46.0639287Z 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-09-27T15:22:46.0639991Z 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-09-27T15:22:46.0640779Z 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-09-27T15:22:46.0656198Z 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-09-27T15:22:46.0656933Z 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-09-27T15:22:46.0657700Z 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-09-27T15:22:46.0658324Z 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-09-27T15:22:46.0659031Z 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-09-27T15:22:46.0659631Z 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-09-27T15:22:46.0660271Z 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-09-27T15:22:46.0660931Z 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-09-27T15:22:46.0661264Z 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-09-27T15:22:46.0661587Z 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-09-27T15:22:46.0661898Z 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-09-27T15:22:46.0662535Z 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-09-27T15:22:46.0663058Z 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-09-27T15:22:46.0663370Z 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-09-27T15:22:46.0663915Z 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-09-27T15:22:46.0664705Z 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-09-27T15:22:46.0665259Z 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-09-27T15:22:46.0665814Z 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-09-27T15:22:46.0666366Z 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-09-27T15:22:46.0666897Z 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-09-27T15:22:46.0667519Z 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-09-27T15:22:46.0668141Z 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-09-27T15:22:46.0668460Z 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-09-27T15:22:46.0669059Z 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-09-27T15:22:46.0669565Z 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-09-27T15:22:46.0669883Z 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-09-27T15:22:46.0670199Z 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-09-27T15:22:46.0670701Z 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-09-27T15:22:46.0671286Z 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-09-27T15:22:46.0672002Z 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-09-27T15:22:46.0672631Z 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-09-27T15:22:46.0673058Z 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-09-27T15:22:46.0673786Z 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-09-27T15:22:46.0674773Z 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-09-27T15:22:46.0675806Z 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-09-27T15:22:46.0677161Z 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-09-27T15:22:46.0677907Z 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-09-27T15:22:46.0678630Z 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-09-27T15:22:46.0679662Z 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-09-27T15:22:46.0680689Z 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-09-27T15:22:46.0681544Z 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-09-27T15:22:46.0682793Z 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-09-27T15:22:46.0683619Z 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-09-27T15:22:46.0684608Z 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-09-27T15:22:46.0685384Z 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-09-27T15:22:46.0686240Z 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-09-27T15:22:46.0687104Z 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-09-27T15:22:46.0687747Z 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-09-27T15:22:46.0688819Z 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-09-27T15:22:46.0689795Z 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-09-27T15:22:46.0691047Z 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-09-27T15:22:46.0691991Z 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-09-27T15:22:46.0693392Z 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-09-27T15:22:46.0694184Z 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-09-27T15:22:46.0695159Z 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-09-27T15:22:46.0696212Z 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-09-27T15:22:46.0697550Z 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-09-27T15:22:46.0698093Z 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-09-27T15:22:46.0699444Z 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-09-27T15:22:46.0700401Z 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-09-27T15:22:46.0701271Z 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-09-27T15:22:46.0702349Z 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-09-27T15:22:46.0703216Z 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-09-27T15:22:46.0704231Z 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-09-27T15:22:46.0705679Z 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-09-27T15:22:46.0706159Z 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-09-27T15:22:46.0707572Z 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-09-27T15:22:46.0708317Z 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-09-27T15:22:46.0709811Z 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-09-27T15:22:46.0710759Z 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-09-27T15:22:46.0711702Z 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-09-27T15:22:46.0712498Z 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-09-27T15:22:46.0713489Z 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-09-27T15:22:46.0714606Z 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-09-27T15:22:46.0715622Z 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-09-27T15:22:46.0716532Z 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-09-27T15:22:46.0717897Z 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-09-27T15:22:46.0719356Z 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-09-27T15:22:46.0720102Z 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-09-27T15:22:46.0720941Z 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-09-27T15:22:46.0721910Z 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-09-27T15:22:46.0722885Z 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-09-27T15:22:46.0724294Z 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-09-27T15:22:46.0725113Z 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-09-27T15:22:46.0726092Z 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-09-27T15:22:46.0728042Z 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-09-27T15:22:46.0728516Z 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-09-27T15:22:46.0729112Z 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-09-27T15:22:46.0730051Z 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-09-27T15:22:46.0731590Z 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-09-27T15:22:46.0731957Z 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-09-27T15:22:46.0733263Z 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-09-27T15:22:46.0733715Z 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-09-27T15:22:46.0735732Z 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-09-27T15:22:46.0736291Z 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-09-27T15:22:46.0738107Z 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-09-27T15:22:46.0738794Z 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-09-27T15:22:46.0740109Z 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-09-27T15:22:46.0741074Z 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-09-27T15:22:46.0742176Z 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-09-27T15:22:46.0743160Z 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-09-27T15:22:46.0743998Z 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-09-27T15:22:46.0745090Z 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-09-27T15:22:46.0745905Z 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-09-27T15:22:46.0747249Z 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-09-27T15:22:46.0747973Z 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-09-27T15:22:46.0749083Z 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-09-27T15:22:46.0749899Z 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-09-27T15:22:46.0750926Z 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-09-27T15:22:46.0752055Z 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-09-27T15:22:46.0752824Z 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-09-27T15:22:46.0754102Z 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-09-27T15:22:46.0754880Z 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-09-27T15:22:46.0755696Z 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-09-27T15:22:46.0756563Z 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-09-27T15:22:46.0757495Z 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-09-27T15:22:46.0758216Z 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-09-27T15:22:46.0759605Z 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-09-27T15:22:46.0760497Z 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-09-27T15:22:46.0761838Z 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-09-27T15:22:46.0762499Z 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-09-27T15:22:46.0764297Z 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-09-27T15:22:46.0765175Z 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-09-27T15:22:46.0766131Z 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-09-27T15:22:46.0767165Z 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-09-27T15:22:46.0768595Z 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-09-27T15:22:46.0769494Z 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-09-27T15:22:46.0770349Z 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-09-27T15:22:46.0772563Z 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-09-27T15:22:46.0773028Z 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-09-27T15:22:46.0773775Z 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-09-27T15:22:46.0774463Z 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-09-27T15:22:46.0775501Z 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-09-27T15:22:46.0777420Z 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-09-27T15:22:46.0777974Z 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-09-27T15:22:46.0778696Z 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-09-27T15:22:46.0779508Z 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-09-27T15:22:46.0780338Z 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-09-27T15:22:46.0781187Z 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-09-27T15:22:46.0782203Z 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-09-27T15:22:46.0783113Z 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-09-27T15:22:46.0784043Z 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-09-27T15:22:46.0785511Z 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-09-27T15:22:46.0786317Z 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-09-27T15:22:46.0786909Z 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-09-27T15:22:46.0788459Z 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-09-27T15:22:46.0788896Z 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-09-27T15:22:46.0789921Z 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-09-27T15:22:46.0791288Z 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-09-27T15:22:46.0791995Z 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-09-27T15:22:46.0794024Z 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-09-27T15:22:46.0795517Z 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-09-27T15:22:46.0796112Z 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-09-27T15:22:46.0796509Z 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-09-27T15:22:46.0797011Z 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-09-27T15:22:46.0798680Z 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-09-27T15:22:46.0799708Z 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-09-27T15:22:46.0801814Z 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-09-27T15:22:46.0802934Z 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-09-27T15:22:46.0804217Z 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-09-27T15:22:46.0805441Z 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-09-27T15:22:46.0806630Z 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-09-27T15:22:46.0807855Z 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-09-27T15:22:46.0809079Z 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-09-27T15:22:46.0810390Z 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-09-27T15:22:46.0811771Z 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-09-27T15:22:46.0812698Z 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-09-27T15:22:46.0813954Z 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-09-27T15:22:46.0815154Z 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-09-27T15:22:46.0816562Z 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-09-27T15:22:46.0827233Z 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-09-27T15:22:46.0828114Z 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-09-27T15:22:46.0828649Z 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-09-27T15:22:46.0828989Z 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-09-27T15:22:46.0829754Z 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-09-27T15:22:46.0830120Z 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-09-27T15:22:46.0830483Z 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-09-27T15:22:46.0830872Z 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-09-27T15:22:46.0831351Z 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-09-27T15:22:46.0831735Z 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-09-27T15:22:46.0832170Z 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-09-27T15:22:46.0832483Z 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-09-27T15:22:46.0832857Z 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-09-27T15:22:46.0833242Z 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-09-27T15:22:46.0833671Z 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-09-27T15:22:46.0834120Z 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-09-27T15:22:46.0834656Z 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-09-27T15:22:46.0835082Z 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-09-27T15:22:46.0835724Z 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-09-27T15:22:46.0836724Z 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-09-27T15:22:46.0837604Z 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-09-27T15:22:46.0839143Z 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-09-27T15:22:46.0839896Z 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-09-27T15:22:46.0841711Z 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-09-27T15:22:46.0842230Z 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-09-27T15:22:46.0843806Z 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-09-27T15:22:46.0844402Z 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-09-27T15:22:46.0846028Z 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-09-27T15:22:46.0846776Z 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-09-27T15:22:46.0848314Z 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-09-27T15:22:46.0848940Z 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-09-27T15:22:46.0849728Z 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-09-27T15:22:46.0851551Z 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-09-27T15:22:46.0852566Z 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-09-27T15:22:46.0852943Z 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-09-27T15:22:46.0853817Z 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-09-27T15:22:46.0854723Z 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-09-27T15:22:46.0856118Z 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-09-27T15:22:46.0857251Z 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-09-27T15:22:46.0858269Z 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-09-27T15:22:46.0860144Z 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-09-27T15:22:46.0861950Z 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-09-27T15:22:46.0862443Z 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-09-27T15:22:46.0862946Z 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-09-27T15:22:46.0864270Z 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-09-27T15:22:46.0865329Z 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-09-27T15:22:46.0866334Z 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-09-27T15:22:46.0867215Z 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-09-27T15:22:46.0868528Z 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-09-27T15:22:46.0869708Z 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-09-27T15:22:46.0870764Z 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-09-27T15:22:46.0873729Z 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-09-27T15:22:46.0874366Z 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-09-27T15:22:46.0875150Z 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-09-27T15:22:46.0876564Z 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-09-27T15:22:46.0878712Z 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-09-27T15:22:46.0879299Z 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-09-27T15:22:46.0880161Z 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-09-27T15:22:46.0881222Z 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-09-27T15:22:46.0882712Z 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-09-27T15:22:46.0884041Z 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-09-27T15:22:46.0885209Z 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-09-27T15:22:46.0886692Z 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-09-27T15:22:46.0887638Z 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-09-27T15:22:46.0888956Z 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-09-27T15:22:46.0890080Z 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-09-27T15:22:46.0891368Z 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-09-27T15:22:46.0892796Z 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-09-27T15:22:46.0894059Z 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-09-27T15:22:46.0895204Z 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-09-27T15:22:46.0896499Z 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-09-27T15:22:46.0898293Z 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-09-27T15:22:46.0898880Z 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-09-27T15:22:46.0901301Z 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-09-27T15:22:46.0901840Z 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-09-27T15:22:46.0902418Z 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-09-27T15:22:46.0903153Z 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-09-27T15:22:46.0903966Z 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-09-27T15:22:46.0905066Z 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-09-27T15:22:46.0906006Z 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-09-27T15:22:46.0907023Z 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-09-27T15:22:46.0907898Z 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-09-27T15:22:46.0908560Z 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-09-27T15:22:46.0910417Z 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-09-27T15:22:46.0911178Z 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-09-27T15:22:46.0912007Z 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-09-27T15:22:46.0913013Z 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-09-27T15:22:46.0913810Z 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-09-27T15:22:46.0914727Z 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-09-27T15:22:46.0915421Z 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-09-27T15:22:46.0916658Z 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-09-27T15:22:46.0917535Z 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-09-27T15:22:46.0918583Z 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-09-27T15:22:46.0919454Z 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-09-27T15:22:46.0920428Z 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-09-27T15:22:46.0921437Z 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-09-27T15:22:46.0922639Z 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-09-27T15:22:46.0923448Z 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-09-27T15:22:46.0924740Z 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-09-27T15:22:46.0925647Z 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-09-27T15:22:46.0926231Z 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-09-27T15:22:46.0927042Z 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-09-27T15:22:46.0928006Z 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-09-27T15:22:46.0929767Z 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-09-27T15:22:46.0930572Z 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-09-27T15:22:46.0931568Z 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-09-27T15:22:46.0932570Z 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-09-27T15:22:46.0934274Z 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-09-27T15:22:46.0934906Z 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-09-27T15:22:46.0935783Z 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-09-27T15:22:46.0936730Z 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-09-27T15:22:46.0941443Z 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-09-27T15:22:46.0941788Z 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-09-27T15:22:46.0942325Z 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-09-27T15:22:46.0942677Z 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-09-27T15:22:46.0943163Z 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-09-27T15:22:46.0944026Z 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-09-27T15:22:46.0945190Z 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-09-27T15:22:46.0946529Z 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-09-27T15:22:46.0947563Z 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-09-27T15:22:46.0948592Z 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-09-27T15:22:46.0949701Z 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-09-27T15:22:46.0951648Z 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-09-27T15:22:46.0952009Z 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-09-27T15:22:46.0952793Z 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-09-27T15:22:46.0953659Z 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-09-27T15:22:46.0955272Z 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-09-27T15:22:46.0955797Z 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-09-27T15:22:46.0957228Z 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-09-27T15:22:46.0958334Z 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-09-27T15:22:46.0959555Z 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-09-27T15:22:46.0960414Z 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-09-27T15:22:46.0961515Z 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-09-27T15:22:46.0962240Z 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-09-27T15:22:46.0965907Z 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-09-27T15:22:46.0966401Z 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-09-27T15:22:46.0967040Z 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-09-27T15:22:46.0967393Z 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-09-27T15:22:46.0968186Z 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-09-27T15:22:46.0969047Z 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-09-27T15:22:46.0970490Z 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-09-27T15:22:46.0971648Z 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-09-27T15:22:46.0972952Z 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-09-27T15:22:46.0974181Z 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-09-27T15:22:46.0975502Z 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-09-27T15:22:46.0976544Z 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-09-27T15:22:46.0979613Z 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-09-27T15:22:46.0980276Z 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-09-27T15:22:46.0981410Z 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-09-27T15:22:46.0982341Z 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-09-27T15:22:46.0983594Z 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-09-27T15:22:46.0984662Z 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-09-27T15:22:46.0986054Z 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-09-27T15:22:46.0987576Z 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-09-27T15:22:46.0988288Z 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-09-27T15:22:46.0989744Z 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-09-27T15:22:46.0990690Z 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-09-27T15:22:46.0991651Z 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-09-27T15:22:46.0993124Z 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-09-27T15:22:46.0997198Z 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-09-27T15:22:46.0997806Z 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-09-27T15:22:46.0998163Z 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-09-27T15:22:46.0998592Z 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-09-27T15:22:46.0998991Z 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-09-27T15:22:46.0999681Z 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-09-27T15:22:46.1000979Z 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-09-27T15:22:46.1001702Z 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-09-27T15:22:46.1003293Z 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-09-27T15:22:46.1004175Z 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-09-27T15:22:46.1005494Z 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-09-27T15:22:46.1006507Z 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-09-27T15:22:46.1007512Z 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-09-27T15:22:46.1008738Z 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-09-27T15:22:46.1010435Z 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-09-27T15:22:46.1010778Z 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-09-27T15:22:46.1011955Z 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-09-27T15:22:46.1013223Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1014307Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1015509Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1017401Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1018073Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1019168Z 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-09-27T15:22:46.1020050Z 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-09-27T15:22:46.1021187Z 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-09-27T15:22:46.1022165Z 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-09-27T15:22:46.1024827Z 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-09-27T15:22:46.1025345Z 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-09-27T15:22:46.1025798Z 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-09-27T15:22:46.1026320Z 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-09-27T15:22:46.1027576Z 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-09-27T15:22:46.1028317Z 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-09-27T15:22:46.1029304Z 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-09-27T15:22:46.1030222Z 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-09-27T15:22:46.1031527Z 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-09-27T15:22:46.1032688Z 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-09-27T15:22:46.1033327Z 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-09-27T15:22:46.1037600Z 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-09-27T15:22:46.1038093Z 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-09-27T15:22:46.1038538Z 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-09-27T15:22:46.1038965Z 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-09-27T15:22:46.1039550Z 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-09-27T15:22:46.1040041Z 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-09-27T15:22:46.1040476Z 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-09-27T15:22:46.1041207Z 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-09-27T15:22:46.1042425Z 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-09-27T15:22:46.1043363Z 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-09-27T15:22:46.1044549Z 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-09-27T15:22:46.1045450Z 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-09-27T15:22:46.1046388Z 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-09-27T15:22:46.1047242Z 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-09-27T15:22:46.1048643Z 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-09-27T15:22:46.1049310Z 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-09-27T15:22:46.1050403Z 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-09-27T15:22:46.1051405Z 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-09-27T15:22:46.1052439Z 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-09-27T15:22:46.1053360Z 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-09-27T15:22:46.1054545Z 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-09-27T15:22:46.1055704Z 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-09-27T15:22:46.1057655Z 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-09-27T15:22:46.1058019Z 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-09-27T15:22:46.1058662Z 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-09-27T15:22:46.1059932Z 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-09-27T15:22:46.1060477Z 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-09-27T15:22:46.1061453Z 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-09-27T15:22:46.1062390Z 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-09-27T15:22:46.1063436Z 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-09-27T15:22:46.1064177Z 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-09-27T15:22:46.1065275Z 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-09-27T15:22:46.1066380Z 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-09-27T15:22:46.1067559Z 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-09-27T15:22:46.1068460Z 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-09-27T15:22:46.1069686Z 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-09-27T15:22:46.1070835Z 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-09-27T15:22:46.1071590Z 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-09-27T15:22:46.1073099Z 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-09-27T15:22:46.1073674Z 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-09-27T15:22:46.1074651Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1075662Z 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-09-27T15:22:46.1076497Z 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-09-27T15:22:46.1077525Z 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-09-27T15:22:46.1078505Z 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-09-27T15:22:46.1079689Z 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-09-27T15:22:46.1080364Z 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-09-27T15:22:46.1081948Z 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-09-27T15:22:46.1083248Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1084096Z 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-09-27T15:22:46.1085047Z 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-09-27T15:22:46.1085951Z 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-09-27T15:22:46.1086884Z 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-09-27T15:22:46.1087915Z 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-09-27T15:22:46.1088911Z 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-09-27T15:22:46.1089871Z 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-09-27T15:22:46.1090857Z 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-09-27T15:22:46.1091823Z 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-09-27T15:22:46.1092916Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1094390Z 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-09-27T15:22:46.1095511Z 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-09-27T15:22:46.1096110Z 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-09-27T15:22:46.1097476Z 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-09-27T15:22:46.1098276Z 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-09-27T15:22:46.1100305Z 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-09-27T15:22:46.1101289Z 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-09-27T15:22:46.1102237Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1103534Z 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-09-27T15:22:46.1104340Z 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-09-27T15:22:46.1105457Z 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-09-27T15:22:46.1106804Z 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-09-27T15:22:46.1108121Z 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-09-27T15:22:46.1109310Z 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-09-27T15:22:46.1110466Z 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-09-27T15:22:46.1111496Z 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-09-27T15:22:46.1112842Z 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-09-27T15:22:46.1114373Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1115341Z 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-09-27T15:22:46.1116301Z 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-09-27T15:22:46.1117870Z 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-09-27T15:22:46.1118741Z 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-09-27T15:22:46.1119991Z 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-09-27T15:22:46.1121169Z 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-09-27T15:22:46.1122328Z 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-09-27T15:22:46.1123796Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1125192Z 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-09-27T15:22:46.1126276Z 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-09-27T15:22:46.1127547Z 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-09-27T15:22:46.1128902Z 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-09-27T15:22:46.1130114Z 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-09-27T15:22:46.1131418Z 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-09-27T15:22:46.1132572Z 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-09-27T15:22:46.1133803Z 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-09-27T15:22:46.1135503Z 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-09-27T15:22:46.1137017Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1138127Z 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-09-27T15:22:46.1139198Z 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-09-27T15:22:46.1140426Z 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-09-27T15:22:46.1141666Z 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-09-27T15:22:46.1142792Z 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-09-27T15:22:46.1143976Z 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-09-27T15:22:46.1145178Z 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-09-27T15:22:46.1146539Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1148072Z 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-09-27T15:22:46.1149001Z 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-09-27T15:22:46.1150237Z 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-09-27T15:22:46.1151543Z 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-09-27T15:22:46.1152587Z 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-09-27T15:22:46.1153662Z 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-09-27T15:22:46.1155000Z 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-09-27T15:22:46.1156265Z 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-09-27T15:22:46.1158148Z 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-09-27T15:22:46.1159495Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1160760Z 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-09-27T15:22:46.1161796Z 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-09-27T15:22:46.1163067Z 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-09-27T15:22:46.1164216Z 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-09-27T15:22:46.1165428Z 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-09-27T15:22:46.1166926Z 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-09-27T15:22:46.1167978Z 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-09-27T15:22:46.1169471Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1170705Z 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-09-27T15:22:46.1171624Z 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-09-27T15:22:46.1172813Z 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-09-27T15:22:46.1175996Z 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-09-27T15:22:46.1176767Z 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-09-27T15:22:46.1177386Z 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-09-27T15:22:46.1178096Z 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-09-27T15:22:46.1179169Z 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-09-27T15:22:46.1180566Z 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-09-27T15:22:46.1181742Z 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-09-27T15:22:46.1182972Z 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-09-27T15:22:46.1184174Z 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-09-27T15:22:46.1185538Z 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-09-27T15:22:46.1186743Z 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-09-27T15:22:46.1188008Z 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-09-27T15:22:46.1189132Z 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-09-27T15:22:46.1190628Z 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-09-27T15:22:46.1191788Z 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-09-27T15:22:46.1192929Z 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-09-27T15:22:46.1194088Z 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-09-27T15:22:46.1195284Z 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-09-27T15:22:46.1196726Z 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-09-27T15:22:46.1197741Z 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-09-27T15:22:46.1198978Z 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-09-27T15:22:46.1200122Z 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-09-27T15:22:46.1201367Z 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-09-27T15:22:46.1202583Z 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-09-27T15:22:46.1203874Z 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-09-27T15:22:46.1205787Z 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-09-27T15:22:46.1206564Z 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-09-27T15:22:46.1207590Z 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-09-27T15:22:46.1208766Z 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-09-27T15:22:46.1211058Z 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-09-27T15:22:46.1211826Z 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-09-27T15:22:46.1212608Z 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-09-27T15:22:46.1213717Z 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-09-27T15:22:46.1214820Z 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-09-27T15:22:46.1216418Z 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-09-27T15:22:46.1217741Z 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-09-27T15:22:46.1219206Z 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-09-27T15:22:46.1220452Z 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-09-27T15:22:46.1221911Z 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-09-27T15:22:46.1222659Z 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-09-27T15:22:46.1223997Z 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-09-27T15:22:46.1225050Z 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-09-27T15:22:46.1226467Z 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-09-27T15:22:46.1227594Z 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-09-27T15:22:46.1228964Z 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-09-27T15:22:46.1230316Z 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-09-27T15:22:46.1231226Z 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-09-27T15:22:46.1232233Z 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-09-27T15:22:46.1233502Z 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-09-27T15:22:46.1234787Z 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-09-27T15:22:46.1236081Z 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-09-27T15:22:46.1238135Z 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-09-27T15:22:46.1239027Z 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-09-27T15:22:46.1240343Z 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-09-27T15:22:46.1241450Z 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-09-27T15:22:46.1243935Z 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-09-27T15:22:46.1244583Z 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-09-27T15:22:46.1245509Z 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-09-27T15:22:46.1247300Z 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-09-27T15:22:46.1247956Z 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-09-27T15:22:46.1249217Z 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-09-27T15:22:46.1250423Z 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-09-27T15:22:46.1251789Z 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-09-27T15:22:46.1252839Z 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-09-27T15:22:46.1254003Z 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-09-27T15:22:46.1255171Z 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-09-27T15:22:46.1256659Z 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-09-27T15:22:46.1258124Z 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-09-27T15:22:46.1259166Z 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-09-27T15:22:46.1260263Z 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-09-27T15:22:46.1262274Z 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-09-27T15:22:46.1263029Z 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-09-27T15:22:46.1264132Z 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-09-27T15:22:46.1265419Z 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-09-27T15:22:46.1266578Z 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-09-27T15:22:46.1267820Z 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-09-27T15:22:46.1268890Z 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-09-27T15:22:46.1270042Z 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-09-27T15:22:46.1271311Z 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-09-27T15:22:46.1272473Z 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-09-27T15:22:46.1273764Z 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-09-27T15:22:46.1275020Z 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-09-27T15:22:46.1276132Z 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-09-27T15:22:46.1277277Z 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-09-27T15:22:46.1278513Z 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-09-27T15:22:46.1279975Z 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-09-27T15:22:46.1281049Z 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-09-27T15:22:46.1282149Z 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-09-27T15:22:46.1283328Z 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-09-27T15:22:46.1284685Z 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-09-27T15:22:46.1285985Z 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-09-27T15:22:46.1287203Z 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-09-27T15:22:46.1288374Z 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-09-27T15:22:46.1289829Z 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-09-27T15:22:46.1290858Z 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-09-27T15:22:46.1291914Z 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-09-27T15:22:46.1293150Z 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-09-27T15:22:46.1294413Z 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-09-27T15:22:46.1295745Z 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-09-27T15:22:46.1296783Z 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-09-27T15:22:46.1299261Z 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-09-27T15:22:46.1300157Z 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-09-27T15:22:46.1301264Z 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-09-27T15:22:46.1302494Z 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-09-27T15:22:46.1303617Z 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-09-27T15:22:46.1305546Z 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-09-27T15:22:46.1306320Z 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-09-27T15:22:46.1308028Z 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-09-27T15:22:46.1309022Z 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-09-27T15:22:46.1310105Z 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-09-27T15:22:46.1311352Z 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-09-27T15:22:46.1312569Z 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-09-27T15:22:46.1313820Z 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-09-27T15:22:46.1315474Z 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-09-27T15:22:46.1316327Z 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-09-27T15:22:46.1318158Z 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-09-27T15:22:46.1319454Z 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-09-27T15:22:46.1323095Z 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-09-27T15:22:46.1323848Z 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-09-27T15:22:46.1324955Z 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-09-27T15:22:46.1325695Z 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-09-27T15:22:46.1326267Z 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-09-27T15:22:46.1326996Z 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-09-27T15:22:46.1327673Z 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-09-27T15:22:46.1328592Z 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-09-27T15:22:46.1329503Z 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-09-27T15:22:46.1330689Z 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-09-27T15:22:46.1332477Z 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-09-27T15:22:46.1333546Z 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-09-27T15:22:46.1334879Z 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-09-27T15:22:46.1336142Z 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-09-27T15:22:46.1337572Z 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-09-27T15:22:46.1338693Z 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-09-27T15:22:46.1339675Z 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-09-27T15:22:46.1341006Z 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-09-27T15:22:46.1342169Z 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-09-27T15:22:46.1343192Z 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-09-27T15:22:46.1344467Z 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-09-27T15:22:46.1345794Z 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-09-27T15:22:46.1347249Z 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-09-27T15:22:46.1348466Z 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-09-27T15:22:46.1349397Z 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-09-27T15:22:46.1350638Z 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-09-27T15:22:46.1352252Z 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-09-27T15:22:46.1353326Z 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-09-27T15:22:46.1354333Z 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-09-27T15:22:46.1355513Z 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-09-27T15:22:46.1356745Z 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-09-27T15:22:46.1358092Z 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-09-27T15:22:46.1359370Z 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-09-27T15:22:46.1360835Z 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-09-27T15:22:46.1361906Z 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-09-27T15:22:46.1363183Z 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-09-27T15:22:46.1364315Z 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-09-27T15:22:46.1365449Z 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-09-27T15:22:46.1367614Z 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-09-27T15:22:46.1368210Z 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-09-27T15:22:46.1369087Z 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-09-27T15:22:46.1370400Z 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-09-27T15:22:46.1371735Z 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-09-27T15:22:46.1372755Z 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-09-27T15:22:46.1373885Z 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-09-27T15:22:46.1375115Z 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-09-27T15:22:46.1376476Z 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-09-27T15:22:46.1377702Z 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-09-27T15:22:46.1379083Z 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-09-27T15:22:46.1380228Z 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-09-27T15:22:46.1381486Z 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-09-27T15:22:46.1382688Z 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-09-27T15:22:46.1383903Z 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-09-27T15:22:46.1385152Z 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-09-27T15:22:46.1386262Z 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-09-27T15:22:46.1388395Z 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-09-27T15:22:46.1389249Z 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-09-27T15:22:46.1389771Z 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-09-27T15:22:46.1390664Z 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-09-27T15:22:46.1391996Z 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-09-27T15:22:46.1392892Z 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-09-27T15:22:46.1394239Z 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-09-27T15:22:46.1395791Z 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-09-27T15:22:46.1397758Z 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-09-27T15:22:46.1399062Z 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-09-27T15:22:46.1400225Z 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-09-27T15:22:46.1401254Z 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-09-27T15:22:46.1402261Z 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-09-27T15:22:46.1403660Z 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-09-27T15:22:46.1404571Z 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-09-27T15:22:46.1405360Z 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-09-27T15:22:46.1406464Z 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-09-27T15:22:46.1407856Z 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-09-27T15:22:46.1408890Z 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-09-27T15:22:46.1410014Z 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-09-27T15:22:46.1410907Z 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-09-27T15:22:46.1412479Z 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-09-27T15:22:46.1413549Z 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-09-27T15:22:46.1414648Z 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-09-27T15:22:46.1415668Z 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-09-27T15:22:46.1416855Z 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-09-27T15:22:46.1417845Z 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-09-27T15:22:46.1418671Z 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-09-27T15:22:46.1419656Z 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-09-27T15:22:46.1420629Z 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-09-27T15:22:46.1421608Z 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-09-27T15:22:46.1423680Z 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-09-27T15:22:46.1424456Z 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-09-27T15:22:46.1425239Z 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-09-27T15:22:46.1425939Z 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-09-27T15:22:46.1427326Z 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-09-27T15:22:46.1428028Z 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-09-27T15:22:46.1429893Z 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-09-27T15:22:46.1430637Z 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-09-27T15:22:46.1431373Z 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-09-27T15:22:46.1432580Z 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-09-27T15:22:46.1433794Z 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-09-27T15:22:46.1434742Z 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-09-27T15:22:46.1435825Z 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-09-27T15:22:46.1437794Z 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-09-27T15:22:46.1438882Z 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-09-27T15:22:46.1440041Z 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-09-27T15:22:46.1440955Z 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-09-27T15:22:46.1441939Z 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-09-27T15:22:46.1443107Z 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-09-27T15:22:46.1443830Z 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-09-27T15:22:46.1444797Z 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-09-27T15:22:46.1445534Z 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-09-27T15:22:46.1446640Z 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-09-27T15:22:46.1447442Z 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-09-27T15:22:46.1448402Z 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-09-27T15:22:46.1449346Z 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-09-27T15:22:46.1450118Z 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-09-27T15:22:46.1451257Z 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-09-27T15:22:46.1452279Z 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-09-27T15:22:46.1453843Z 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-09-27T15:22:46.1454762Z 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-09-27T15:22:46.1455853Z 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-09-27T15:22:46.1456786Z 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-09-27T15:22:46.1458354Z 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-09-27T15:22:46.1459258Z 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-09-27T15:22:46.1459910Z 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-09-27T15:22:46.1461881Z 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-09-27T15:22:46.1463005Z 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-09-27T15:22:46.1464285Z 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-09-27T15:22:46.1465256Z 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-09-27T15:22:46.1467451Z 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-09-27T15:22:46.1468586Z 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-09-27T15:22:46.1470076Z 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-09-27T15:22:46.1471487Z 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-09-27T15:22:46.1472484Z 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-09-27T15:22:46.1473771Z 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-09-27T15:22:46.1474735Z 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-09-27T15:22:46.1475811Z 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-09-27T15:22:46.1476776Z 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-09-27T15:22:46.1477725Z 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-09-27T15:22:46.1478819Z 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-09-27T15:22:46.1479889Z 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-09-27T15:22:46.1480972Z 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-09-27T15:22:46.1481891Z 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-09-27T15:22:46.1483184Z 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-09-27T15:22:46.1484017Z 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-09-27T15:22:46.1484783Z 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-09-27T15:22:46.1485750Z 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-09-27T15:22:46.1486829Z 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-09-27T15:22:46.1487647Z 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-09-27T15:22:46.1488938Z 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-09-27T15:22:46.1489652Z 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-09-27T15:22:46.1490487Z 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-09-27T15:22:46.1491719Z 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-09-27T15:22:46.1492757Z 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-09-27T15:22:46.1493794Z 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-09-27T15:22:46.1494739Z 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-09-27T15:22:46.1496148Z 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-09-27T15:22:46.1497071Z 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-09-27T15:22:46.1498216Z 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-09-27T15:22:46.1498906Z 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-09-27T15:22:46.1499683Z 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-09-27T15:22:46.1500640Z 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-09-27T15:22:46.1501314Z 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-09-27T15:22:46.1502486Z 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-09-27T15:22:46.1503316Z 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-09-27T15:22:46.1504587Z 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-09-27T15:22:46.1505369Z 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-09-27T15:22:46.1506908Z 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-09-27T15:22:46.1507692Z 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-09-27T15:22:46.1509222Z 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-09-27T15:22:46.1510281Z 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-09-27T15:22:46.1511999Z 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-09-27T15:22:46.1513438Z 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-09-27T15:22:46.1514393Z 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-09-27T15:22:46.1515529Z 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-09-27T15:22:46.1516649Z 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-09-27T15:22:46.1517849Z 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-09-27T15:22:46.1518994Z 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-09-27T15:22:46.1520084Z 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-09-27T15:22:46.1521773Z 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-09-27T15:22:46.1522963Z 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-09-27T15:22:46.1524165Z 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-09-27T15:22:46.1525286Z 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-09-27T15:22:46.1526570Z 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-09-27T15:22:46.1527266Z 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-09-27T15:22:46.1528584Z 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-09-27T15:22:46.1529698Z 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-09-27T15:22:46.1530341Z 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-09-27T15:22:46.1531606Z 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-09-27T15:22:46.1532605Z 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-09-27T15:22:46.1533441Z 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-09-27T15:22:46.1534884Z 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-09-27T15:22:46.1536057Z 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-09-27T15:22:46.1537865Z 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-09-27T15:22:46.1538534Z 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-09-27T15:22:46.1540050Z 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-09-27T15:22:46.1541294Z 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-09-27T15:22:46.1542211Z 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-09-27T15:22:46.1543159Z 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-09-27T15:22:46.1544347Z 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-09-27T15:22:46.1545537Z 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-09-27T15:22:46.1547247Z 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-09-27T15:22:46.1548392Z 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-09-27T15:22:46.1549535Z 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-09-27T15:22:46.1550772Z 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-09-27T15:22:46.1551822Z 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-09-27T15:22:46.1553503Z 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-09-27T15:22:46.1554901Z 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-09-27T15:22:46.1556360Z 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-09-27T15:22:46.1557892Z 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-09-27T15:22:46.1559095Z 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-09-27T15:22:46.1560329Z 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-09-27T15:22:46.1563010Z 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-09-27T15:22:46.1564559Z 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-09-27T15:22:46.1565904Z 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-09-27T15:22:46.1567099Z 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-09-27T15:22:46.1568450Z 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-09-27T15:22:46.1569772Z 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-09-27T15:22:46.1570985Z 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-09-27T15:22:46.1572371Z 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-09-27T15:22:46.1573685Z 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-09-27T15:22:46.1574985Z 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-09-27T15:22:46.1576446Z 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-09-27T15:22:46.1577820Z 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-09-27T15:22:46.1579319Z 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-09-27T15:22:46.1580688Z 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-09-27T15:22:46.1582011Z 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-09-27T15:22:46.1583253Z 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-09-27T15:22:46.1584486Z 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-09-27T15:22:46.1585842Z 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-09-27T15:22:46.1587084Z 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-09-27T15:22:46.1588274Z 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-09-27T15:22:46.1589750Z 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-09-27T15:22:46.1591136Z 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-09-27T15:22:46.1592444Z 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-09-27T15:22:46.1593650Z 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-09-27T15:22:46.1594878Z 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-09-27T15:22:46.1596118Z 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-09-27T15:22:46.1597316Z 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-09-27T15:22:46.1598537Z 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-09-27T15:22:46.1599819Z 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-09-27T15:22:46.1602792Z 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-09-27T15:22:46.1603919Z 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-09-27T15:22:46.1605068Z 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-09-27T15:22:46.1606070Z 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-09-27T15:22:46.1607025Z 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-09-27T15:22:46.1607968Z 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-09-27T15:22:46.1609062Z 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-09-27T15:22:46.1610142Z 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-09-27T15:22:46.1611106Z 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-09-27T15:22:46.1612069Z 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-09-27T15:22:46.1613184Z 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-09-27T15:22:46.1614287Z 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-09-27T15:22:46.1615533Z 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-09-27T15:22:46.1616728Z 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-09-27T15:22:46.1618100Z 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-09-27T15:22:46.1619120Z 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-09-27T15:22:46.1620127Z 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-09-27T15:22:46.1621107Z 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-09-27T15:22:46.1622131Z 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-09-27T15:22:46.1623136Z 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-09-27T15:22:46.1624116Z 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-09-27T15:22:46.1625078Z 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-09-27T15:22:46.1626212Z 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-09-27T15:22:46.1627328Z 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-09-27T15:22:46.1628343Z 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-09-27T15:22:46.1629324Z 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-09-27T15:22:46.1630424Z 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-09-27T15:22:46.1631543Z 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-09-27T15:22:46.1632553Z 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-09-27T15:22:46.1633517Z 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-09-27T15:22:46.1634464Z 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-09-27T15:22:46.1635447Z 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-09-27T15:22:46.1636398Z 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-09-27T15:22:46.1637345Z 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-09-27T15:22:46.1638457Z 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-09-27T15:22:46.1639876Z 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-09-27T15:22:46.1640895Z 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-09-27T15:22:46.1641961Z 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-09-27T15:22:46.1643017Z 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-09-27T15:22:46.1643974Z 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-09-27T15:22:46.1644925Z 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-09-27T15:22:46.1645866Z 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-09-27T15:22:46.1646808Z 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-09-27T15:22:46.1648086Z 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-09-27T15:22:46.1649209Z 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-09-27T15:22:46.1650219Z 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-09-27T15:22:46.1651207Z 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-09-27T15:22:46.1652187Z 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-09-27T15:22:46.1653170Z 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-09-27T15:22:46.1654498Z 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-09-27T15:22:46.1655937Z 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-09-27T15:22:46.1657058Z 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-09-27T15:22:46.1658226Z 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-09-27T15:22:46.1659395Z 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-09-27T15:22:46.1660442Z 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-09-27T15:22:46.1661644Z 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-09-27T15:22:46.1663024Z 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-09-27T15:22:46.1664129Z 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-09-27T15:22:46.1665557Z 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-09-27T15:22:46.1666771Z 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-09-27T15:22:46.1667786Z 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-09-27T15:22:46.1669020Z 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-09-27T15:22:46.1670146Z 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-09-27T15:22:46.1671315Z 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-09-27T15:22:46.1672566Z 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-09-27T15:22:46.1673654Z 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-09-27T15:22:46.1674993Z 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-09-27T15:22:46.1676242Z 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-09-27T15:22:46.1677287Z 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-09-27T15:22:46.1678331Z 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-09-27T15:22:46.1679522Z 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-09-27T15:22:46.1680633Z 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-09-27T15:22:46.1681600Z 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-09-27T15:22:46.1683660Z 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-09-27T15:22:46.1684339Z 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-09-27T15:22:46.1685435Z 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-09-27T15:22:46.1686202Z 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-09-27T15:22:46.1687189Z 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-09-27T15:22:46.1688108Z 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-09-27T15:22:46.1689223Z 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-09-27T15:22:46.1690859Z 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-09-27T15:22:46.1692059Z 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-09-27T15:22:46.1693855Z 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-09-27T15:22:46.1694838Z 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-09-27T15:22:46.1696248Z 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-09-27T15:22:46.1697226Z 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-09-27T15:22:46.1698329Z 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-09-27T15:22:46.1699023Z 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-09-27T15:22:46.1700080Z 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-09-27T15:22:46.1700924Z 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-09-27T15:22:46.1701886Z 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-09-27T15:22:46.1703042Z 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-09-27T15:22:46.1704003Z 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-09-27T15:22:46.1704991Z 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-09-27T15:22:46.1706004Z 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-09-27T15:22:46.1706964Z 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-09-27T15:22:46.1707890Z 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-09-27T15:22:46.1708767Z 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-09-27T15:22:46.1709782Z 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-09-27T15:22:46.1710720Z 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-09-27T15:22:46.1712079Z 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-09-27T15:22:46.1713880Z 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-09-27T15:22:46.1714542Z 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-09-27T15:22:46.1715196Z 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-09-27T15:22:46.1716125Z 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-09-27T15:22:46.1717414Z 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-09-27T15:22:46.1718504Z 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-09-27T15:22:46.1719974Z 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-09-27T15:22:46.1721154Z 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-09-27T15:22:46.1722194Z 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-09-27T15:22:46.1723276Z 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-09-27T15:22:46.1724477Z 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-09-27T15:22:46.1725641Z 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-09-27T15:22:46.1726854Z 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-09-27T15:22:46.1727945Z 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-09-27T15:22:46.1729524Z 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-09-27T15:22:46.1730678Z 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-09-27T15:22:46.1731684Z 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-09-27T15:22:46.1732679Z 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-09-27T15:22:46.1733949Z 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-09-27T15:22:46.1734947Z 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-09-27T15:22:46.1736256Z 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-09-27T15:22:46.1737522Z 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-09-27T15:22:46.1738963Z 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-09-27T15:22:46.1740199Z 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-09-27T15:22:46.1741486Z 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-09-27T15:22:46.1742583Z 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-09-27T15:22:46.1743696Z 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-09-27T15:22:46.1745623Z 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-09-27T15:22:46.1746776Z 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-09-27T15:22:46.1747969Z 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-09-27T15:22:46.1749034Z 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-09-27T15:22:46.1750053Z 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-09-27T15:22:46.1751142Z 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-09-27T15:22:46.1752033Z 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-09-27T15:22:46.1753202Z 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-09-27T15:22:46.1754583Z 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-09-27T15:22:46.1755493Z 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-09-27T15:22:46.1757118Z 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-09-27T15:22:46.1757874Z 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-09-27T15:22:46.1758520Z 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-09-27T15:22:46.1759405Z 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-09-27T15:22:46.1760457Z 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-09-27T15:22:46.1761445Z 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-09-27T15:22:46.1763493Z 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-09-27T15:22:46.1764730Z 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-09-27T15:22:46.1765813Z 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-09-27T15:22:46.1766892Z 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-09-27T15:22:46.1767961Z 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-09-27T15:22:46.1769056Z 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-09-27T15:22:46.1770003Z 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-09-27T15:22:46.1771234Z 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-09-27T15:22:46.1772302Z 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-09-27T15:22:46.1773534Z 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-09-27T15:22:46.1774776Z 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-09-27T15:22:46.1776215Z 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-09-27T15:22:46.1777383Z 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-09-27T15:22:46.1778301Z 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-09-27T15:22:46.1779342Z 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-09-27T15:22:46.1780417Z 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-09-27T15:22:46.1781825Z 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-09-27T15:22:46.1782554Z 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-09-27T15:22:46.1783524Z 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-09-27T15:22:46.1784646Z 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-09-27T15:22:46.1785564Z 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-09-27T15:22:46.1786675Z 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-09-27T15:22:46.1787848Z 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-09-27T15:22:46.1789094Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.1790064Z 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-09-27T15:22:46.1790995Z 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-09-27T15:22:46.1792653Z 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-09-27T15:22:46.1793275Z 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-09-27T15:22:46.1794453Z 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-09-27T15:22:46.1795481Z 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-09-27T15:22:46.1796606Z 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-09-27T15:22:46.1797674Z 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-09-27T15:22:46.1798470Z 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-09-27T15:22:46.1799694Z 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-09-27T15:22:46.1800916Z 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-09-27T15:22:46.1801635Z 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-09-27T15:22:46.1802713Z 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-09-27T15:22:46.1804568Z 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-09-27T15:22:46.1805270Z 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-09-27T15:22:46.1806100Z 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-09-27T15:22:46.1806716Z 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-09-27T15:22:46.1807811Z 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-09-27T15:22:46.1808830Z 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-09-27T15:22:46.1809718Z 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-09-27T15:22:46.1810721Z 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-09-27T15:22:46.1811666Z 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-09-27T15:22:46.1812763Z 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-09-27T15:22:46.1813719Z 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-09-27T15:22:46.1815069Z 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-09-27T15:22:46.1815910Z 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-09-27T15:22:46.1817703Z 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-09-27T15:22:46.1818626Z 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-09-27T15:22:46.1819448Z 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-09-27T15:22:46.1820911Z 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-09-27T15:22:46.1821623Z 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-09-27T15:22:46.1822485Z 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-09-27T15:22:46.1823695Z 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-09-27T15:22:46.1824450Z 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-09-27T15:22:46.1825649Z 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-09-27T15:22:46.1826698Z 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-09-27T15:22:46.1827795Z 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-09-27T15:22:46.1829002Z 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-09-27T15:22:46.1829885Z 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-09-27T15:22:46.1830753Z 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-09-27T15:22:46.1832457Z 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-09-27T15:22:46.1833218Z 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-09-27T15:22:46.1834096Z 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-09-27T15:22:46.1835092Z 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-09-27T15:22:46.1835955Z 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-09-27T15:22:46.1837082Z 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-09-27T15:22:46.1838053Z 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-09-27T15:22:46.1839228Z 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-09-27T15:22:46.1840107Z 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-09-27T15:22:46.1841162Z 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-09-27T15:22:46.1841917Z 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-09-27T15:22:46.1842950Z 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-09-27T15:22:46.1843708Z 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-09-27T15:22:46.1844636Z 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-09-27T15:22:46.1845731Z 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-09-27T15:22:46.1847166Z 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-09-27T15:22:46.1847911Z 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-09-27T15:22:46.1848759Z 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-09-27T15:22:46.1849744Z 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-09-27T15:22:46.1850722Z 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-09-27T15:22:46.1851636Z 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-09-27T15:22:46.1852577Z 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-09-27T15:22:46.1853510Z 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-09-27T15:22:46.1854711Z 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-09-27T15:22:46.1855808Z 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-09-27T15:22:46.1856727Z 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-09-27T15:22:46.1857539Z 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-09-27T15:22:46.1858391Z 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-09-27T15:22:46.1859440Z 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-09-27T15:22:46.1860217Z 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-09-27T15:22:46.1861242Z 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-09-27T15:22:46.1862418Z 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-09-27T15:22:46.1863425Z 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-09-27T15:22:46.1864777Z 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-09-27T15:22:46.1865884Z 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-09-27T15:22:46.1866663Z 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-09-27T15:22:46.1867646Z 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-09-27T15:22:46.1868259Z 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-09-27T15:22:46.1869568Z 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-09-27T15:22:46.1870351Z 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-09-27T15:22:46.1871265Z 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-09-27T15:22:46.1872176Z 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-09-27T15:22:46.1873483Z 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-09-27T15:22:46.1874673Z 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-09-27T15:22:46.1875462Z 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-09-27T15:22:46.1876355Z 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-09-27T15:22:46.1877500Z 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-09-27T15:22:46.1878356Z 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-09-27T15:22:46.1879372Z 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-09-27T15:22:46.1880126Z 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-09-27T15:22:46.1881049Z 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-09-27T15:22:46.1882274Z 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-09-27T15:22:46.1883543Z 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-09-27T15:22:46.1884539Z 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-09-27T15:22:46.1885576Z 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-09-27T15:22:46.1886368Z 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-09-27T15:22:46.1887675Z 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-09-27T15:22:46.1888840Z 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-09-27T15:22:46.1889796Z 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-09-27T15:22:46.1890749Z 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-09-27T15:22:46.1892619Z 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-09-27T15:22:46.1893593Z 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-09-27T15:22:46.1894571Z 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-09-27T15:22:46.1895978Z 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-09-27T15:22:46.1897705Z 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-09-27T15:22:46.1898841Z 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-09-27T15:22:46.1899960Z 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-09-27T15:22:46.1901205Z 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-09-27T15:22:46.1902474Z 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-09-27T15:22:46.1903755Z 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-09-27T15:22:46.1904924Z 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-09-27T15:22:46.1906314Z 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-09-27T15:22:46.1907774Z 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-09-27T15:22:46.1910151Z 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-09-27T15:22:46.1910741Z 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-09-27T15:22:46.1911384Z 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-09-27T15:22:46.1912629Z 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-09-27T15:22:46.1913501Z 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-09-27T15:22:46.1914107Z 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-09-27T15:22:46.1915054Z 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-09-27T15:22:46.1916088Z 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-09-27T15:22:46.1917157Z 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-09-27T15:22:46.1918200Z 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-09-27T15:22:46.1919141Z 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-09-27T15:22:46.1920190Z 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-09-27T15:22:46.1921212Z 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-09-27T15:22:46.1922624Z 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-09-27T15:22:46.1923616Z 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-09-27T15:22:46.1924772Z 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-09-27T15:22:46.1925770Z 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-09-27T15:22:46.1926807Z 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-09-27T15:22:46.1927908Z 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-09-27T15:22:46.1928741Z 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-09-27T15:22:46.1929743Z 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-09-27T15:22:46.1930628Z 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-09-27T15:22:46.1931778Z 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-09-27T15:22:46.1932736Z 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-09-27T15:22:46.1933763Z 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-09-27T15:22:46.1934759Z 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-09-27T15:22:46.1936127Z 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-09-27T15:22:46.1937001Z 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-09-27T15:22:46.1938290Z 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-09-27T15:22:46.1939203Z 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-09-27T15:22:46.1940058Z 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-09-27T15:22:46.1940890Z 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-09-27T15:22:46.1942161Z 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-09-27T15:22:46.1943501Z 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-09-27T15:22:46.1944572Z 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-09-27T15:22:46.1945592Z 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-09-27T15:22:46.1946587Z 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-09-27T15:22:46.1947511Z 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-09-27T15:22:46.1948440Z 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-09-27T15:22:46.1949297Z 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-09-27T15:22:46.1950162Z 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-09-27T15:22:46.1951118Z 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-09-27T15:22:46.1952369Z 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-09-27T15:22:46.1953428Z 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-09-27T15:22:46.1954595Z 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-09-27T15:22:46.1955819Z 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-09-27T15:22:46.1957016Z 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-09-27T15:22:46.1957944Z 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-09-27T15:22:46.1959480Z 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-09-27T15:22:46.1960352Z 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-09-27T15:22:46.1961361Z 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-09-27T15:22:46.1962829Z 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-09-27T15:22:46.1963822Z 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-09-27T15:22:46.1964832Z 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-09-27T15:22:46.1966110Z 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-09-27T15:22:46.1967858Z 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-09-27T15:22:46.1968445Z 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-09-27T15:22:46.1970081Z 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-09-27T15:22:46.1970478Z 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-09-27T15:22:46.1971911Z 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-09-27T15:22:46.1973258Z 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-09-27T15:22:46.1974289Z 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-09-27T15:22:46.1975404Z 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-09-27T15:22:46.1977075Z 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-09-27T15:22:46.1979363Z 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-09-27T15:22:46.1980199Z 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-09-27T15:22:46.1981268Z 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-09-27T15:22:46.1982558Z 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-09-27T15:22:46.1983660Z 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-09-27T15:22:46.1985213Z 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-09-27T15:22:46.1986343Z 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-09-27T15:22:46.1987592Z 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-09-27T15:22:46.1988680Z 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-09-27T15:22:46.1989797Z 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-09-27T15:22:46.1991170Z 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-09-27T15:22:46.1992416Z 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-09-27T15:22:46.1993592Z 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-09-27T15:22:46.1994852Z 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-09-27T15:22:46.1996729Z 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-09-27T15:22:46.1997366Z 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-09-27T15:22:46.1998731Z 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-09-27T15:22:46.1999831Z 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-09-27T15:22:46.2001188Z 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-09-27T15:22:46.2002599Z 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-09-27T15:22:46.2003961Z 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-09-27T15:22:46.2005055Z 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-09-27T15:22:46.2006066Z 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-09-27T15:22:46.2007436Z 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-09-27T15:22:46.2008475Z 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-09-27T15:22:46.2009561Z 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-09-27T15:22:46.2011263Z 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-09-27T15:22:46.2012328Z 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-09-27T15:22:46.2013500Z 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-09-27T15:22:46.2014685Z 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-09-27T15:22:46.2016153Z 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-09-27T15:22:46.2017643Z 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-09-27T15:22:46.2018655Z 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-09-27T15:22:46.2019836Z 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-09-27T15:22:46.2021134Z 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-09-27T15:22:46.2022514Z 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-09-27T15:22:46.2023624Z 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-09-27T15:22:46.2024845Z 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-09-27T15:22:46.2025908Z 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-09-27T15:22:46.2027213Z 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-09-27T15:22:46.2028483Z 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-09-27T15:22:46.2029983Z 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-09-27T15:22:46.2030958Z 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-09-27T15:22:46.2032108Z 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-09-27T15:22:46.2033360Z 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-09-27T15:22:46.2034560Z 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-09-27T15:22:46.2035846Z 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-09-27T15:22:46.2037006Z 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-09-27T15:22:46.2038269Z 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-09-27T15:22:46.2039483Z 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-09-27T15:22:46.2040732Z 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-09-27T15:22:46.2042271Z 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-09-27T15:22:46.2043475Z 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-09-27T15:22:46.2044834Z 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-09-27T15:22:46.2046214Z 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-09-27T15:22:46.2048453Z 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-09-27T15:22:46.2049200Z 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-09-27T15:22:46.2050321Z 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-09-27T15:22:46.2051434Z 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-09-27T15:22:46.2053231Z 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-09-27T15:22:46.2054178Z 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-09-27T15:22:46.2055686Z 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-09-27T15:22:46.2056682Z 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-09-27T15:22:46.2057829Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2059235Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2060478Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2062516Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2062970Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/col2im_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2063829Z 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-09-27T15:22:46.2064849Z 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-09-27T15:22:46.2066391Z 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-09-27T15:22:46.2066930Z 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-09-27T15:22:46.2068637Z 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-09-27T15:22:46.2069600Z 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-09-27T15:22:46.2070866Z 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-09-27T15:22:46.2072117Z 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-09-27T15:22:46.2073030Z 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-09-27T15:22:46.2074186Z 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-09-27T15:22:46.2075382Z 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-09-27T15:22:46.2076567Z 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-09-27T15:22:46.2077763Z 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-09-27T15:22:46.2079070Z 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-09-27T15:22:46.2080317Z 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-09-27T15:22:46.2082280Z 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-09-27T15:22:46.2082934Z 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-09-27T15:22:46.2084271Z 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-09-27T15:22:46.2085585Z 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-09-27T15:22:46.2086564Z 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-09-27T15:22:46.2087752Z 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-09-27T15:22:46.2089012Z 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-09-27T15:22:46.2090387Z 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-09-27T15:22:46.2091510Z 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-09-27T15:22:46.2092504Z 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-09-27T15:22:46.2093768Z 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-09-27T15:22:46.2094934Z 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-09-27T15:22:46.2096259Z 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-09-27T15:22:46.2099045Z 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-09-27T15:22:46.2099772Z 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-09-27T15:22:46.2101074Z 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-09-27T15:22:46.2102305Z 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-09-27T15:22:46.2103460Z 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-09-27T15:22:46.2104645Z 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-09-27T15:22:46.2105812Z 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-09-27T15:22:46.2107219Z 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-09-27T15:22:46.2108478Z 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-09-27T15:22:46.2109683Z 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-09-27T15:22:46.2111072Z 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-09-27T15:22:46.2112313Z 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-09-27T15:22:46.2113528Z 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-09-27T15:22:46.2114769Z 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-09-27T15:22:46.2115755Z 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-09-27T15:22:46.2116974Z 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-09-27T15:22:46.2118416Z 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-09-27T15:22:46.2119670Z 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-09-27T15:22:46.2121085Z 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-09-27T15:22:46.2122312Z 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-09-27T15:22:46.2123500Z 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-09-27T15:22:46.2124759Z 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-09-27T15:22:46.2125971Z 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-09-27T15:22:46.2128227Z 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-09-27T15:22:46.2129010Z 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-09-27T15:22:46.2130088Z 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-09-27T15:22:46.2131629Z 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-09-27T15:22:46.2132785Z 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-09-27T15:22:46.2133932Z 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-09-27T15:22:46.2135129Z 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-09-27T15:22:46.2136701Z 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-09-27T15:22:46.2137818Z 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-09-27T15:22:46.2138947Z 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-09-27T15:22:46.2140268Z 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-09-27T15:22:46.2141539Z 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-09-27T15:22:46.2142878Z 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-09-27T15:22:46.2143833Z 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-09-27T15:22:46.2145283Z 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-09-27T15:22:46.2146536Z 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-09-27T15:22:46.2147576Z 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-09-27T15:22:46.2148855Z 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-09-27T15:22:46.2150004Z 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-09-27T15:22:46.2151203Z 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-09-27T15:22:46.2152403Z 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-09-27T15:22:46.2153818Z 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-09-27T15:22:46.2154849Z 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-09-27T15:22:46.2156125Z 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-09-27T15:22:46.2157412Z 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-09-27T15:22:46.2158478Z 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-09-27T15:22:46.2159690Z 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-09-27T15:22:46.2160921Z 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-09-27T15:22:46.2162235Z 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-09-27T15:22:46.2163516Z 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-09-27T15:22:46.2164726Z 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-09-27T15:22:46.2165833Z 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-09-27T15:22:46.2167060Z 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-09-27T15:22:46.2168345Z 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-09-27T15:22:46.2169629Z 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-09-27T15:22:46.2170826Z 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-09-27T15:22:46.2172140Z 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-09-27T15:22:46.2173214Z 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-09-27T15:22:46.2174372Z 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-09-27T15:22:46.2175637Z 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-09-27T15:22:46.2176991Z 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-09-27T15:22:46.2179521Z 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-09-27T15:22:46.2180351Z 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-09-27T15:22:46.2181520Z 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-09-27T15:22:46.2182753Z 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-09-27T15:22:46.2184094Z 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-09-27T15:22:46.2185484Z 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-09-27T15:22:46.2186506Z 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-09-27T15:22:46.2187686Z 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-09-27T15:22:46.2188952Z 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-09-27T15:22:46.2190042Z 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-09-27T15:22:46.2191327Z 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-09-27T15:22:46.2192457Z 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-09-27T15:22:46.2193766Z 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-09-27T15:22:46.2194876Z 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-09-27T15:22:46.2196262Z 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-09-27T15:22:46.2197293Z 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-09-27T15:22:46.2198706Z 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-09-27T15:22:46.2199854Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2200926Z 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-09-27T15:22:46.2202144Z 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-09-27T15:22:46.2203593Z 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-09-27T15:22:46.2204934Z 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-09-27T15:22:46.2206120Z 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-09-27T15:22:46.2207998Z 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-09-27T15:22:46.2209855Z 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-09-27T15:22:46.2210391Z 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-09-27T15:22:46.2211666Z 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-09-27T15:22:46.2213063Z 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-09-27T15:22:46.2214265Z 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-09-27T15:22:46.2215586Z 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-09-27T15:22:46.2216790Z 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-09-27T15:22:46.2218014Z 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-09-27T15:22:46.2219301Z 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-09-27T15:22:46.2220416Z 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-09-27T15:22:46.2221620Z 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-09-27T15:22:46.2222975Z 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-09-27T15:22:46.2224173Z 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-09-27T15:22:46.2225341Z 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-09-27T15:22:46.2226547Z 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-09-27T15:22:46.2228038Z 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-09-27T15:22:46.2229093Z 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-09-27T15:22:46.2230300Z 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-09-27T15:22:46.2231467Z 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-09-27T15:22:46.2232636Z 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-09-27T15:22:46.2233843Z 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-09-27T15:22:46.2234970Z 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-09-27T15:22:46.2236313Z 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-09-27T15:22:46.2238515Z 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-09-27T15:22:46.2239262Z 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-09-27T15:22:46.2239992Z 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-09-27T15:22:46.2241199Z 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-09-27T15:22:46.2242260Z 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-09-27T15:22:46.2243532Z 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-09-27T15:22:46.2244766Z 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-09-27T15:22:46.2245979Z 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-09-27T15:22:46.2247347Z 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-09-27T15:22:46.2248693Z 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-09-27T15:22:46.2249751Z 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-09-27T15:22:46.2250932Z 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-09-27T15:22:46.2252120Z 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-09-27T15:22:46.2253425Z 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-09-27T15:22:46.2254753Z 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-09-27T15:22:46.2256130Z 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-09-27T15:22:46.2257545Z 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-09-27T15:22:46.2258841Z 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-09-27T15:22:46.2260041Z 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-09-27T15:22:46.2261263Z 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-09-27T15:22:46.2262402Z 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-09-27T15:22:46.2263533Z 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-09-27T15:22:46.2264690Z 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-09-27T15:22:46.2266967Z 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-09-27T15:22:46.2267364Z 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-09-27T15:22:46.2268080Z 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-09-27T15:22:46.2268895Z 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-09-27T15:22:46.2270258Z 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-09-27T15:22:46.2270914Z 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-09-27T15:22:46.2272335Z 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-09-27T15:22:46.2272672Z 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-09-27T15:22:46.2274412Z 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-09-27T15:22:46.2275420Z 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-09-27T15:22:46.2276206Z 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-09-27T15:22:46.2277008Z 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-09-27T15:22:46.2277919Z 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-09-27T15:22:46.2278971Z 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-09-27T15:22:46.2279969Z 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-09-27T15:22:46.2280754Z 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-09-27T15:22:46.2281553Z 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-09-27T15:22:46.2283298Z 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-09-27T15:22:46.2284655Z 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-09-27T15:22:46.2285532Z 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-09-27T15:22:46.2286331Z 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-09-27T15:22:46.2286945Z 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-09-27T15:22:46.2288361Z 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-09-27T15:22:46.2290076Z 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-09-27T15:22:46.2290801Z 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-09-27T15:22:46.2292041Z 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-09-27T15:22:46.2292912Z 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-09-27T15:22:46.2294103Z 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-09-27T15:22:46.2295418Z 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-09-27T15:22:46.2296655Z 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-09-27T15:22:46.2297903Z 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-09-27T15:22:46.2298767Z 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-09-27T15:22:46.2299825Z 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-09-27T15:22:46.2300770Z 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-09-27T15:22:46.2301836Z 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-09-27T15:22:46.2302997Z 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-09-27T15:22:46.2304023Z 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-09-27T15:22:46.2304930Z 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-09-27T15:22:46.2306001Z 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-09-27T15:22:46.2307040Z 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-09-27T15:22:46.2308628Z 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-09-27T15:22:46.2309002Z 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-09-27T15:22:46.2310123Z 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-09-27T15:22:46.2311270Z 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-09-27T15:22:46.2312050Z 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-09-27T15:22:46.2312963Z 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-09-27T15:22:46.2313869Z 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-09-27T15:22:46.2314678Z 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-09-27T15:22:46.2315701Z 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-09-27T15:22:46.2316661Z 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-09-27T15:22:46.2317701Z 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-09-27T15:22:46.2318730Z 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-09-27T15:22:46.2319518Z 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-09-27T15:22:46.2320428Z 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-09-27T15:22:46.2321385Z 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-09-27T15:22:46.2322209Z 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-09-27T15:22:46.2323912Z 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-09-27T15:22:46.2324621Z 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-09-27T15:22:46.2325460Z 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-09-27T15:22:46.2326897Z 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-09-27T15:22:46.2327588Z 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-09-27T15:22:46.2328513Z 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-09-27T15:22:46.2329264Z 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-09-27T15:22:46.2330589Z 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-09-27T15:22:46.2331632Z 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-09-27T15:22:46.2332858Z 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-09-27T15:22:46.2333919Z 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-09-27T15:22:46.2334598Z 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-09-27T15:22:46.2335829Z 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-09-27T15:22:46.2336759Z 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-09-27T15:22:46.2338305Z 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-09-27T15:22:46.2339357Z 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-09-27T15:22:46.2340327Z 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-09-27T15:22:46.2341086Z 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-09-27T15:22:46.2342493Z 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-09-27T15:22:46.2343319Z 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-09-27T15:22:46.2344753Z 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-09-27T15:22:46.2345816Z 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-09-27T15:22:46.2346791Z 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-09-27T15:22:46.2347958Z 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-09-27T15:22:46.2348977Z 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-09-27T15:22:46.2350652Z 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-09-27T15:22:46.2351585Z 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-09-27T15:22:46.2353147Z 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-09-27T15:22:46.2353587Z 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-09-27T15:22:46.2355318Z 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-09-27T15:22:46.2355889Z 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-09-27T15:22:46.2357531Z 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-09-27T15:22:46.2358026Z 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-09-27T15:22:46.2359233Z 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-09-27T15:22:46.2360248Z 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-09-27T15:22:46.2361422Z 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-09-27T15:22:46.2362443Z 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-09-27T15:22:46.2363684Z 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-09-27T15:22:46.2364440Z 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-09-27T15:22:46.2365347Z 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-09-27T15:22:46.2366504Z 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-09-27T15:22:46.2367566Z 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-09-27T15:22:46.2368365Z 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-09-27T15:22:46.2369350Z 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-09-27T15:22:46.2372785Z 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-09-27T15:22:46.2373298Z 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-09-27T15:22:46.2373914Z 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-09-27T15:22:46.2374454Z 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-09-27T15:22:46.2375022Z 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-09-27T15:22:46.2376392Z 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-09-27T15:22:46.2377341Z 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-09-27T15:22:46.2378244Z 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-09-27T15:22:46.2379169Z 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-09-27T15:22:46.2380368Z 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-09-27T15:22:46.2381076Z 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-09-27T15:22:46.2382302Z 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-09-27T15:22:46.2383221Z 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-09-27T15:22:46.2384210Z 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-09-27T15:22:46.2385241Z 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-09-27T15:22:46.2386108Z 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-09-27T15:22:46.2386984Z 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-09-27T15:22:46.2387975Z 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-09-27T15:22:46.2388969Z 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-09-27T15:22:46.2389994Z 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-09-27T15:22:46.2391053Z 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-09-27T15:22:46.2391853Z 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-09-27T15:22:46.2392848Z 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-09-27T15:22:46.2393738Z 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-09-27T15:22:46.2394639Z 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-09-27T15:22:46.2395686Z 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-09-27T15:22:46.2396865Z 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-09-27T15:22:46.2397777Z 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-09-27T15:22:46.2398398Z 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-09-27T15:22:46.2399396Z 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-09-27T15:22:46.2400426Z 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-09-27T15:22:46.2401511Z 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-09-27T15:22:46.2402235Z 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-09-27T15:22:46.2403140Z 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-09-27T15:22:46.2404368Z 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-09-27T15:22:46.2405654Z 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-09-27T15:22:46.2406308Z 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-09-27T15:22:46.2407323Z 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-09-27T15:22:46.2408458Z 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-09-27T15:22:46.2409481Z 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-09-27T15:22:46.2410074Z 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-09-27T15:22:46.2411171Z 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-09-27T15:22:46.2412100Z 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-09-27T15:22:46.2413001Z 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-09-27T15:22:46.2413990Z 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-09-27T15:22:46.2415564Z 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-09-27T15:22:46.2416465Z 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-09-27T15:22:46.2417353Z 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-09-27T15:22:46.2418290Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2419481Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2420337Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2421304Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2422411Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2423409Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2424400Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/diag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.2425459Z 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-09-27T15:22:46.2426544Z 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-09-27T15:22:46.2427654Z 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-09-27T15:22:46.2428567Z 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-09-27T15:22:46.2429596Z 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-09-27T15:22:46.2430556Z 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-09-27T15:22:46.2431532Z 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-09-27T15:22:46.2432837Z 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-09-27T15:22:46.2433686Z 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-09-27T15:22:46.2434494Z 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-09-27T15:22:46.2435337Z 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-09-27T15:22:46.2436167Z 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-09-27T15:22:46.2437198Z 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-09-27T15:22:46.2438125Z 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-09-27T15:22:46.2439147Z 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-09-27T15:22:46.2440153Z 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-09-27T15:22:46.2441117Z 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-09-27T15:22:46.2442035Z 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-09-27T15:22:46.2443134Z 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-09-27T15:22:46.2444398Z 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-09-27T15:22:46.2445035Z 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-09-27T15:22:46.2446045Z 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-09-27T15:22:46.2446994Z 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-09-27T15:22:46.2447945Z 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-09-27T15:22:46.2448911Z 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-09-27T15:22:46.2449969Z 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-09-27T15:22:46.2450900Z 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-09-27T15:22:46.2451919Z 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-09-27T15:22:46.2452782Z 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-09-27T15:22:46.2453963Z 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-09-27T15:22:46.2454845Z 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-09-27T15:22:46.2456449Z 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-09-27T15:22:46.2457000Z 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-09-27T15:22:46.2458159Z 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-09-27T15:22:46.2458801Z 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-09-27T15:22:46.2459777Z 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-09-27T15:22:46.2460671Z 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-09-27T15:22:46.2461629Z 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-09-27T15:22:46.2462573Z 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-09-27T15:22:46.2463557Z 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-09-27T15:22:46.2464934Z 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-09-27T15:22:46.2465948Z 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-09-27T15:22:46.2466982Z 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-09-27T15:22:46.2467718Z 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-09-27T15:22:46.2469035Z 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-09-27T15:22:46.2469835Z 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-09-27T15:22:46.2471277Z 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-09-27T15:22:46.2472257Z 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-09-27T15:22:46.2473187Z 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-09-27T15:22:46.2474532Z 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-09-27T15:22:46.2475512Z 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-09-27T15:22:46.2476469Z 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-09-27T15:22:46.2477459Z 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-09-27T15:22:46.2478624Z 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-09-27T15:22:46.2480284Z 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-09-27T15:22:46.2481404Z 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-09-27T15:22:46.2482286Z 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-09-27T15:22:46.2483350Z 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-09-27T15:22:46.2484543Z 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-09-27T15:22:46.2485599Z 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-09-27T15:22:46.2486465Z 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-09-27T15:22:46.2487489Z 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-09-27T15:22:46.2488512Z 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-09-27T15:22:46.2489536Z 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-09-27T15:22:46.2491683Z 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-09-27T15:22:46.2492074Z 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-09-27T15:22:46.2492874Z 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-09-27T15:22:46.2493856Z 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-09-27T15:22:46.2495065Z 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-09-27T15:22:46.2496898Z 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-09-27T15:22:46.2497381Z 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-09-27T15:22:46.2498679Z 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-09-27T15:22:46.2499852Z 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-09-27T15:22:46.2500668Z 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-09-27T15:22:46.2501875Z 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-09-27T15:22:46.2502759Z 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-09-27T15:22:46.2504147Z 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-09-27T15:22:46.2504858Z 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-09-27T15:22:46.2506110Z 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-09-27T15:22:46.2507081Z 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-09-27T15:22:46.2508074Z 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-09-27T15:22:46.2509460Z 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-09-27T15:22:46.2509877Z 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-09-27T15:22:46.2511462Z 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-09-27T15:22:46.2512095Z 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-09-27T15:22:46.2513633Z 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-09-27T15:22:46.2514751Z 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-09-27T15:22:46.2515866Z 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-09-27T15:22:46.2517436Z 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-09-27T15:22:46.2518213Z 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-09-27T15:22:46.2519349Z 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-09-27T15:22:46.2520602Z 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-09-27T15:22:46.2521753Z 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-09-27T15:22:46.2523158Z 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-09-27T15:22:46.2524568Z 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-09-27T15:22:46.2525668Z 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-09-27T15:22:46.2526833Z 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-09-27T15:22:46.2529088Z 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-09-27T15:22:46.2529567Z 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-09-27T15:22:46.2530350Z 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-09-27T15:22:46.2534848Z 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-09-27T15:22:46.2535602Z 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-09-27T15:22:46.2536047Z 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-09-27T15:22:46.2536367Z 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-09-27T15:22:46.2536777Z 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-09-27T15:22:46.2537109Z 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-09-27T15:22:46.2538113Z 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-09-27T15:22:46.2539012Z 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-09-27T15:22:46.2540161Z 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-09-27T15:22:46.2540796Z 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-09-27T15:22:46.2542433Z 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-09-27T15:22:46.2543549Z 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-09-27T15:22:46.2544272Z 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-09-27T15:22:46.2545151Z 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-09-27T15:22:46.2546561Z 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-09-27T15:22:46.2547328Z 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-09-27T15:22:46.2548209Z 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-09-27T15:22:46.2549119Z 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-09-27T15:22:46.2550388Z 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-09-27T15:22:46.2551353Z 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-09-27T15:22:46.2552286Z 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-09-27T15:22:46.2553298Z 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-09-27T15:22:46.2554884Z 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-09-27T15:22:46.2555809Z 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-09-27T15:22:46.2556702Z 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-09-27T15:22:46.2558091Z 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-09-27T15:22:46.2560100Z 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-09-27T15:22:46.2560691Z 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-09-27T15:22:46.2562339Z 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-09-27T15:22:46.2562969Z 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-09-27T15:22:46.2564190Z 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-09-27T15:22:46.2565446Z 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-09-27T15:22:46.2566649Z 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-09-27T15:22:46.2567970Z 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-09-27T15:22:46.2569059Z 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-09-27T15:22:46.2570227Z 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-09-27T15:22:46.2571590Z 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-09-27T15:22:46.2572894Z 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-09-27T15:22:46.2574014Z 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-09-27T15:22:46.2575235Z 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-09-27T15:22:46.2577914Z 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-09-27T15:22:46.2578624Z 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-09-27T15:22:46.2579484Z 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-09-27T15:22:46.2580604Z 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-09-27T15:22:46.2581546Z 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-09-27T15:22:46.2582190Z 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-09-27T15:22:46.2583087Z 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-09-27T15:22:46.2584378Z 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-09-27T15:22:46.2585087Z 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-09-27T15:22:46.2585904Z 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-09-27T15:22:46.2587065Z 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-09-27T15:22:46.2587857Z 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-09-27T15:22:46.2589063Z 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-09-27T15:22:46.2589782Z 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-09-27T15:22:46.2590722Z 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-09-27T15:22:46.2591707Z 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-09-27T15:22:46.2592534Z 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-09-27T15:22:46.2593466Z 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-09-27T15:22:46.2594356Z 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-09-27T15:22:46.2595191Z 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-09-27T15:22:46.2596407Z 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-09-27T15:22:46.2597082Z 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-09-27T15:22:46.2598075Z 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-09-27T15:22:46.2599194Z 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-09-27T15:22:46.2600083Z 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-09-27T15:22:46.2600998Z 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-09-27T15:22:46.2601834Z 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-09-27T15:22:46.2602908Z 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-09-27T15:22:46.2604061Z 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-09-27T15:22:46.2604810Z 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-09-27T15:22:46.2605648Z 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-09-27T15:22:46.2606590Z 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-09-27T15:22:46.2607411Z 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-09-27T15:22:46.2608376Z 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-09-27T15:22:46.2609237Z 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-09-27T15:22:46.2610195Z 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-09-27T15:22:46.2611415Z 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-09-27T15:22:46.2612140Z 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-09-27T15:22:46.2613125Z 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-09-27T15:22:46.2614012Z 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-09-27T15:22:46.2615078Z 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-09-27T15:22:46.2616373Z 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-09-27T15:22:46.2617786Z 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-09-27T15:22:46.2618683Z 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-09-27T15:22:46.2619643Z 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-09-27T15:22:46.2621357Z 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-09-27T15:22:46.2621932Z 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-09-27T15:22:46.2623118Z 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-09-27T15:22:46.2624288Z 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-09-27T15:22:46.2625014Z 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-09-27T15:22:46.2626162Z 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-09-27T15:22:46.2627265Z 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-09-27T15:22:46.2628547Z 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-09-27T15:22:46.2629364Z 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-09-27T15:22:46.2630305Z 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-09-27T15:22:46.2631766Z 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-09-27T15:22:46.2632486Z 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-09-27T15:22:46.2633551Z 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-09-27T15:22:46.2634480Z 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-09-27T15:22:46.2635587Z 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-09-27T15:22:46.2636479Z 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-09-27T15:22:46.2637634Z 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-09-27T15:22:46.2638544Z 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-09-27T15:22:46.2639472Z 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-09-27T15:22:46.2640617Z 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-09-27T15:22:46.2641583Z 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-09-27T15:22:46.2642555Z 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-09-27T15:22:46.2643631Z 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-09-27T15:22:46.2644609Z 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-09-27T15:22:46.2645464Z 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-09-27T15:22:46.2647524Z 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-09-27T15:22:46.2648168Z 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-09-27T15:22:46.2649019Z 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-09-27T15:22:46.2650686Z 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-09-27T15:22:46.2651469Z 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-09-27T15:22:46.2652985Z 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-09-27T15:22:46.2653804Z 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-09-27T15:22:46.2655032Z 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-09-27T15:22:46.2655848Z 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-09-27T15:22:46.2657743Z 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-09-27T15:22:46.2658536Z 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-09-27T15:22:46.2659889Z 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-09-27T15:22:46.2660814Z 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-09-27T15:22:46.2662254Z 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-09-27T15:22:46.2663306Z 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-09-27T15:22:46.2664444Z 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-09-27T15:22:46.2665582Z 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-09-27T15:22:46.2687006Z 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-09-27T15:22:46.2689470Z 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-09-27T15:22:46.2690162Z 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-09-27T15:22:46.2690728Z 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-09-27T15:22:46.2691316Z 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-09-27T15:22:46.2691876Z 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-09-27T15:22:46.2692419Z 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-09-27T15:22:46.2693037Z 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-09-27T15:22:46.2693694Z 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-09-27T15:22:46.2694365Z 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-09-27T15:22:46.2695172Z 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-09-27T15:22:46.2696063Z 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-09-27T15:22:46.2696764Z 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-09-27T15:22:46.2697540Z 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-09-27T15:22:46.2698391Z 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-09-27T15:22:46.2699084Z 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-09-27T15:22:46.2699764Z 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-09-27T15:22:46.2700427Z 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-09-27T15:22:46.2701177Z 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-09-27T15:22:46.2701813Z 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-09-27T15:22:46.2702588Z 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-09-27T15:22:46.2703206Z 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-09-27T15:22:46.2704107Z 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-09-27T15:22:46.2704790Z 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-09-27T15:22:46.2705593Z 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-09-27T15:22:46.2706277Z 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-09-27T15:22:46.2706964Z 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-09-27T15:22:46.2707747Z 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-09-27T15:22:46.2708434Z 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-09-27T15:22:46.2709250Z 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-09-27T15:22:46.2709925Z 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-09-27T15:22:46.2710585Z 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-09-27T15:22:46.2711342Z 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-09-27T15:22:46.2711986Z 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-09-27T15:22:46.2712616Z 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-09-27T15:22:46.2713214Z 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-09-27T15:22:46.2713948Z 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-09-27T15:22:46.2714615Z 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-09-27T15:22:46.2715387Z 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-09-27T15:22:46.2716061Z 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-09-27T15:22:46.2716800Z 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-09-27T15:22:46.2717438Z 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-09-27T15:22:46.2718140Z 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-09-27T15:22:46.2718750Z 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-09-27T15:22:46.2719467Z 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-09-27T15:22:46.2720442Z 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-09-27T15:22:46.2721679Z 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-09-27T15:22:46.2722790Z 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-09-27T15:22:46.2724008Z 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-09-27T15:22:46.2725083Z 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-09-27T15:22:46.2726390Z 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-09-27T15:22:46.2727828Z 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-09-27T15:22:46.2729221Z 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-09-27T15:22:46.2731155Z 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-09-27T15:22:46.2731573Z 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-09-27T15:22:46.2732351Z 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-09-27T15:22:46.2733097Z 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-09-27T15:22:46.2734335Z 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-09-27T15:22:46.2735425Z 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-09-27T15:22:46.2736849Z 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-09-27T15:22:46.2737680Z 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-09-27T15:22:46.2738603Z 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-09-27T15:22:46.2739999Z 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-09-27T15:22:46.2740555Z 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-09-27T15:22:46.2741618Z 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-09-27T15:22:46.2742901Z 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-09-27T15:22:46.2744458Z 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-09-27T15:22:46.2745060Z 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-09-27T15:22:46.2745654Z 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-09-27T15:22:46.2747083Z 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-09-27T15:22:46.2747657Z 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-09-27T15:22:46.2748438Z 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-09-27T15:22:46.2748950Z 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-09-27T15:22:46.2750577Z 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-09-27T15:22:46.2751592Z 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-09-27T15:22:46.2752324Z 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-09-27T15:22:46.2753489Z 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-09-27T15:22:46.2754533Z 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-09-27T15:22:46.2755499Z 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-09-27T15:22:46.2756357Z 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-09-27T15:22:46.2757243Z 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-09-27T15:22:46.2758616Z 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-09-27T15:22:46.2759291Z 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-09-27T15:22:46.2760910Z 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-09-27T15:22:46.2761916Z 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-09-27T15:22:46.2763775Z 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-09-27T15:22:46.2764153Z 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-09-27T15:22:46.2764994Z 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-09-27T15:22:46.2766757Z 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-09-27T15:22:46.2767431Z 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-09-27T15:22:46.2768248Z 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-09-27T15:22:46.2769304Z 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-09-27T15:22:46.2770767Z 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-09-27T15:22:46.2771370Z 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-09-27T15:22:46.2772334Z 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-09-27T15:22:46.2772979Z 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-09-27T15:22:46.2774556Z 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-09-27T15:22:46.2775064Z 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-09-27T15:22:46.2776084Z 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-09-27T15:22:46.2776874Z 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-09-27T15:22:46.2777523Z 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-09-27T15:22:46.2778638Z 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-09-27T15:22:46.2780017Z 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-09-27T15:22:46.2780942Z 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-09-27T15:22:46.2781816Z 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-09-27T15:22:46.2782699Z 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-09-27T15:22:46.2783792Z 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-09-27T15:22:46.2784722Z 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-09-27T15:22:46.2785634Z 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-09-27T15:22:46.2786660Z 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-09-27T15:22:46.2787421Z 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-09-27T15:22:46.2788312Z 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-09-27T15:22:46.2789452Z 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-09-27T15:22:46.2790307Z 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-09-27T15:22:46.2791384Z 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-09-27T15:22:46.2792022Z 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-09-27T15:22:46.2793215Z 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-09-27T15:22:46.2794034Z 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-09-27T15:22:46.2795467Z 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-09-27T15:22:46.2796490Z 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-09-27T15:22:46.2797414Z 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-09-27T15:22:46.2797992Z 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-09-27T15:22:46.2799467Z 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-09-27T15:22:46.2799950Z 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-09-27T15:22:46.2801007Z 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-09-27T15:22:46.2802284Z 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-09-27T15:22:46.2803102Z 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-09-27T15:22:46.2803958Z 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-09-27T15:22:46.2804851Z 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-09-27T15:22:46.2806281Z 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-09-27T15:22:46.2807070Z 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-09-27T15:22:46.2808009Z 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-09-27T15:22:46.2808975Z 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-09-27T15:22:46.2809952Z 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-09-27T15:22:46.2810890Z 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-09-27T15:22:46.2812950Z 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-09-27T15:22:46.2813423Z 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-09-27T15:22:46.2814047Z 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-09-27T15:22:46.2814716Z 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-09-27T15:22:46.2816060Z 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-09-27T15:22:46.2817879Z 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-09-27T15:22:46.2818869Z 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-09-27T15:22:46.2819894Z 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-09-27T15:22:46.2820523Z 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-09-27T15:22:46.2821492Z 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-09-27T15:22:46.2823001Z 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-09-27T15:22:46.2823638Z 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-09-27T15:22:46.2825194Z 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-09-27T15:22:46.2826173Z 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-09-27T15:22:46.2827316Z 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-09-27T15:22:46.2828218Z 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-09-27T15:22:46.2829191Z 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-09-27T15:22:46.2830089Z 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-09-27T15:22:46.2831560Z 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-09-27T15:22:46.2832240Z 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-09-27T15:22:46.2833695Z 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-09-27T15:22:46.2834789Z 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-09-27T15:22:46.2835929Z 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-09-27T15:22:46.2836880Z 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-09-27T15:22:46.2837889Z 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-09-27T15:22:46.2839262Z 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-09-27T15:22:46.2840256Z 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-09-27T15:22:46.2840969Z 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-09-27T15:22:46.2841941Z 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-09-27T15:22:46.2842888Z 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-09-27T15:22:46.2844618Z 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-09-27T15:22:46.2845030Z 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-09-27T15:22:46.2845665Z 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-09-27T15:22:46.2846870Z 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-09-27T15:22:46.2848055Z 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-09-27T15:22:46.2849278Z 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-09-27T15:22:46.2850049Z 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-09-27T15:22:46.2851205Z 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-09-27T15:22:46.2851871Z 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-09-27T15:22:46.2854000Z 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-09-27T15:22:46.2854337Z 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-09-27T15:22:46.2855581Z 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-09-27T15:22:46.2856677Z 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-09-27T15:22:46.2857393Z 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-09-27T15:22:46.2859114Z 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-09-27T15:22:46.2859565Z 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-09-27T15:22:46.2860229Z 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-09-27T15:22:46.2861570Z 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-09-27T15:22:46.2862216Z 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-09-27T15:22:46.2863363Z 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-09-27T15:22:46.2863936Z 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-09-27T15:22:46.2865924Z 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-09-27T15:22:46.2867100Z 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-09-27T15:22:46.2868251Z 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-09-27T15:22:46.2869534Z 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-09-27T15:22:46.2870932Z 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-09-27T15:22:46.2872062Z 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-09-27T15:22:46.2873320Z 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-09-27T15:22:46.2874455Z 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-09-27T15:22:46.2875854Z 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-09-27T15:22:46.2877006Z 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-09-27T15:22:46.2878117Z 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-09-27T15:22:46.2879324Z 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-09-27T15:22:46.2880747Z 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-09-27T15:22:46.2881865Z 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-09-27T15:22:46.2883269Z 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-09-27T15:22:46.2885535Z 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-09-27T15:22:46.2886269Z 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-09-27T15:22:46.2887170Z 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-09-27T15:22:46.2887927Z 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-09-27T15:22:46.2889045Z 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-09-27T15:22:46.2890469Z 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-09-27T15:22:46.2891730Z 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-09-27T15:22:46.2892685Z 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-09-27T15:22:46.2893857Z 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-09-27T15:22:46.2895009Z 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-09-27T15:22:46.2896910Z 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-09-27T15:22:46.2898215Z 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-09-27T15:22:46.2899597Z 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-09-27T15:22:46.2900546Z 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-09-27T15:22:46.2901706Z 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-09-27T15:22:46.2902925Z 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-09-27T15:22:46.2904395Z 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-09-27T15:22:46.2905438Z 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-09-27T15:22:46.2906613Z 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-09-27T15:22:46.2907695Z 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-09-27T15:22:46.2909136Z 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-09-27T15:22:46.2910394Z 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-09-27T15:22:46.2911426Z 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-09-27T15:22:46.2912738Z 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-09-27T15:22:46.2914025Z 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-09-27T15:22:46.2915115Z 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-09-27T15:22:46.2916475Z 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-09-27T15:22:46.2917485Z 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-09-27T15:22:46.2918595Z 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-09-27T15:22:46.2919783Z 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-09-27T15:22:46.2921014Z 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-09-27T15:22:46.2922080Z 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-09-27T15:22:46.2923499Z 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-09-27T15:22:46.2924811Z 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-09-27T15:22:46.2925833Z 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-09-27T15:22:46.2927060Z 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-09-27T15:22:46.2928240Z 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-09-27T15:22:46.2929510Z 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-09-27T15:22:46.2930546Z 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-09-27T15:22:46.2931786Z 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-09-27T15:22:46.2933021Z 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-09-27T15:22:46.2934395Z 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-09-27T15:22:46.2935644Z 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-09-27T15:22:46.2936761Z 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-09-27T15:22:46.2938012Z 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-09-27T15:22:46.2939229Z 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-09-27T15:22:46.2940795Z 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-09-27T15:22:46.2941646Z 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-09-27T15:22:46.2942957Z 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-09-27T15:22:46.2944096Z 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-09-27T15:22:46.2945815Z 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-09-27T15:22:46.2946739Z 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-09-27T15:22:46.2947839Z 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-09-27T15:22:46.2949218Z 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-09-27T15:22:46.2950413Z 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-09-27T15:22:46.2951846Z 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-09-27T15:22:46.2970472Z 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-09-27T15:22:46.2971398Z 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-09-27T15:22:46.2972050Z 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-09-27T15:22:46.2972689Z 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-09-27T15:22:46.2973297Z 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-09-27T15:22:46.2973914Z 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-09-27T15:22:46.2974518Z 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-09-27T15:22:46.2975120Z 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-09-27T15:22:46.2975797Z 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-09-27T15:22:46.2976336Z 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-09-27T15:22:46.2976981Z 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-09-27T15:22:46.2977635Z 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-09-27T15:22:46.2978444Z 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-09-27T15:22:46.2979178Z 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-09-27T15:22:46.2979958Z 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-09-27T15:22:46.2980675Z 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-09-27T15:22:46.2981305Z 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-09-27T15:22:46.2981870Z 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-09-27T15:22:46.2982516Z 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-09-27T15:22:46.2983129Z 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-09-27T15:22:46.2983724Z 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-09-27T15:22:46.2985103Z 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-09-27T15:22:46.2985817Z 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-09-27T15:22:46.2986397Z 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-09-27T15:22:46.2986980Z 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-09-27T15:22:46.2987507Z 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-09-27T15:22:46.2988084Z 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-09-27T15:22:46.2988632Z 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-09-27T15:22:46.2989333Z 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-09-27T15:22:46.2989900Z 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-09-27T15:22:46.2990481Z 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-09-27T15:22:46.2991028Z 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-09-27T15:22:46.2991712Z 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-09-27T15:22:46.2992307Z 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-09-27T15:22:46.2992888Z 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-09-27T15:22:46.2993450Z 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-09-27T15:22:46.2994500Z 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-09-27T15:22:46.2995721Z 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-09-27T15:22:46.2996946Z 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-09-27T15:22:46.2998107Z 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-09-27T15:22:46.2999197Z 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-09-27T15:22:46.3000639Z 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-09-27T15:22:46.3001738Z 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-09-27T15:22:46.3002947Z 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-09-27T15:22:46.3004415Z 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-09-27T15:22:46.3005772Z 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-09-27T15:22:46.3006963Z 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-09-27T15:22:46.3008201Z 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-09-27T15:22:46.3009364Z 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-09-27T15:22:46.3010645Z 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-09-27T15:22:46.3011870Z 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-09-27T15:22:46.3013060Z 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-09-27T15:22:46.3014173Z 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-09-27T15:22:46.3015633Z 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-09-27T15:22:46.3017108Z 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-09-27T15:22:46.3017944Z 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-09-27T15:22:46.3019121Z 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-09-27T15:22:46.3020328Z 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-09-27T15:22:46.3021692Z 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-09-27T15:22:46.3022943Z 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-09-27T15:22:46.3024203Z 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-09-27T15:22:46.3025335Z 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-09-27T15:22:46.3026670Z 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-09-27T15:22:46.3027787Z 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-09-27T15:22:46.3029315Z 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-09-27T15:22:46.3031538Z 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-09-27T15:22:46.3032161Z 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-09-27T15:22:46.3033121Z 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-09-27T15:22:46.3034221Z 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-09-27T15:22:46.3036318Z 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-09-27T15:22:46.3037064Z 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-09-27T15:22:46.3037732Z 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-09-27T15:22:46.3039436Z 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-09-27T15:22:46.3040110Z 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-09-27T15:22:46.3041151Z 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-09-27T15:22:46.3043000Z 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-09-27T15:22:46.3044335Z 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-09-27T15:22:46.3045536Z 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-09-27T15:22:46.3046917Z 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-09-27T15:22:46.3047825Z 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-09-27T15:22:46.3049283Z 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-09-27T15:22:46.3050312Z 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-09-27T15:22:46.3052753Z 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-09-27T15:22:46.3053110Z 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-09-27T15:22:46.3054657Z 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-09-27T15:22:46.3055584Z 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-09-27T15:22:46.3056982Z 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-09-27T15:22:46.3057649Z 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-09-27T15:22:46.3059481Z 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-09-27T15:22:46.3059925Z 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-09-27T15:22:46.3060972Z 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-09-27T15:22:46.3062276Z 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-09-27T15:22:46.3063384Z 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-09-27T15:22:46.3064919Z 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-09-27T15:22:46.3065893Z 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-09-27T15:22:46.3067118Z 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-09-27T15:22:46.3068312Z 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-09-27T15:22:46.3069467Z 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-09-27T15:22:46.3070616Z 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-09-27T15:22:46.3071959Z 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-09-27T15:22:46.3073402Z 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-09-27T15:22:46.3074646Z 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-09-27T15:22:46.3075901Z 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-09-27T15:22:46.3077041Z 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-09-27T15:22:46.3078368Z 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-09-27T15:22:46.3079833Z 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-09-27T15:22:46.3080928Z 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-09-27T15:22:46.3082142Z 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-09-27T15:22:46.3083520Z 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-09-27T15:22:46.3085021Z 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-09-27T15:22:46.3085997Z 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-09-27T15:22:46.3087457Z 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-09-27T15:22:46.3088566Z 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-09-27T15:22:46.3089664Z 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-09-27T15:22:46.3090928Z 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-09-27T15:22:46.3091739Z 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-09-27T15:22:46.3093198Z 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-09-27T15:22:46.3094297Z 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-09-27T15:22:46.3095735Z 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-09-27T15:22:46.3097608Z 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-09-27T15:22:46.3098356Z 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-09-27T15:22:46.3099341Z 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-09-27T15:22:46.3100753Z 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-09-27T15:22:46.3101805Z 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-09-27T15:22:46.3103004Z 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-09-27T15:22:46.3104065Z 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-09-27T15:22:46.3105421Z 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-09-27T15:22:46.3106666Z 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-09-27T15:22:46.3107813Z 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-09-27T15:22:46.3108945Z 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-09-27T15:22:46.3110163Z 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-09-27T15:22:46.3111342Z 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-09-27T15:22:46.3112632Z 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-09-27T15:22:46.3114014Z 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-09-27T15:22:46.3115477Z 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-09-27T15:22:46.3116643Z 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-09-27T15:22:46.3117790Z 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-09-27T15:22:46.3119033Z 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-09-27T15:22:46.3120369Z 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-09-27T15:22:46.3121527Z 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-09-27T15:22:46.3123021Z 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-09-27T15:22:46.3124143Z 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-09-27T15:22:46.3125393Z 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-09-27T15:22:46.3126566Z 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-09-27T15:22:46.3127708Z 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-09-27T15:22:46.3129104Z 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-09-27T15:22:46.3131053Z 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-09-27T15:22:46.3132168Z 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-09-27T15:22:46.3133422Z 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-09-27T15:22:46.3134623Z 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-09-27T15:22:46.3135892Z 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-09-27T15:22:46.3138082Z 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-09-27T15:22:46.3139065Z 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-09-27T15:22:46.3140254Z 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-09-27T15:22:46.3141854Z 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-09-27T15:22:46.3142457Z 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-09-27T15:22:46.3143531Z 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-09-27T15:22:46.3144262Z 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-09-27T15:22:46.3145961Z 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-09-27T15:22:46.3146611Z 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-09-27T15:22:46.3148275Z 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-09-27T15:22:46.3148806Z 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-09-27T15:22:46.3149734Z 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-09-27T15:22:46.3150539Z 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-09-27T15:22:46.3151552Z 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-09-27T15:22:46.3152503Z 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-09-27T15:22:46.3153765Z 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-09-27T15:22:46.3154702Z 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-09-27T15:22:46.3155726Z 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-09-27T15:22:46.3156707Z 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-09-27T15:22:46.3157808Z 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-09-27T15:22:46.3158621Z 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-09-27T15:22:46.3159774Z 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-09-27T15:22:46.3160399Z 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-09-27T15:22:46.3162568Z 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-09-27T15:22:46.3163097Z 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-09-27T15:22:46.3163679Z 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-09-27T15:22:46.3164648Z 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-09-27T15:22:46.3165804Z 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-09-27T15:22:46.3166778Z 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-09-27T15:22:46.3167841Z 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-09-27T15:22:46.3169140Z 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-09-27T15:22:46.3170048Z 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-09-27T15:22:46.3170985Z 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-09-27T15:22:46.3171861Z 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-09-27T15:22:46.3173634Z 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-09-27T15:22:46.3174026Z 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-09-27T15:22:46.3175109Z 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-09-27T15:22:46.3176679Z 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-09-27T15:22:46.3177617Z 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-09-27T15:22:46.3179177Z 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-09-27T15:22:46.3179645Z 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-09-27T15:22:46.3181181Z 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-09-27T15:22:46.3182423Z 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-09-27T15:22:46.3183306Z 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-09-27T15:22:46.3184043Z 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-09-27T15:22:46.3184924Z 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-09-27T15:22:46.3186271Z 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-09-27T15:22:46.3189750Z 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-09-27T15:22:46.3190266Z 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-09-27T15:22:46.3190718Z 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-09-27T15:22:46.3191303Z 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-09-27T15:22:46.3191687Z 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-09-27T15:22:46.3192757Z 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-09-27T15:22:46.3193883Z 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-09-27T15:22:46.3195153Z 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-09-27T15:22:46.3195727Z 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-09-27T15:22:46.3197316Z 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-09-27T15:22:46.3198363Z 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-09-27T15:22:46.3199887Z 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-09-27T15:22:46.3201367Z 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-09-27T15:22:46.3203737Z 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-09-27T15:22:46.3205674Z 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-09-27T15:22:46.3206021Z 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-09-27T15:22:46.3206378Z 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-09-27T15:22:46.3207054Z 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-09-27T15:22:46.3208359Z 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-09-27T15:22:46.3208999Z 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-09-27T15:22:46.3210746Z 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-09-27T15:22:46.3211341Z 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-09-27T15:22:46.3212773Z 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-09-27T15:22:46.3213277Z 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-09-27T15:22:46.3214713Z 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-09-27T15:22:46.3215400Z 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-09-27T15:22:46.3216896Z 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-09-27T15:22:46.3217781Z 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-09-27T15:22:46.3218860Z 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-09-27T15:22:46.3219764Z 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-09-27T15:22:46.3220632Z 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-09-27T15:22:46.3221605Z 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-09-27T15:22:46.3222374Z 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-09-27T15:22:46.3223125Z 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-09-27T15:22:46.3224048Z 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-09-27T15:22:46.3225166Z 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-09-27T15:22:46.3226114Z 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-09-27T15:22:46.3226966Z 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-09-27T15:22:46.3228310Z 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-09-27T15:22:46.3228834Z 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-09-27T15:22:46.3230277Z 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-09-27T15:22:46.3231126Z 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-09-27T15:22:46.3231960Z 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-09-27T15:22:46.3233041Z 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-09-27T15:22:46.3233910Z 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-09-27T15:22:46.3235246Z 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-09-27T15:22:46.3235986Z 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-09-27T15:22:46.3237324Z 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-09-27T15:22:46.3238111Z 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-09-27T15:22:46.3239231Z 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-09-27T15:22:46.3240070Z 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-09-27T15:22:46.3241390Z 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-09-27T15:22:46.3242047Z 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-09-27T15:22:46.3243489Z 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-09-27T15:22:46.3244346Z 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-09-27T15:22:46.3245285Z 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-09-27T15:22:46.3246260Z 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-09-27T15:22:46.3247271Z 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-09-27T15:22:46.3248772Z 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-09-27T15:22:46.3249441Z 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-09-27T15:22:46.3250476Z 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-09-27T15:22:46.3251789Z 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-09-27T15:22:46.3252784Z 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-09-27T15:22:46.3253559Z 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-09-27T15:22:46.3254570Z 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-09-27T15:22:46.3255732Z 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-09-27T15:22:46.3256860Z 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-09-27T15:22:46.3257851Z 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-09-27T15:22:46.3258848Z 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-09-27T15:22:46.3259765Z 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-09-27T15:22:46.3260419Z 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-09-27T15:22:46.3261514Z 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-09-27T15:22:46.3262528Z 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-09-27T15:22:46.3263595Z 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-09-27T15:22:46.3264623Z 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-09-27T15:22:46.3265938Z 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-09-27T15:22:46.3267926Z 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-09-27T15:22:46.3268734Z 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-09-27T15:22:46.3270514Z 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-09-27T15:22:46.3271628Z 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-09-27T15:22:46.3272826Z 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-09-27T15:22:46.3273965Z 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-09-27T15:22:46.3275092Z 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-09-27T15:22:46.3276401Z 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-09-27T15:22:46.3277547Z 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-09-27T15:22:46.3278838Z 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-09-27T15:22:46.3280045Z 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-09-27T15:22:46.3281558Z 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-09-27T15:22:46.3282873Z 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-09-27T15:22:46.3283857Z 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-09-27T15:22:46.3285335Z 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-09-27T15:22:46.3286634Z 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-09-27T15:22:46.3287766Z 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-09-27T15:22:46.3288993Z 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-09-27T15:22:46.3290259Z 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-09-27T15:22:46.3291738Z 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-09-27T15:22:46.3292870Z 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-09-27T15:22:46.3293954Z 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-09-27T15:22:46.3295116Z 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-09-27T15:22:46.3296479Z 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-09-27T15:22:46.3299084Z 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-09-27T15:22:46.3299669Z 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-09-27T15:22:46.3300610Z 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-09-27T15:22:46.3301897Z 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-09-27T15:22:46.3303148Z 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-09-27T15:22:46.3304098Z 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-09-27T15:22:46.3306565Z 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-09-27T15:22:46.3306953Z 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-09-27T15:22:46.3307914Z 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-09-27T15:22:46.3308862Z 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-09-27T15:22:46.3309922Z 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-09-27T15:22:46.3311758Z 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-09-27T15:22:46.3312177Z 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-09-27T15:22:46.3313186Z 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-09-27T15:22:46.3314502Z 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-09-27T15:22:46.3315365Z 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-09-27T15:22:46.3316358Z 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-09-27T15:22:46.3317857Z 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-09-27T15:22:46.3318930Z 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-09-27T15:22:46.3319867Z 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-09-27T15:22:46.3320860Z 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-09-27T15:22:46.3322311Z 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-09-27T15:22:46.3323359Z 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-09-27T15:22:46.3324366Z 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-09-27T15:22:46.3325960Z 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-09-27T15:22:46.3326498Z 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-09-27T15:22:46.3327938Z 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-09-27T15:22:46.3328721Z 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-09-27T15:22:46.3330136Z 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-09-27T15:22:46.3331101Z 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-09-27T15:22:46.3332311Z 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-09-27T15:22:46.3333619Z 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-09-27T15:22:46.3334668Z 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-09-27T15:22:46.3336140Z 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-09-27T15:22:46.3337571Z 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-09-27T15:22:46.3338718Z 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-09-27T15:22:46.3339934Z 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-09-27T15:22:46.3341233Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.3342565Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.3343674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.3345848Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.3346835Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/im2col_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.3349786Z 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-09-27T15:22:46.3350404Z 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-09-27T15:22:46.3350980Z 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-09-27T15:22:46.3351517Z 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-09-27T15:22:46.3352727Z 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-09-27T15:22:46.3354106Z 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-09-27T15:22:46.3355173Z 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-09-27T15:22:46.3356360Z 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-09-27T15:22:46.3357610Z 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-09-27T15:22:46.3358776Z 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-09-27T15:22:46.3360253Z 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-09-27T15:22:46.3362224Z 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-09-27T15:22:46.3362726Z 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-09-27T15:22:46.3363880Z 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-09-27T15:22:46.3364726Z 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-09-27T15:22:46.3365731Z 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-09-27T15:22:46.3366599Z 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-09-27T15:22:46.3367589Z 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-09-27T15:22:46.3368725Z 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-09-27T15:22:46.3369502Z 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-09-27T15:22:46.3370647Z 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-09-27T15:22:46.3371538Z 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-09-27T15:22:46.3372370Z 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-09-27T15:22:46.3373336Z 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-09-27T15:22:46.3374312Z 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-09-27T15:22:46.3375204Z 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-09-27T15:22:46.3376244Z 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-09-27T15:22:46.3377102Z 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-09-27T15:22:46.3378123Z 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-09-27T15:22:46.3379265Z 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-09-27T15:22:46.3379943Z 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-09-27T15:22:46.3381237Z 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-09-27T15:22:46.3382321Z 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-09-27T15:22:46.3383316Z 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-09-27T15:22:46.3385068Z 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-09-27T15:22:46.3385539Z 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-09-27T15:22:46.3386264Z 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-09-27T15:22:46.3387254Z 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-09-27T15:22:46.3388424Z 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-09-27T15:22:46.3389287Z 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-09-27T15:22:46.3390242Z 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-09-27T15:22:46.3391440Z 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-09-27T15:22:46.3393125Z 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-09-27T15:22:46.3393588Z 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-09-27T15:22:46.3394588Z 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-09-27T15:22:46.3396444Z 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-09-27T15:22:46.3396928Z 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-09-27T15:22:46.3398156Z 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-09-27T15:22:46.3398785Z 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-09-27T15:22:46.3400230Z 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-09-27T15:22:46.3401040Z 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-09-27T15:22:46.3402099Z 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-09-27T15:22:46.3403190Z 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-09-27T15:22:46.3404911Z 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-09-27T15:22:46.3405292Z 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-09-27T15:22:46.3406595Z 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-09-27T15:22:46.3407870Z 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-09-27T15:22:46.3408776Z 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-09-27T15:22:46.3409523Z 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-09-27T15:22:46.3410564Z 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-09-27T15:22:46.3411613Z 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-09-27T15:22:46.3412511Z 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-09-27T15:22:46.3414417Z 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-09-27T15:22:46.3415428Z 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-09-27T15:22:46.3416404Z 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-09-27T15:22:46.3418274Z 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-09-27T15:22:46.3419169Z 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-09-27T15:22:46.3420005Z 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-09-27T15:22:46.3421755Z 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-09-27T15:22:46.3422255Z 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-09-27T15:22:46.3424010Z 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-09-27T15:22:46.3424535Z 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-09-27T15:22:46.3425445Z 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-09-27T15:22:46.3426884Z 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-09-27T15:22:46.3427781Z 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-09-27T15:22:46.3428842Z 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-09-27T15:22:46.3429909Z 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-09-27T15:22:46.3431208Z 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-09-27T15:22:46.3432042Z 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-09-27T15:22:46.3432932Z 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-09-27T15:22:46.3433927Z 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-09-27T15:22:46.3434935Z 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-09-27T15:22:46.3436170Z 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-09-27T15:22:46.3437034Z 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-09-27T15:22:46.3437998Z 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-09-27T15:22:46.3439214Z 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-09-27T15:22:46.3440020Z 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-09-27T15:22:46.3441096Z 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-09-27T15:22:46.3441939Z 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-09-27T15:22:46.3443605Z 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-09-27T15:22:46.3444322Z 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-09-27T15:22:46.3445351Z 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-09-27T15:22:46.3446237Z 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-09-27T15:22:46.3447002Z 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-09-27T15:22:46.3448619Z 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-09-27T15:22:46.3448940Z 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-09-27T15:22:46.3450272Z 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-09-27T15:22:46.3450688Z 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-09-27T15:22:46.3451680Z 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-09-27T15:22:46.3452575Z 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-09-27T15:22:46.3453877Z 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-09-27T15:22:46.3455013Z 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-09-27T15:22:46.3455867Z 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-09-27T15:22:46.3456907Z 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-09-27T15:22:46.3457889Z 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-09-27T15:22:46.3458752Z 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-09-27T15:22:46.3459631Z 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-09-27T15:22:46.3460739Z 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-09-27T15:22:46.3461713Z 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-09-27T15:22:46.3462697Z 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-09-27T15:22:46.3463766Z 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-09-27T15:22:46.3464934Z 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-09-27T15:22:46.3466270Z 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-09-27T15:22:46.3466805Z 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-09-27T15:22:46.3468030Z 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-09-27T15:22:46.3469097Z 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-09-27T15:22:46.3470724Z 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-09-27T15:22:46.3471411Z 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-09-27T15:22:46.3472508Z 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-09-27T15:22:46.3473721Z 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-09-27T15:22:46.3475396Z 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-09-27T15:22:46.3476075Z 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-09-27T15:22:46.3477142Z 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-09-27T15:22:46.3478042Z 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-09-27T15:22:46.3479133Z 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-09-27T15:22:46.3479907Z 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-09-27T15:22:46.3481356Z 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-09-27T15:22:46.3482248Z 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-09-27T15:22:46.3483358Z 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-09-27T15:22:46.3484119Z 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-09-27T15:22:46.3485032Z 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-09-27T15:22:46.3485927Z 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-09-27T15:22:46.3486736Z 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-09-27T15:22:46.3487700Z 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-09-27T15:22:46.3488754Z 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-09-27T15:22:46.3489627Z 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-09-27T15:22:46.3490600Z 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-09-27T15:22:46.3491675Z 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-09-27T15:22:46.3492584Z 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-09-27T15:22:46.3493513Z 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-09-27T15:22:46.3494372Z 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-09-27T15:22:46.3495224Z 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-09-27T15:22:46.3496330Z 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-09-27T15:22:46.3497064Z 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-09-27T15:22:46.3498066Z 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-09-27T15:22:46.3498855Z 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-09-27T15:22:46.3499867Z 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-09-27T15:22:46.3500628Z 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-09-27T15:22:46.3501541Z 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-09-27T15:22:46.3502424Z 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-09-27T15:22:46.3503289Z 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-09-27T15:22:46.3504182Z 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-09-27T15:22:46.3504960Z 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-09-27T15:22:46.3505932Z 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-09-27T15:22:46.3506762Z 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-09-27T15:22:46.3507644Z 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-09-27T15:22:46.3508405Z 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-09-27T15:22:46.3509381Z 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-09-27T15:22:46.3510471Z 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-09-27T15:22:46.3511190Z 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-09-27T15:22:46.3512196Z 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-09-27T15:22:46.3512996Z 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-09-27T15:22:46.3513914Z 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-09-27T15:22:46.3514845Z 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-09-27T15:22:46.3515530Z 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-09-27T15:22:46.3516525Z 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-09-27T15:22:46.3517609Z 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-09-27T15:22:46.3518624Z 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-09-27T15:22:46.3519628Z 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-09-27T15:22:46.3520435Z 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-09-27T15:22:46.3521644Z 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-09-27T15:22:46.3522813Z 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-09-27T15:22:46.3523659Z 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-09-27T15:22:46.3524776Z 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-09-27T15:22:46.3525752Z 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-09-27T15:22:46.3526762Z 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-09-27T15:22:46.3527737Z 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-09-27T15:22:46.3528880Z 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-09-27T15:22:46.3529775Z 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-09-27T15:22:46.3530825Z 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-09-27T15:22:46.3531858Z 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-09-27T15:22:46.3532743Z 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-09-27T15:22:46.3533860Z 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-09-27T15:22:46.3534954Z 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-09-27T15:22:46.3536114Z 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-09-27T15:22:46.3537307Z 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-09-27T15:22:46.3537999Z 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-09-27T15:22:46.3539015Z 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-09-27T15:22:46.3539921Z 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-09-27T15:22:46.3540898Z 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-09-27T15:22:46.3542340Z 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-09-27T15:22:46.3543358Z 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-09-27T15:22:46.3544356Z 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-09-27T15:22:46.3545488Z 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-09-27T15:22:46.3546485Z 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-09-27T15:22:46.3547584Z 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-09-27T15:22:46.3548556Z 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-09-27T15:22:46.3549765Z 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-09-27T15:22:46.3550704Z 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-09-27T15:22:46.3551764Z 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-09-27T15:22:46.3552769Z 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-09-27T15:22:46.3553894Z 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-09-27T15:22:46.3555041Z 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-09-27T15:22:46.3556035Z 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-09-27T15:22:46.3556815Z 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-09-27T15:22:46.3557901Z 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-09-27T15:22:46.3558587Z 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-09-27T15:22:46.3559629Z 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-09-27T15:22:46.3560700Z 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-09-27T15:22:46.3561513Z 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-09-27T15:22:46.3562398Z 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-09-27T15:22:46.3563300Z 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-09-27T15:22:46.3564207Z 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-09-27T15:22:46.3565112Z 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-09-27T15:22:46.3566016Z 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-09-27T15:22:46.3566802Z 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-09-27T15:22:46.3567800Z 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-09-27T15:22:46.3568799Z 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-09-27T15:22:46.3569665Z 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-09-27T15:22:46.3570515Z 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-09-27T15:22:46.3571531Z 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-09-27T15:22:46.3572925Z 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-09-27T15:22:46.3573588Z 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-09-27T15:22:46.3574296Z 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-09-27T15:22:46.3575698Z 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-09-27T15:22:46.3576630Z 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-09-27T15:22:46.3578267Z 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-09-27T15:22:46.3579308Z 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-09-27T15:22:46.3580215Z 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-09-27T15:22:46.3581151Z 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-09-27T15:22:46.3582095Z 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-09-27T15:22:46.3583040Z 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-09-27T15:22:46.3584132Z 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-09-27T15:22:46.3584985Z 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-09-27T15:22:46.3586026Z 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-09-27T15:22:46.3586900Z 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-09-27T15:22:46.3587988Z 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-09-27T15:22:46.3588911Z 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-09-27T15:22:46.3589937Z 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-09-27T15:22:46.3590962Z 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-09-27T15:22:46.3592067Z 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-09-27T15:22:46.3593033Z 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-09-27T15:22:46.3594062Z 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-09-27T15:22:46.3595107Z 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-09-27T15:22:46.3596192Z 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-09-27T15:22:46.3597232Z 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-09-27T15:22:46.3598301Z 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-09-27T15:22:46.3599328Z 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-09-27T15:22:46.3600369Z 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-09-27T15:22:46.3601520Z 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-09-27T15:22:46.3602325Z 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-09-27T15:22:46.3603433Z 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-09-27T15:22:46.3604450Z 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-09-27T15:22:46.3605310Z 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-09-27T15:22:46.3606749Z 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-09-27T15:22:46.3607551Z 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-09-27T15:22:46.3608581Z 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-09-27T15:22:46.3609481Z 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-09-27T15:22:46.3610365Z 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-09-27T15:22:46.3611340Z 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-09-27T15:22:46.3612143Z 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-09-27T15:22:46.3613068Z 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-09-27T15:22:46.3613941Z 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-09-27T15:22:46.3614868Z 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-09-27T15:22:46.3615771Z 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-09-27T15:22:46.3616848Z 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-09-27T15:22:46.3617931Z 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-09-27T15:22:46.3619056Z 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-09-27T15:22:46.3619550Z 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-09-27T15:22:46.3620621Z 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-09-27T15:22:46.3621575Z 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-09-27T15:22:46.3622571Z 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-09-27T15:22:46.3623333Z 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-09-27T15:22:46.3624227Z 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-09-27T15:22:46.3625240Z 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-09-27T15:22:46.3626137Z 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-09-27T15:22:46.3627065Z 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-09-27T15:22:46.3627757Z 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-09-27T15:22:46.3628877Z 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-09-27T15:22:46.3629940Z 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-09-27T15:22:46.3630692Z 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-09-27T15:22:46.3631771Z 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-09-27T15:22:46.3632502Z 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-09-27T15:22:46.3633612Z 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-09-27T15:22:46.3634240Z 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-09-27T15:22:46.3635385Z 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-09-27T15:22:46.3636234Z 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-09-27T15:22:46.3637317Z 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-09-27T15:22:46.3638405Z 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-09-27T15:22:46.3639190Z 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-09-27T15:22:46.3640390Z 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-09-27T15:22:46.3641159Z 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-09-27T15:22:46.3642220Z 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-09-27T15:22:46.3643333Z 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-09-27T15:22:46.3644471Z 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-09-27T15:22:46.3645567Z 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-09-27T15:22:46.3646180Z 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-09-27T15:22:46.3647392Z 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-09-27T15:22:46.3648107Z 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-09-27T15:22:46.3649013Z 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-09-27T15:22:46.3650222Z 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-09-27T15:22:46.3651335Z 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-09-27T15:22:46.3652187Z 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-09-27T15:22:46.3653545Z 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-09-27T15:22:46.3654564Z 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-09-27T15:22:46.3655463Z 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-09-27T15:22:46.3656556Z 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-09-27T15:22:46.3657452Z 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-09-27T15:22:46.3658134Z 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-09-27T15:22:46.3659496Z 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-09-27T15:22:46.3660302Z 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-09-27T15:22:46.3661403Z 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-09-27T15:22:46.3662502Z 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-09-27T15:22:46.3663684Z 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-09-27T15:22:46.3664762Z 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-09-27T15:22:46.3666111Z 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-09-27T15:22:46.3667057Z 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-09-27T15:22:46.3668311Z 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-09-27T15:22:46.3669829Z 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-09-27T15:22:46.3670906Z 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-09-27T15:22:46.3672997Z 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-09-27T15:22:46.3673606Z 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-09-27T15:22:46.3674315Z 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-09-27T15:22:46.3675388Z 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-09-27T15:22:46.3676139Z 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-09-27T15:22:46.3677153Z 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-09-27T15:22:46.3677953Z 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-09-27T15:22:46.3679199Z 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-09-27T15:22:46.3679879Z 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-09-27T15:22:46.3680913Z 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-09-27T15:22:46.3681593Z 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-09-27T15:22:46.3682660Z 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-09-27T15:22:46.3683964Z 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-09-27T15:22:46.3684907Z 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-09-27T15:22:46.3686329Z 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-09-27T15:22:46.3687252Z 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-09-27T15:22:46.3688641Z 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-09-27T15:22:46.3689350Z 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-09-27T15:22:46.3690410Z 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-09-27T15:22:46.3691474Z 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-09-27T15:22:46.3692432Z 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-09-27T15:22:46.3693487Z 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-09-27T15:22:46.3694284Z 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-09-27T15:22:46.3695951Z 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-09-27T15:22:46.3696706Z 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-09-27T15:22:46.3697573Z 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-09-27T15:22:46.3698471Z 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-09-27T15:22:46.3699448Z 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-09-27T15:22:46.3700414Z 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-09-27T15:22:46.3701498Z 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-09-27T15:22:46.3702552Z 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-09-27T15:22:46.3703525Z 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-09-27T15:22:46.3704726Z 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-09-27T15:22:46.3705708Z 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-09-27T15:22:46.3706820Z 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-09-27T15:22:46.3707825Z 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-09-27T15:22:46.3708940Z 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-09-27T15:22:46.3709772Z 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-09-27T15:22:46.3711120Z 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-09-27T15:22:46.3711877Z 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-09-27T15:22:46.3712792Z 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-09-27T15:22:46.3713519Z 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-09-27T15:22:46.3714518Z 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-09-27T15:22:46.3715508Z 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-09-27T15:22:46.3716813Z 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-09-27T15:22:46.3717619Z 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-09-27T15:22:46.3718595Z 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-09-27T15:22:46.3719981Z 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-09-27T15:22:46.3720878Z 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-09-27T15:22:46.3722490Z 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-09-27T15:22:46.3723502Z 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-09-27T15:22:46.3724742Z 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-09-27T15:22:46.3725680Z 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-09-27T15:22:46.3726331Z 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-09-27T15:22:46.3727805Z 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-09-27T15:22:46.3728584Z 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-09-27T15:22:46.3729387Z 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-09-27T15:22:46.3730713Z 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-09-27T15:22:46.3731297Z 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-09-27T15:22:46.3732748Z 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-09-27T15:22:46.3733675Z 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-09-27T15:22:46.3735029Z 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-09-27T15:22:46.3736091Z 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-09-27T15:22:46.3737924Z 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-09-27T15:22:46.3739398Z 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-09-27T15:22:46.3740268Z 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-09-27T15:22:46.3741311Z 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-09-27T15:22:46.3742065Z 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-09-27T15:22:46.3743422Z 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-09-27T15:22:46.3743989Z 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-09-27T15:22:46.3745126Z 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-09-27T15:22:46.3746134Z 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-09-27T15:22:46.3746822Z 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-09-27T15:22:46.3747953Z 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-09-27T15:22:46.3748911Z 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-09-27T15:22:46.3749929Z 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-09-27T15:22:46.3750752Z 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-09-27T15:22:46.3751743Z 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-09-27T15:22:46.3752612Z 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-09-27T15:22:46.3753657Z 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-09-27T15:22:46.3754751Z 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-09-27T15:22:46.3755593Z 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-09-27T15:22:46.3756508Z 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-09-27T15:22:46.3757581Z 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-09-27T15:22:46.3758110Z 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-09-27T15:22:46.3760031Z 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-09-27T15:22:46.3760627Z 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-09-27T15:22:46.3761913Z 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-09-27T15:22:46.3762841Z 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-09-27T15:22:46.3764154Z 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-09-27T15:22:46.3765079Z 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-09-27T15:22:46.3766366Z 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-09-27T15:22:46.3767737Z 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-09-27T15:22:46.3768412Z 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-09-27T15:22:46.3769821Z 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-09-27T15:22:46.3771146Z 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-09-27T15:22:46.3772084Z 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-09-27T15:22:46.3773153Z 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-09-27T15:22:46.3775195Z 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-09-27T15:22:46.3775998Z 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-09-27T15:22:46.3776892Z 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-09-27T15:22:46.3778114Z 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-09-27T15:22:46.3779443Z 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-09-27T15:22:46.3780920Z 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-09-27T15:22:46.3782189Z 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-09-27T15:22:46.3783542Z 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-09-27T15:22:46.3784861Z 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-09-27T15:22:46.3786049Z 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-09-27T15:22:46.3787205Z 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-09-27T15:22:46.3788513Z 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-09-27T15:22:46.3789766Z 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-09-27T15:22:46.3790906Z 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-09-27T15:22:46.3792027Z 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-09-27T15:22:46.3793405Z 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-09-27T15:22:46.3794518Z 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-09-27T15:22:46.3795669Z 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-09-27T15:22:46.3797032Z 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-09-27T15:22:46.3798453Z 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-09-27T15:22:46.3799563Z 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-09-27T15:22:46.3800776Z 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-09-27T15:22:46.3802251Z 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-09-27T15:22:46.3803640Z 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-09-27T15:22:46.3804770Z 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-09-27T15:22:46.3806018Z 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-09-27T15:22:46.3807267Z 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-09-27T15:22:46.3808835Z 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-09-27T15:22:46.3810346Z 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-09-27T15:22:46.3811638Z 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-09-27T15:22:46.3812863Z 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-09-27T15:22:46.3814243Z 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-09-27T15:22:46.3815453Z 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-09-27T15:22:46.3816742Z 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-09-27T15:22:46.3818020Z 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-09-27T15:22:46.3819392Z 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-09-27T15:22:46.3820782Z 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-09-27T15:22:46.3821979Z 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-09-27T15:22:46.3823047Z 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-09-27T15:22:46.3824424Z 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-09-27T15:22:46.3825537Z 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-09-27T15:22:46.3827018Z 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-09-27T15:22:46.3828199Z 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-09-27T15:22:46.3829411Z 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-09-27T15:22:46.3830542Z 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-09-27T15:22:46.3831962Z 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-09-27T15:22:46.3839960Z 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-09-27T15:22:46.3840560Z 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-09-27T15:22:46.3841391Z 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-09-27T15:22:46.3842060Z 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-09-27T15:22:46.3842728Z 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-09-27T15:22:46.3843299Z 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-09-27T15:22:46.3843841Z 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-09-27T15:22:46.3844520Z 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-09-27T15:22:46.3845105Z 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-09-27T15:22:46.3845910Z 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-09-27T15:22:46.3846570Z 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-09-27T15:22:46.3847167Z 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-09-27T15:22:46.3847735Z 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-09-27T15:22:46.3848308Z 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-09-27T15:22:46.3849353Z 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-09-27T15:22:46.3850388Z 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-09-27T15:22:46.3851508Z 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-09-27T15:22:46.3852562Z 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-09-27T15:22:46.3853790Z 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-09-27T15:22:46.3855112Z 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-09-27T15:22:46.3856629Z 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-09-27T15:22:46.3857877Z 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-09-27T15:22:46.3859006Z 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-09-27T15:22:46.3860281Z 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-09-27T15:22:46.3861811Z 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-09-27T15:22:46.3862791Z 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-09-27T15:22:46.3863907Z 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-09-27T15:22:46.3865140Z 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-09-27T15:22:46.3866569Z 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-09-27T15:22:46.3867896Z 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-09-27T15:22:46.3868964Z 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-09-27T15:22:46.3870015Z 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-09-27T15:22:46.3871382Z 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-09-27T15:22:46.3873338Z 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-09-27T15:22:46.3873946Z 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-09-27T15:22:46.3874914Z 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-09-27T15:22:46.3876208Z 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-09-27T15:22:46.3877412Z 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-09-27T15:22:46.3878547Z 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-09-27T15:22:46.3879929Z 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-09-27T15:22:46.3881191Z 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-09-27T15:22:46.3882330Z 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-09-27T15:22:46.3883802Z 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-09-27T15:22:46.3884986Z 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-09-27T15:22:46.3887118Z 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-09-27T15:22:46.3887785Z 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-09-27T15:22:46.3889591Z 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-09-27T15:22:46.3890558Z 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-09-27T15:22:46.3891584Z 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-09-27T15:22:46.3892722Z 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-09-27T15:22:46.3893767Z 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-09-27T15:22:46.3894730Z 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-09-27T15:22:46.3895709Z 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-09-27T15:22:46.3897938Z 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-09-27T15:22:46.3901118Z 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-09-27T15:22:46.3901524Z 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-09-27T15:22:46.3901894Z 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-09-27T15:22:46.3902460Z 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-09-27T15:22:46.3903224Z 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-09-27T15:22:46.3904100Z 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-09-27T15:22:46.3905240Z 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-09-27T15:22:46.3906435Z 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-09-27T15:22:46.3907178Z 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-09-27T15:22:46.3909056Z 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-09-27T15:22:46.3909505Z 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-09-27T15:22:46.3910510Z 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-09-27T15:22:46.3911531Z 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-09-27T15:22:46.3912669Z 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-09-27T15:22:46.3913457Z 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-09-27T15:22:46.3915059Z 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-09-27T15:22:46.3915672Z 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-09-27T15:22:46.3916588Z 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-09-27T15:22:46.3917634Z 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-09-27T15:22:46.3918370Z 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-09-27T15:22:46.3920480Z 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-09-27T15:22:46.3921065Z 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-09-27T15:22:46.3922014Z 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-09-27T15:22:46.3923477Z 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-09-27T15:22:46.3925102Z 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-09-27T15:22:46.3925864Z 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-09-27T15:22:46.3927236Z 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-09-27T15:22:46.3927947Z 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-09-27T15:22:46.3929365Z 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-09-27T15:22:46.3930669Z 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-09-27T15:22:46.3931412Z 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-09-27T15:22:46.3933223Z 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-09-27T15:22:46.3934084Z 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-09-27T15:22:46.3935177Z 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-09-27T15:22:46.3936634Z 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-09-27T15:22:46.3937952Z 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-09-27T15:22:46.3939119Z 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-09-27T15:22:46.3940511Z 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-09-27T15:22:46.3941843Z 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-09-27T15:22:46.3942868Z 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-09-27T15:22:46.3944075Z 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-09-27T15:22:46.3945245Z 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-09-27T15:22:46.3946474Z 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-09-27T15:22:46.3947721Z 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-09-27T15:22:46.3948989Z 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-09-27T15:22:46.3950103Z 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-09-27T15:22:46.3951519Z 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-09-27T15:22:46.3952807Z 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-09-27T15:22:46.3954151Z 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-09-27T15:22:46.3955455Z 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-09-27T15:22:46.3956609Z 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-09-27T15:22:46.3957830Z 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-09-27T15:22:46.3959072Z 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-09-27T15:22:46.3960351Z 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-09-27T15:22:46.3961571Z 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-09-27T15:22:46.3962960Z 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-09-27T15:22:46.3965080Z 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-09-27T15:22:46.3966041Z 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-09-27T15:22:46.3967462Z 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-09-27T15:22:46.3968656Z 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-09-27T15:22:46.3969870Z 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-09-27T15:22:46.3971115Z 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-09-27T15:22:46.3972270Z 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-09-27T15:22:46.3973512Z 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-09-27T15:22:46.3975522Z 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-09-27T15:22:46.3976399Z 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-09-27T15:22:46.3977663Z 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-09-27T15:22:46.3978900Z 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-09-27T15:22:46.3980368Z 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-09-27T15:22:46.3981587Z 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-09-27T15:22:46.3982577Z 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-09-27T15:22:46.3983826Z 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-09-27T15:22:46.3984980Z 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-09-27T15:22:46.3986269Z 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-09-27T15:22:46.3987612Z 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-09-27T15:22:46.3988684Z 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-09-27T15:22:46.3989869Z 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-09-27T15:22:46.3991071Z 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-09-27T15:22:46.3992359Z 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-09-27T15:22:46.3993565Z 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-09-27T15:22:46.3994714Z 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-09-27T15:22:46.3996177Z 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-09-27T15:22:46.3997212Z 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-09-27T15:22:46.3998561Z 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-09-27T15:22:46.3999627Z 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-09-27T15:22:46.4000876Z 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-09-27T15:22:46.4002071Z 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-09-27T15:22:46.4003362Z 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-09-27T15:22:46.4004635Z 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-09-27T15:22:46.4006010Z 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-09-27T15:22:46.4007181Z 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-09-27T15:22:46.4008316Z 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-09-27T15:22:46.4009624Z 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-09-27T15:22:46.4010867Z 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-09-27T15:22:46.4012207Z 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-09-27T15:22:46.4013301Z 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-09-27T15:22:46.4014461Z 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-09-27T15:22:46.4015840Z 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-09-27T15:22:46.4017262Z 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-09-27T15:22:46.4018405Z 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-09-27T15:22:46.4019575Z 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-09-27T15:22:46.4020791Z 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-09-27T15:22:46.4021952Z 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-09-27T15:22:46.4023156Z 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-09-27T15:22:46.4024589Z 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-09-27T15:22:46.4025691Z 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-09-27T15:22:46.4026940Z 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-09-27T15:22:46.4028146Z 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-09-27T15:22:46.4029583Z 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-09-27T15:22:46.4030747Z 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-09-27T15:22:46.4032096Z 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-09-27T15:22:46.4033301Z 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-09-27T15:22:46.4034382Z 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-09-27T15:22:46.4035568Z 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-09-27T15:22:46.4037712Z 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-09-27T15:22:46.4038281Z 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-09-27T15:22:46.4039468Z 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-09-27T15:22:46.4040645Z 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-09-27T15:22:46.4041818Z 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-09-27T15:22:46.4043128Z 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-09-27T15:22:46.4045134Z 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-09-27T15:22:46.4045986Z 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-09-27T15:22:46.4047352Z 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-09-27T15:22:46.4048889Z 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-09-27T15:22:46.4049902Z 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-09-27T15:22:46.4051065Z 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-09-27T15:22:46.4052344Z 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-09-27T15:22:46.4053644Z 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-09-27T15:22:46.4054702Z 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-09-27T15:22:46.4056009Z 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-09-27T15:22:46.4058706Z 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-09-27T15:22:46.4059467Z 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-09-27T15:22:46.4060613Z 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-09-27T15:22:46.4062680Z 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-09-27T15:22:46.4063250Z 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-09-27T15:22:46.4064372Z 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-09-27T15:22:46.4065642Z 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-09-27T15:22:46.4066702Z 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-09-27T15:22:46.4067931Z 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-09-27T15:22:46.4069344Z 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-09-27T15:22:46.4070567Z 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-09-27T15:22:46.4071651Z 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-09-27T15:22:46.4072941Z 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-09-27T15:22:46.4074264Z 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-09-27T15:22:46.4075517Z 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-09-27T15:22:46.4076845Z 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-09-27T15:22:46.4078023Z 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-09-27T15:22:46.4079212Z 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-09-27T15:22:46.4080391Z 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-09-27T15:22:46.4081843Z 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-09-27T15:22:46.4083140Z 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-09-27T15:22:46.4084371Z 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-09-27T15:22:46.4085501Z 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-09-27T15:22:46.4086773Z 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-09-27T15:22:46.4088050Z 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-09-27T15:22:46.4089275Z 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-09-27T15:22:46.4090551Z 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-09-27T15:22:46.4091973Z 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-09-27T15:22:46.4093102Z 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-09-27T15:22:46.4094325Z 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-09-27T15:22:46.4095953Z 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-09-27T15:22:46.4097027Z 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-09-27T15:22:46.4098485Z 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-09-27T15:22:46.4099519Z 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-09-27T15:22:46.4100882Z 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-09-27T15:22:46.4101954Z 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-09-27T15:22:46.4103203Z 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-09-27T15:22:46.4104384Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4105605Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4106882Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4108028Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4109593Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4111060Z 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-09-27T15:22:46.4112237Z 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-09-27T15:22:46.4113371Z 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-09-27T15:22:46.4114484Z 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-09-27T15:22:46.4115721Z 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-09-27T15:22:46.4116959Z 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-09-27T15:22:46.4118090Z 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-09-27T15:22:46.4119306Z 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-09-27T15:22:46.4120752Z 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-09-27T15:22:46.4121785Z 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-09-27T15:22:46.4123105Z 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-09-27T15:22:46.4124626Z 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-09-27T15:22:46.4127158Z 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-09-27T15:22:46.4127754Z 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-09-27T15:22:46.4128966Z 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-09-27T15:22:46.4130213Z 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-09-27T15:22:46.4131461Z 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-09-27T15:22:46.4132614Z 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-09-27T15:22:46.4133914Z 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-09-27T15:22:46.4135201Z 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-09-27T15:22:46.4136409Z 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-09-27T15:22:46.4137542Z 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-09-27T15:22:46.4139022Z 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-09-27T15:22:46.4140158Z 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-09-27T15:22:46.4141366Z 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-09-27T15:22:46.4143639Z 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-09-27T15:22:46.4144469Z 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-09-27T15:22:46.4145231Z 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-09-27T15:22:46.4146450Z 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-09-27T15:22:46.4147589Z 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-09-27T15:22:46.4148814Z 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-09-27T15:22:46.4150037Z 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-09-27T15:22:46.4151325Z 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-09-27T15:22:46.4152581Z 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-09-27T15:22:46.4153748Z 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-09-27T15:22:46.4154942Z 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-09-27T15:22:46.4156145Z 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-09-27T15:22:46.4157594Z 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-09-27T15:22:46.4158691Z 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-09-27T15:22:46.4159917Z 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-09-27T15:22:46.4161090Z 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-09-27T15:22:46.4162312Z 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-09-27T15:22:46.4163759Z 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-09-27T15:22:46.4164983Z 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-09-27T15:22:46.4166130Z 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-09-27T15:22:46.4167520Z 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-09-27T15:22:46.4168511Z 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-09-27T15:22:46.4169738Z 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-09-27T15:22:46.4171125Z 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-09-27T15:22:46.4172330Z 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-09-27T15:22:46.4173428Z 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-09-27T15:22:46.4174674Z 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-09-27T15:22:46.4176204Z 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-09-27T15:22:46.4177370Z 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-09-27T15:22:46.4178706Z 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-09-27T15:22:46.4179907Z 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-09-27T15:22:46.4181201Z 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-09-27T15:22:46.4182526Z 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-09-27T15:22:46.4183519Z 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-09-27T15:22:46.4184725Z 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-09-27T15:22:46.4185993Z 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-09-27T15:22:46.4187344Z 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-09-27T15:22:46.4188407Z 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-09-27T15:22:46.4189570Z 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-09-27T15:22:46.4190770Z 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-09-27T15:22:46.4192127Z 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-09-27T15:22:46.4193475Z 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-09-27T15:22:46.4194586Z 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-09-27T15:22:46.4195745Z 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-09-27T15:22:46.4197153Z 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-09-27T15:22:46.4198230Z 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-09-27T15:22:46.4199431Z 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-09-27T15:22:46.4200687Z 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-09-27T15:22:46.4202014Z 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-09-27T15:22:46.4203309Z 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-09-27T15:22:46.4204385Z 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-09-27T15:22:46.4207781Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4208486Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4209504Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4210501Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4211776Z 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-09-27T15:22:46.4213131Z 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-09-27T15:22:46.4214907Z 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-09-27T15:22:46.4215960Z 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-09-27T15:22:46.4218284Z 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-09-27T15:22:46.4219018Z 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-09-27T15:22:46.4220312Z 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-09-27T15:22:46.4221366Z 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-09-27T15:22:46.4222532Z 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-09-27T15:22:46.4223825Z 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-09-27T15:22:46.4225458Z 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-09-27T15:22:46.4226797Z 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-09-27T15:22:46.4227630Z 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-09-27T15:22:46.4228873Z 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-09-27T15:22:46.4230359Z 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-09-27T15:22:46.4231322Z 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-09-27T15:22:46.4232411Z 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-09-27T15:22:46.4233654Z 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-09-27T15:22:46.4234821Z 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-09-27T15:22:46.4236092Z 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-09-27T15:22:46.4237183Z 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-09-27T15:22:46.4238295Z 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-09-27T15:22:46.4239460Z 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-09-27T15:22:46.4240988Z 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-09-27T15:22:46.4242044Z 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-09-27T15:22:46.4243369Z 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-09-27T15:22:46.4244520Z 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-09-27T15:22:46.4245836Z 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-09-27T15:22:46.4246945Z 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-09-27T15:22:46.4248181Z 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-09-27T15:22:46.4249494Z 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-09-27T15:22:46.4250599Z 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-09-27T15:22:46.4251784Z 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-09-27T15:22:46.4253005Z 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-09-27T15:22:46.4254176Z 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-09-27T15:22:46.4255547Z 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-09-27T15:22:46.4256674Z 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-09-27T15:22:46.4257930Z 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-09-27T15:22:46.4259229Z 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-09-27T15:22:46.4260487Z 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-09-27T15:22:46.4261506Z 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-09-27T15:22:46.4262789Z 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-09-27T15:22:46.4263990Z 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-09-27T15:22:46.4265207Z 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-09-27T15:22:46.4266574Z 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-09-27T15:22:46.4267790Z 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-09-27T15:22:46.4268956Z 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-09-27T15:22:46.4270129Z 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-09-27T15:22:46.4271293Z 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-09-27T15:22:46.4272514Z 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-09-27T15:22:46.4273686Z 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-09-27T15:22:46.4274887Z 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-09-27T15:22:46.4276057Z 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-09-27T15:22:46.4277302Z 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-09-27T15:22:46.4278460Z 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-09-27T15:22:46.4279655Z 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-09-27T15:22:46.4280791Z 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-09-27T15:22:46.4282053Z 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-09-27T15:22:46.4283272Z 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-09-27T15:22:46.4284539Z 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-09-27T15:22:46.4286367Z 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-09-27T15:22:46.4287691Z 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-09-27T15:22:46.4289041Z 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-09-27T15:22:46.4290147Z 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-09-27T15:22:46.4291303Z 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-09-27T15:22:46.4292487Z 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-09-27T15:22:46.4293665Z 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-09-27T15:22:46.4294839Z 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-09-27T15:22:46.4296258Z 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-09-27T15:22:46.4297255Z 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-09-27T15:22:46.4298695Z 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-09-27T15:22:46.4299982Z 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-09-27T15:22:46.4301207Z 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-09-27T15:22:46.4302294Z 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-09-27T15:22:46.4303429Z 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-09-27T15:22:46.4304654Z 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-09-27T15:22:46.4305797Z 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-09-27T15:22:46.4306998Z 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-09-27T15:22:46.4308339Z 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-09-27T15:22:46.4309664Z 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-09-27T15:22:46.4310981Z 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-09-27T15:22:46.4312205Z 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-09-27T15:22:46.4313305Z 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-09-27T15:22:46.4314471Z 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-09-27T15:22:46.4315674Z 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-09-27T15:22:46.4316968Z 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-09-27T15:22:46.4318191Z 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-09-27T15:22:46.4319518Z 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-09-27T15:22:46.4320748Z 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-09-27T15:22:46.4321957Z 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-09-27T15:22:46.4323244Z 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-09-27T15:22:46.4324496Z 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-09-27T15:22:46.4325912Z 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-09-27T15:22:46.4326975Z 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-09-27T15:22:46.4328038Z 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-09-27T15:22:46.4329265Z 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-09-27T15:22:46.4330457Z 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-09-27T15:22:46.4331678Z 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-09-27T15:22:46.4332767Z 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-09-27T15:22:46.4333947Z 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-09-27T15:22:46.4335904Z 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-09-27T15:22:46.4336899Z 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-09-27T15:22:46.4337941Z 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-09-27T15:22:46.4339112Z 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-09-27T15:22:46.4340234Z 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-09-27T15:22:46.4341346Z 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-09-27T15:22:46.4342561Z 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-09-27T15:22:46.4343647Z 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-09-27T15:22:46.4344930Z 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-09-27T15:22:46.4346120Z 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-09-27T15:22:46.4347516Z 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-09-27T15:22:46.4348586Z 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-09-27T15:22:46.4349920Z 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-09-27T15:22:46.4351114Z 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-09-27T15:22:46.4352528Z 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-09-27T15:22:46.4353614Z 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-09-27T15:22:46.4354670Z 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-09-27T15:22:46.4355827Z 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-09-27T15:22:46.4357640Z 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-09-27T15:22:46.4358460Z 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-09-27T15:22:46.4359735Z 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-09-27T15:22:46.4360825Z 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-09-27T15:22:46.4361966Z 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-09-27T15:22:46.4363290Z 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-09-27T15:22:46.4365000Z 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-09-27T15:22:46.4366818Z 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-09-27T15:22:46.4367646Z 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-09-27T15:22:46.4368788Z 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-09-27T15:22:46.4369986Z 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-09-27T15:22:46.4371055Z 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-09-27T15:22:46.4372427Z 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-09-27T15:22:46.4373703Z 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-09-27T15:22:46.4374790Z 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-09-27T15:22:46.4376134Z 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-09-27T15:22:46.4377553Z 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-09-27T15:22:46.4378781Z 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-09-27T15:22:46.4379971Z 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-09-27T15:22:46.4381299Z 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-09-27T15:22:46.4382404Z 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-09-27T15:22:46.4383469Z 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-09-27T15:22:46.4384649Z 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-09-27T15:22:46.4386899Z 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-09-27T15:22:46.4387519Z 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-09-27T15:22:46.4388631Z 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-09-27T15:22:46.4389399Z 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-09-27T15:22:46.4391250Z 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-09-27T15:22:46.4391706Z 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-09-27T15:22:46.4392726Z 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-09-27T15:22:46.4393705Z 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-09-27T15:22:46.4394752Z 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-09-27T15:22:46.4395876Z 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-09-27T15:22:46.4397097Z 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-09-27T15:22:46.4398398Z 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-09-27T15:22:46.4399491Z 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-09-27T15:22:46.4400463Z 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-09-27T15:22:46.4401410Z 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-09-27T15:22:46.4402453Z 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-09-27T15:22:46.4403238Z 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-09-27T15:22:46.4404699Z 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-09-27T15:22:46.4405810Z 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-09-27T15:22:46.4406265Z 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-09-27T15:22:46.4407685Z 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-09-27T15:22:46.4408668Z 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-09-27T15:22:46.4409276Z 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-09-27T15:22:46.4411081Z 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-09-27T15:22:46.4411849Z 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-09-27T15:22:46.4413335Z 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-09-27T15:22:46.4414072Z 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-09-27T15:22:46.4415105Z 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-09-27T15:22:46.4416358Z 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-09-27T15:22:46.4418065Z 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-09-27T15:22:46.4419408Z 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-09-27T15:22:46.4420288Z 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-09-27T15:22:46.4421459Z 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-09-27T15:22:46.4422215Z 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-09-27T15:22:46.4423356Z 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-09-27T15:22:46.4423946Z 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-09-27T15:22:46.4425301Z 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-09-27T15:22:46.4427250Z 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-09-27T15:22:46.4427648Z 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-09-27T15:22:46.4428723Z 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-09-27T15:22:46.4429394Z 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-09-27T15:22:46.4430325Z 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-09-27T15:22:46.4431269Z 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-09-27T15:22:46.4432263Z 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-09-27T15:22:46.4433038Z 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-09-27T15:22:46.4434648Z 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-09-27T15:22:46.4435140Z 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-09-27T15:22:46.4436870Z 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-09-27T15:22:46.4437600Z 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-09-27T15:22:46.4438622Z 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-09-27T15:22:46.4439220Z 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-09-27T15:22:46.4440734Z 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-09-27T15:22:46.4441727Z 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-09-27T15:22:46.4442941Z 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-09-27T15:22:46.4444079Z 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-09-27T15:22:46.4445080Z 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-09-27T15:22:46.4446032Z 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-09-27T15:22:46.4446970Z 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-09-27T15:22:46.4447903Z 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-09-27T15:22:46.4449212Z 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-09-27T15:22:46.4450300Z 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-09-27T15:22:46.4451597Z 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-09-27T15:22:46.4452245Z 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-09-27T15:22:46.4453296Z 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-09-27T15:22:46.4454513Z 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-09-27T15:22:46.4455690Z 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-09-27T15:22:46.4456751Z 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-09-27T15:22:46.4457589Z 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-09-27T15:22:46.4459052Z 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-09-27T15:22:46.4459921Z 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-09-27T15:22:46.4460998Z 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-09-27T15:22:46.4462311Z 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-09-27T15:22:46.4463251Z 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-09-27T15:22:46.4464586Z 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-09-27T15:22:46.4465602Z 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-09-27T15:22:46.4466893Z 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-09-27T15:22:46.4467792Z 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-09-27T15:22:46.4469421Z 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-09-27T15:22:46.4470055Z 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-09-27T15:22:46.4471034Z 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-09-27T15:22:46.4471917Z 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-09-27T15:22:46.4472932Z 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-09-27T15:22:46.4474274Z 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-09-27T15:22:46.4475340Z 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-09-27T15:22:46.4476322Z 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-09-27T15:22:46.4477028Z 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-09-27T15:22:46.4478289Z 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-09-27T15:22:46.4479034Z 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-09-27T15:22:46.4480483Z 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-09-27T15:22:46.4481380Z 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-09-27T15:22:46.4482486Z 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-09-27T15:22:46.4483343Z 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-09-27T15:22:46.4484691Z 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-09-27T15:22:46.4485497Z 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-09-27T15:22:46.4486952Z 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-09-27T15:22:46.4487775Z 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-09-27T15:22:46.4488667Z 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-09-27T15:22:46.4489620Z 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-09-27T15:22:46.4490758Z 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-09-27T15:22:46.4491748Z 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-09-27T15:22:46.4492907Z 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-09-27T15:22:46.4493911Z 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-09-27T15:22:46.4494936Z 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-09-27T15:22:46.4495888Z 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-09-27T15:22:46.4497064Z 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-09-27T15:22:46.4497947Z 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-09-27T15:22:46.4498938Z 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-09-27T15:22:46.4500171Z 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-09-27T15:22:46.4501518Z 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-09-27T15:22:46.4502279Z 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-09-27T15:22:46.4503487Z 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-09-27T15:22:46.4505361Z 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-09-27T15:22:46.4506172Z 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-09-27T15:22:46.4507079Z 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-09-27T15:22:46.4507983Z 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-09-27T15:22:46.4509626Z 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-09-27T15:22:46.4512421Z 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-09-27T15:22:46.4512847Z 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-09-27T15:22:46.4513164Z 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-09-27T15:22:46.4513544Z 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-09-27T15:22:46.4514174Z 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-09-27T15:22:46.4515194Z 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-09-27T15:22:46.4516019Z 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-09-27T15:22:46.4517654Z 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-09-27T15:22:46.4518288Z 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-09-27T15:22:46.4519357Z 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-09-27T15:22:46.4520042Z 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-09-27T15:22:46.4521469Z 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-09-27T15:22:46.4522548Z 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-09-27T15:22:46.4523967Z 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-09-27T15:22:46.4524727Z 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-09-27T15:22:46.4526058Z 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-09-27T15:22:46.4527076Z 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-09-27T15:22:46.4528179Z 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-09-27T15:22:46.4528897Z 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-09-27T15:22:46.4530047Z 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-09-27T15:22:46.4531674Z 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-09-27T15:22:46.4532290Z 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-09-27T15:22:46.4533245Z 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-09-27T15:22:46.4534319Z 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-09-27T15:22:46.4535221Z 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-09-27T15:22:46.4536440Z 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-09-27T15:22:46.4537351Z 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-09-27T15:22:46.4539063Z 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-09-27T15:22:46.4539605Z 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-09-27T15:22:46.4540597Z 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-09-27T15:22:46.4541789Z 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-09-27T15:22:46.4542840Z 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-09-27T15:22:46.4544313Z 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-09-27T15:22:46.4544831Z 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-09-27T15:22:46.4545764Z 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-09-27T15:22:46.4546930Z 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-09-27T15:22:46.4547998Z 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-09-27T15:22:46.4549078Z 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-09-27T15:22:46.4549981Z 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-09-27T15:22:46.4550895Z 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-09-27T15:22:46.4551915Z 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-09-27T15:22:46.4553421Z 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-09-27T15:22:46.4554404Z 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-09-27T15:22:46.4555477Z 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-09-27T15:22:46.4556119Z 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-09-27T15:22:46.4557728Z 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-09-27T15:22:46.4558804Z 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-09-27T15:22:46.4560529Z 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-09-27T15:22:46.4561641Z 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-09-27T15:22:46.4562726Z 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-09-27T15:22:46.4563697Z 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-09-27T15:22:46.4565050Z 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-09-27T15:22:46.4566476Z 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-09-27T15:22:46.4567636Z 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-09-27T15:22:46.4568674Z 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-09-27T15:22:46.4569907Z 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-09-27T15:22:46.4571212Z 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-09-27T15:22:46.4572242Z 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-09-27T15:22:46.4573589Z 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-09-27T15:22:46.4575899Z 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-09-27T15:22:46.4576893Z 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-09-27T15:22:46.4579096Z 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-09-27T15:22:46.4580245Z 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-09-27T15:22:46.4581280Z 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-09-27T15:22:46.4582578Z 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-09-27T15:22:46.4583792Z 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-09-27T15:22:46.4584954Z 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-09-27T15:22:46.4586125Z 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-09-27T15:22:46.4587519Z 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-09-27T15:22:46.4588800Z 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-09-27T15:22:46.4590042Z 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-09-27T15:22:46.4591181Z 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-09-27T15:22:46.4592491Z 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-09-27T15:22:46.4593793Z 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-09-27T15:22:46.4594954Z 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-09-27T15:22:46.4596169Z 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-09-27T15:22:46.4597403Z 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-09-27T15:22:46.4598481Z 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-09-27T15:22:46.4599823Z 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-09-27T15:22:46.4601215Z 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-09-27T15:22:46.4602416Z 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-09-27T15:22:46.4603616Z 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-09-27T15:22:46.4604904Z 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-09-27T15:22:46.4606151Z 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-09-27T15:22:46.4607426Z 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-09-27T15:22:46.4608587Z 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-09-27T15:22:46.4609836Z 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-09-27T15:22:46.4611000Z 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-09-27T15:22:46.4612536Z 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-09-27T15:22:46.4613644Z 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-09-27T15:22:46.4615130Z 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-09-27T15:22:46.4616244Z 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-09-27T15:22:46.4617434Z 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-09-27T15:22:46.4618792Z 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-09-27T15:22:46.4619990Z 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-09-27T15:22:46.4621801Z 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-09-27T15:22:46.4622571Z 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-09-27T15:22:46.4624052Z 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-09-27T15:22:46.4625341Z 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-09-27T15:22:46.4626590Z 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-09-27T15:22:46.4627739Z 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-09-27T15:22:46.4628888Z 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-09-27T15:22:46.4630042Z 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-09-27T15:22:46.4631312Z 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-09-27T15:22:46.4632777Z 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-09-27T15:22:46.4634059Z 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-09-27T15:22:46.4635295Z 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-09-27T15:22:46.4636500Z 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-09-27T15:22:46.4637766Z 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-09-27T15:22:46.4639101Z 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-09-27T15:22:46.4640278Z 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-09-27T15:22:46.4641426Z 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-09-27T15:22:46.4642744Z 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-09-27T15:22:46.4643915Z 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-09-27T15:22:46.4645220Z 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-09-27T15:22:46.4646580Z 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-09-27T15:22:46.4647796Z 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-09-27T15:22:46.4648957Z 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-09-27T15:22:46.4650179Z 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-09-27T15:22:46.4651351Z 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-09-27T15:22:46.4652670Z 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-09-27T15:22:46.4653839Z 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-09-27T15:22:46.4655015Z 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-09-27T15:22:46.4657169Z 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-09-27T15:22:46.4659523Z 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-09-27T15:22:46.4660424Z 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-09-27T15:22:46.4661509Z 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-09-27T15:22:46.4663101Z 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-09-27T15:22:46.4664271Z 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-09-27T15:22:46.4665535Z 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-09-27T15:22:46.4666700Z 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-09-27T15:22:46.4667970Z 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-09-27T15:22:46.4669326Z 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-09-27T15:22:46.4670525Z 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-09-27T15:22:46.4671754Z 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-09-27T15:22:46.4672944Z 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-09-27T15:22:46.4674141Z 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-09-27T15:22:46.4675395Z 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-09-27T15:22:46.4676699Z 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-09-27T15:22:46.4678129Z 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-09-27T15:22:46.4679299Z 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-09-27T15:22:46.4680683Z 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-09-27T15:22:46.4681845Z 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-09-27T15:22:46.4683218Z 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-09-27T15:22:46.4684483Z 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-09-27T15:22:46.4685580Z 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-09-27T15:22:46.4686618Z 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-09-27T15:22:46.4687854Z 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-09-27T15:22:46.4689091Z 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-09-27T15:22:46.4690306Z 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-09-27T15:22:46.4691737Z 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-09-27T15:22:46.4693073Z 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-09-27T15:22:46.4694240Z 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-09-27T15:22:46.4695736Z 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-09-27T15:22:46.4697756Z 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-09-27T15:22:46.4698355Z 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-09-27T15:22:46.4699352Z 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-09-27T15:22:46.4700604Z 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-09-27T15:22:46.4701781Z 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-09-27T15:22:46.4703057Z 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-09-27T15:22:46.4704477Z 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-09-27T15:22:46.4705797Z 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-09-27T15:22:46.4707138Z 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-09-27T15:22:46.4708285Z 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-09-27T15:22:46.4709571Z 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-09-27T15:22:46.4710712Z 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-09-27T15:22:46.4711947Z 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-09-27T15:22:46.4713603Z 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-09-27T15:22:46.4714603Z 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-09-27T15:22:46.4715653Z 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-09-27T15:22:46.4716943Z 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-09-27T15:22:46.4718246Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4719625Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4720674Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4721995Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/nested_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.4723462Z 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-09-27T15:22:46.4724814Z 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-09-27T15:22:46.4725919Z 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-09-27T15:22:46.4727190Z 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-09-27T15:22:46.4728227Z 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-09-27T15:22:46.4729658Z 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-09-27T15:22:46.4730918Z 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-09-27T15:22:46.4731987Z 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-09-27T15:22:46.4733256Z 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-09-27T15:22:46.4734660Z 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-09-27T15:22:46.4736158Z 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-09-27T15:22:46.4737222Z 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-09-27T15:22:46.4739217Z 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-09-27T15:22:46.4740221Z 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-09-27T15:22:46.4741773Z 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-09-27T15:22:46.4743915Z 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-09-27T15:22:46.4744501Z 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-09-27T15:22:46.4745266Z 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-09-27T15:22:46.4746699Z 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-09-27T15:22:46.4747931Z 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-09-27T15:22:46.4749278Z 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-09-27T15:22:46.4750525Z 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-09-27T15:22:46.4751860Z 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-09-27T15:22:46.4753042Z 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-09-27T15:22:46.4754291Z 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-09-27T15:22:46.4755637Z 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-09-27T15:22:46.4757127Z 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-09-27T15:22:46.4758267Z 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-09-27T15:22:46.4759338Z 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-09-27T15:22:46.4760630Z 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-09-27T15:22:46.4761736Z 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-09-27T15:22:46.4763105Z 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-09-27T15:22:46.4764304Z 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-09-27T15:22:46.4765616Z 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-09-27T15:22:46.4766826Z 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-09-27T15:22:46.4767918Z 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-09-27T15:22:46.4769311Z 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-09-27T15:22:46.4770606Z 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-09-27T15:22:46.4771834Z 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-09-27T15:22:46.4773017Z 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-09-27T15:22:46.4774453Z 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-09-27T15:22:46.4775615Z 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-09-27T15:22:46.4776843Z 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-09-27T15:22:46.4777966Z 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-09-27T15:22:46.4779102Z 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-09-27T15:22:46.4780362Z 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-09-27T15:22:46.4781549Z 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-09-27T15:22:46.4782698Z 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-09-27T15:22:46.4783954Z 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-09-27T15:22:46.4785361Z 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-09-27T15:22:46.4786364Z 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-09-27T15:22:46.4787555Z 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-09-27T15:22:46.4788707Z 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-09-27T15:22:46.4789924Z 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-09-27T15:22:46.4791464Z 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-09-27T15:22:46.4792632Z 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-09-27T15:22:46.4793880Z 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-09-27T15:22:46.4795018Z 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-09-27T15:22:46.4796564Z 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-09-27T15:22:46.4797424Z 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-09-27T15:22:46.4798706Z 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-09-27T15:22:46.4800044Z 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-09-27T15:22:46.4801075Z 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-09-27T15:22:46.4802256Z 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-09-27T15:22:46.4803476Z 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-09-27T15:22:46.4804824Z 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-09-27T15:22:46.4806051Z 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-09-27T15:22:46.4807308Z 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-09-27T15:22:46.4808398Z 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-09-27T15:22:46.4809570Z 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-09-27T15:22:46.4810755Z 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-09-27T15:22:46.4812030Z 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-09-27T15:22:46.4813268Z 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-09-27T15:22:46.4814455Z 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-09-27T15:22:46.4815717Z 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-09-27T15:22:46.4818491Z 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-09-27T15:22:46.4819917Z 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-09-27T15:22:46.4821201Z 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-09-27T15:22:46.4822387Z 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-09-27T15:22:46.4823694Z 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-09-27T15:22:46.4824820Z 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-09-27T15:22:46.4826508Z 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-09-27T15:22:46.4827699Z 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-09-27T15:22:46.4829024Z 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-09-27T15:22:46.4829988Z 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-09-27T15:22:46.4831301Z 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-09-27T15:22:46.4832559Z 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-09-27T15:22:46.4833980Z 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-09-27T15:22:46.4835114Z 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-09-27T15:22:46.4836375Z 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-09-27T15:22:46.4837549Z 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-09-27T15:22:46.4838838Z 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-09-27T15:22:46.4839954Z 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-09-27T15:22:46.4841167Z 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-09-27T15:22:46.4842625Z 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-09-27T15:22:46.4844348Z 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-09-27T15:22:46.4846282Z 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-09-27T15:22:46.4846884Z 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-09-27T15:22:46.4847636Z 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-09-27T15:22:46.4848976Z 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-09-27T15:22:46.4850217Z 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-09-27T15:22:46.4851545Z 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-09-27T15:22:46.4852916Z 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-09-27T15:22:46.4854070Z 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-09-27T15:22:46.4855431Z 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-09-27T15:22:46.4856753Z 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-09-27T15:22:46.4858112Z 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-09-27T15:22:46.4859341Z 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-09-27T15:22:46.4860719Z 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-09-27T15:22:46.4862013Z 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-09-27T15:22:46.4863405Z 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-09-27T15:22:46.4864567Z 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-09-27T15:22:46.4865834Z 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-09-27T15:22:46.4867097Z 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-09-27T15:22:46.4868587Z 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-09-27T15:22:46.4869779Z 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-09-27T15:22:46.4870965Z 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-09-27T15:22:46.4872077Z 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-09-27T15:22:46.4873339Z 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-09-27T15:22:46.4874681Z 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-09-27T15:22:46.4875994Z 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-09-27T15:22:46.4877512Z 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-09-27T15:22:46.4878920Z 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-09-27T15:22:46.4880088Z 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-09-27T15:22:46.4881293Z 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-09-27T15:22:46.4882541Z 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-09-27T15:22:46.4883883Z 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-09-27T15:22:46.4885117Z 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-09-27T15:22:46.4886371Z 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-09-27T15:22:46.4887550Z 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-09-27T15:22:46.4888853Z 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-09-27T15:22:46.4890109Z 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-09-27T15:22:46.4891193Z 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-09-27T15:22:46.4892395Z 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-09-27T15:22:46.4893673Z 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-09-27T15:22:46.4894917Z 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-09-27T15:22:46.4896320Z 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-09-27T15:22:46.4897550Z 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-09-27T15:22:46.4898721Z 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-09-27T15:22:46.4900078Z 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-09-27T15:22:46.4902182Z 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-09-27T15:22:46.4903145Z 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-09-27T15:22:46.4904420Z 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-09-27T15:22:46.4905834Z 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-09-27T15:22:46.4906936Z 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-09-27T15:22:46.4908220Z 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-09-27T15:22:46.4909430Z 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-09-27T15:22:46.4910804Z 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-09-27T15:22:46.4911977Z 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-09-27T15:22:46.4913153Z 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-09-27T15:22:46.4914435Z 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-09-27T15:22:46.4915726Z 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-09-27T15:22:46.4916925Z 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-09-27T15:22:46.4917952Z 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-09-27T15:22:46.4919198Z 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-09-27T15:22:46.4920652Z 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-09-27T15:22:46.4921880Z 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-09-27T15:22:46.4923271Z 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-09-27T15:22:46.4924513Z 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-09-27T15:22:46.4925833Z 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-09-27T15:22:46.4926873Z 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-09-27T15:22:46.4928044Z 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-09-27T15:22:46.4929326Z 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-09-27T15:22:46.4930832Z 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-09-27T15:22:46.4932721Z 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-09-27T15:22:46.4933409Z 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-09-27T15:22:46.4934429Z 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-09-27T15:22:46.4935125Z 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-09-27T15:22:46.4936375Z 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-09-27T15:22:46.4937541Z 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-09-27T15:22:46.4938513Z 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-09-27T15:22:46.4939668Z 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-09-27T15:22:46.4940739Z 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-09-27T15:22:46.4941941Z 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-09-27T15:22:46.4942934Z 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-09-27T15:22:46.4943816Z 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-09-27T15:22:46.4944896Z 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-09-27T15:22:46.4946229Z 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-09-27T15:22:46.4946876Z 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-09-27T15:22:46.4947970Z 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-09-27T15:22:46.4949328Z 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-09-27T15:22:46.4950116Z 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-09-27T15:22:46.4951396Z 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-09-27T15:22:46.4952234Z 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-09-27T15:22:46.4953678Z 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-09-27T15:22:46.4954492Z 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-09-27T15:22:46.4955877Z 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-09-27T15:22:46.4956953Z 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-09-27T15:22:46.4957924Z 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-09-27T15:22:46.4959168Z 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-09-27T15:22:46.4960380Z 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-09-27T15:22:46.4961523Z 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-09-27T15:22:46.4962807Z 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-09-27T15:22:46.4963585Z 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-09-27T15:22:46.4964875Z 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-09-27T15:22:46.4965877Z 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-09-27T15:22:46.4967133Z 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-09-27T15:22:46.4968243Z 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-09-27T15:22:46.4969357Z 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-09-27T15:22:46.4970576Z 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-09-27T15:22:46.4971510Z 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-09-27T15:22:46.4972788Z 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-09-27T15:22:46.4973951Z 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-09-27T15:22:46.4975163Z 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-09-27T15:22:46.4977030Z 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-09-27T15:22:46.4978228Z 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-09-27T15:22:46.4979482Z 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-09-27T15:22:46.4980479Z 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-09-27T15:22:46.4981769Z 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-09-27T15:22:46.4982863Z 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-09-27T15:22:46.4983887Z 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-09-27T15:22:46.4985118Z 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-09-27T15:22:46.4986273Z 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-09-27T15:22:46.4987292Z 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-09-27T15:22:46.4988496Z 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-09-27T15:22:46.4989501Z 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-09-27T15:22:46.4990713Z 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-09-27T15:22:46.4991920Z 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-09-27T15:22:46.4993056Z 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-09-27T15:22:46.4996144Z 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-09-27T15:22:46.4996443Z 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-09-27T15:22:46.4996785Z 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-09-27T15:22:46.4998483Z 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-09-27T15:22:46.4999784Z 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-09-27T15:22:46.5000553Z 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-09-27T15:22:46.5001550Z 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-09-27T15:22:46.5002283Z 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-09-27T15:22:46.5003120Z 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-09-27T15:22:46.5004427Z 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-09-27T15:22:46.5005264Z 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-09-27T15:22:46.5006629Z 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-09-27T15:22:46.5007795Z 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-09-27T15:22:46.5008870Z 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-09-27T15:22:46.5009538Z 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-09-27T15:22:46.5010504Z 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-09-27T15:22:46.5011214Z 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-09-27T15:22:46.5013644Z 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-09-27T15:22:46.5014162Z 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-09-27T15:22:46.5014500Z 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-09-27T15:22:46.5015206Z 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-09-27T15:22:46.5016353Z 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-09-27T15:22:46.5017186Z 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-09-27T15:22:46.5018686Z 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-09-27T15:22:46.5019819Z 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-09-27T15:22:46.5020249Z 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-09-27T15:22:46.5021551Z 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-09-27T15:22:46.5022374Z 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-09-27T15:22:46.5023645Z 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-09-27T15:22:46.5024124Z 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-09-27T15:22:46.5025904Z 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-09-27T15:22:46.5026733Z 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-09-27T15:22:46.5027749Z 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-09-27T15:22:46.5028684Z 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-09-27T15:22:46.5031076Z 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-09-27T15:22:46.5031467Z 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-09-27T15:22:46.5032164Z 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-09-27T15:22:46.5032908Z 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-09-27T15:22:46.5033786Z 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-09-27T15:22:46.5034989Z 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-09-27T15:22:46.5035683Z 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-09-27T15:22:46.5036723Z 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-09-27T15:22:46.5037731Z 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-09-27T15:22:46.5038876Z 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-09-27T15:22:46.5039964Z 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-09-27T15:22:46.5040958Z 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-09-27T15:22:46.5041865Z 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-09-27T15:22:46.5043198Z 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-09-27T15:22:46.5044429Z 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-09-27T15:22:46.5045860Z 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-09-27T15:22:46.5046947Z 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-09-27T15:22:46.5049049Z 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-09-27T15:22:46.5049751Z 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-09-27T15:22:46.5050697Z 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-09-27T15:22:46.5051241Z 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-09-27T15:22:46.5052108Z 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-09-27T15:22:46.5053062Z 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-09-27T15:22:46.5053998Z 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-09-27T15:22:46.5055910Z 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-09-27T15:22:46.5056537Z 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-09-27T15:22:46.5057697Z 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-09-27T15:22:46.5058599Z 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-09-27T15:22:46.5059608Z 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-09-27T15:22:46.5061872Z 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-09-27T15:22:46.5062324Z 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-09-27T15:22:46.5063045Z 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-09-27T15:22:46.5064073Z 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-09-27T15:22:46.5065106Z 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-09-27T15:22:46.5066145Z 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-09-27T15:22:46.5067223Z 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-09-27T15:22:46.5068407Z 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-09-27T15:22:46.5069667Z 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-09-27T15:22:46.5070737Z 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-09-27T15:22:46.5071999Z 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-09-27T15:22:46.5073127Z 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-09-27T15:22:46.5074286Z 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-09-27T15:22:46.5075400Z 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-09-27T15:22:46.5076254Z 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-09-27T15:22:46.5077504Z 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-09-27T15:22:46.5078490Z 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-09-27T15:22:46.5079952Z 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-09-27T15:22:46.5081104Z 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-09-27T15:22:46.5081929Z 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-09-27T15:22:46.5083075Z 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-09-27T15:22:46.5083994Z 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-09-27T15:22:46.5085018Z 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-09-27T15:22:46.5086267Z 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-09-27T15:22:46.5087224Z 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-09-27T15:22:46.5088478Z 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-09-27T15:22:46.5089738Z 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-09-27T15:22:46.5090567Z 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-09-27T15:22:46.5091592Z 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-09-27T15:22:46.5092967Z 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-09-27T15:22:46.5094024Z 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-09-27T15:22:46.5095242Z 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-09-27T15:22:46.5096445Z 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-09-27T15:22:46.5097921Z 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-09-27T15:22:46.5099219Z 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-09-27T15:22:46.5100157Z 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-09-27T15:22:46.5101116Z 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-09-27T15:22:46.5102487Z 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-09-27T15:22:46.5103957Z 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-09-27T15:22:46.5105321Z 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-09-27T15:22:46.5106371Z 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-09-27T15:22:46.5107589Z 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-09-27T15:22:46.5108774Z 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-09-27T15:22:46.5110310Z 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-09-27T15:22:46.5111545Z 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-09-27T15:22:46.5112775Z 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-09-27T15:22:46.5113958Z 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-09-27T15:22:46.5115444Z 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-09-27T15:22:46.5116589Z 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-09-27T15:22:46.5117713Z 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-09-27T15:22:46.5119747Z 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-09-27T15:22:46.5121011Z 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-09-27T15:22:46.5122088Z 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-09-27T15:22:46.5123270Z 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-09-27T15:22:46.5124636Z 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-09-27T15:22:46.5125754Z 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-09-27T15:22:46.5127006Z 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-09-27T15:22:46.5128168Z 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-09-27T15:22:46.5129616Z 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-09-27T15:22:46.5130989Z 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-09-27T15:22:46.5132080Z 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-09-27T15:22:46.5133493Z 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-09-27T15:22:46.5134538Z 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-09-27T15:22:46.5135919Z 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-09-27T15:22:46.5137140Z 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-09-27T15:22:46.5138347Z 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-09-27T15:22:46.5139683Z 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-09-27T15:22:46.5141132Z 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-09-27T15:22:46.5142369Z 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-09-27T15:22:46.5143611Z 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-09-27T15:22:46.5144702Z 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-09-27T15:22:46.5145897Z 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-09-27T15:22:46.5147199Z 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-09-27T15:22:46.5148457Z 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-09-27T15:22:46.5149740Z 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-09-27T15:22:46.5151135Z 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-09-27T15:22:46.5152455Z 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-09-27T15:22:46.5153568Z 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-09-27T15:22:46.5155066Z 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-09-27T15:22:46.5156303Z 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-09-27T15:22:46.5157390Z 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-09-27T15:22:46.5158597Z 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-09-27T15:22:46.5159921Z 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-09-27T15:22:46.5161243Z 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-09-27T15:22:46.5162532Z 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-09-27T15:22:46.5163568Z 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-09-27T15:22:46.5164977Z 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-09-27T15:22:46.5166147Z 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-09-27T15:22:46.5167403Z 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-09-27T15:22:46.5168543Z 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-09-27T15:22:46.5169853Z 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-09-27T15:22:46.5171314Z 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-09-27T15:22:46.5172519Z 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-09-27T15:22:46.5173720Z 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-09-27T15:22:46.5174994Z 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-09-27T15:22:46.5176555Z 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-09-27T15:22:46.5178278Z 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-09-27T15:22:46.5179716Z 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-09-27T15:22:46.5180898Z 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-09-27T15:22:46.5182096Z 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-09-27T15:22:46.5183389Z 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-09-27T15:22:46.5184518Z 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-09-27T15:22:46.5185753Z 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-09-27T15:22:46.5187196Z 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-09-27T15:22:46.5188424Z 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-09-27T15:22:46.5189606Z 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-09-27T15:22:46.5190866Z 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-09-27T15:22:46.5192010Z 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-09-27T15:22:46.5193379Z 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-09-27T15:22:46.5194509Z 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-09-27T15:22:46.5195673Z 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-09-27T15:22:46.5196974Z 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-09-27T15:22:46.5198589Z 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-09-27T15:22:46.5199802Z 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-09-27T15:22:46.5201668Z 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-09-27T15:22:46.5202940Z 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-09-27T15:22:46.5204202Z 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-09-27T15:22:46.5205428Z 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-09-27T15:22:46.5206664Z 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-09-27T15:22:46.5207854Z 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-09-27T15:22:46.5209156Z 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-09-27T15:22:46.5210402Z 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-09-27T15:22:46.5211622Z 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-09-27T15:22:46.5212699Z 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-09-27T15:22:46.5214103Z 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-09-27T15:22:46.5215530Z 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-09-27T15:22:46.5216544Z 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-09-27T15:22:46.5218033Z 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-09-27T15:22:46.5219268Z 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-09-27T15:22:46.5220801Z 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-09-27T15:22:46.5221907Z 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-09-27T15:22:46.5223191Z 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-09-27T15:22:46.5224351Z 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-09-27T15:22:46.5225612Z 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-09-27T15:22:46.5226801Z 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-09-27T15:22:46.5228139Z 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-09-27T15:22:46.5229462Z 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-09-27T15:22:46.5231008Z 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-09-27T15:22:46.5232091Z 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-09-27T15:22:46.5233263Z 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-09-27T15:22:46.5234486Z 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-09-27T15:22:46.5235733Z 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-09-27T15:22:46.5236946Z 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-09-27T15:22:46.5238170Z 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-09-27T15:22:46.5239476Z 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-09-27T15:22:46.5240758Z 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-09-27T15:22:46.5242079Z 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-09-27T15:22:46.5243328Z 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-09-27T15:22:46.5244575Z 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-09-27T15:22:46.5245920Z 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-09-27T15:22:46.5247136Z 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-09-27T15:22:46.5248266Z 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-09-27T15:22:46.5249579Z 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-09-27T15:22:46.5251096Z 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-09-27T15:22:46.5252002Z 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-09-27T15:22:46.5253612Z 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-09-27T15:22:46.5254658Z 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-09-27T15:22:46.5255871Z 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-09-27T15:22:46.5257183Z 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-09-27T15:22:46.5258467Z 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-09-27T15:22:46.5259645Z 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-09-27T15:22:46.5270804Z 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-09-27T15:22:46.5271616Z 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-09-27T15:22:46.5272253Z 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-09-27T15:22:46.5273269Z 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-09-27T15:22:46.5274489Z 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-09-27T15:22:46.5276189Z 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-09-27T15:22:46.5277016Z 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-09-27T15:22:46.5278227Z 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-09-27T15:22:46.5279456Z 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-09-27T15:22:46.5280808Z 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-09-27T15:22:46.5282234Z 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-09-27T15:22:46.5283320Z 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-09-27T15:22:46.5284694Z 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-09-27T15:22:46.5286052Z 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-09-27T15:22:46.5287227Z 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-09-27T15:22:46.5288424Z 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-09-27T15:22:46.5289603Z 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-09-27T15:22:46.5291536Z 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-09-27T15:22:46.5292686Z 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-09-27T15:22:46.5294041Z 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-09-27T15:22:46.5295661Z 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-09-27T15:22:46.5296954Z 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-09-27T15:22:46.5297950Z 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-09-27T15:22:46.5299178Z 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-09-27T15:22:46.5300556Z 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-09-27T15:22:46.5301870Z 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-09-27T15:22:46.5302968Z 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-09-27T15:22:46.5304304Z 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-09-27T15:22:46.5305594Z 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-09-27T15:22:46.5306943Z 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-09-27T15:22:46.5308068Z 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-09-27T15:22:46.5309465Z 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-09-27T15:22:46.5310639Z 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-09-27T15:22:46.5312098Z 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-09-27T15:22:46.5313079Z 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-09-27T15:22:46.5314333Z 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-09-27T15:22:46.5315545Z 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-09-27T15:22:46.5316794Z 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-09-27T15:22:46.5317989Z 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-09-27T15:22:46.5319273Z 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-09-27T15:22:46.5320424Z 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-09-27T15:22:46.5321803Z 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-09-27T15:22:46.5323053Z 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-09-27T15:22:46.5324425Z 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-09-27T15:22:46.5325746Z 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-09-27T15:22:46.5326887Z 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-09-27T15:22:46.5328136Z 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-09-27T15:22:46.5329208Z 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-09-27T15:22:46.5331246Z 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-09-27T15:22:46.5332032Z 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-09-27T15:22:46.5332997Z 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-09-27T15:22:46.5350519Z 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-09-27T15:22:46.5351186Z 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-09-27T15:22:46.5351991Z 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-09-27T15:22:46.5352771Z 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-09-27T15:22:46.5353428Z 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-09-27T15:22:46.5354131Z 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-09-27T15:22:46.5354789Z 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-09-27T15:22:46.5355399Z 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-09-27T15:22:46.5356026Z 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-09-27T15:22:46.5356807Z 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-09-27T15:22:46.5357429Z 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-09-27T15:22:46.5358054Z 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-09-27T15:22:46.5358627Z 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-09-27T15:22:46.5359249Z 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-09-27T15:22:46.5359868Z 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-09-27T15:22:46.5360460Z 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-09-27T15:22:46.5361041Z 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-09-27T15:22:46.5361642Z 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-09-27T15:22:46.5362280Z 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-09-27T15:22:46.5363000Z 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-09-27T15:22:46.5363615Z 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-09-27T15:22:46.5364253Z 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-09-27T15:22:46.5365041Z 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-09-27T15:22:46.5365663Z 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-09-27T15:22:46.5366282Z 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-09-27T15:22:46.5366946Z 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-09-27T15:22:46.5367552Z 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-09-27T15:22:46.5368211Z 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-09-27T15:22:46.5368797Z 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-09-27T15:22:46.5369577Z 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-09-27T15:22:46.5371509Z 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-09-27T15:22:46.5372683Z 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-09-27T15:22:46.5373862Z 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-09-27T15:22:46.5375165Z 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-09-27T15:22:46.5376564Z 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-09-27T15:22:46.5378779Z 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-09-27T15:22:46.5379781Z 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-09-27T15:22:46.5381048Z 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-09-27T15:22:46.5382244Z 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-09-27T15:22:46.5383541Z 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-09-27T15:22:46.5384728Z 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-09-27T15:22:46.5385953Z 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-09-27T15:22:46.5387157Z 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-09-27T15:22:46.5388570Z 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-09-27T15:22:46.5389741Z 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-09-27T15:22:46.5391063Z 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-09-27T15:22:46.5392219Z 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-09-27T15:22:46.5393553Z 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-09-27T15:22:46.5394942Z 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-09-27T15:22:46.5396408Z 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-09-27T15:22:46.5397406Z 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-09-27T15:22:46.5398521Z 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-09-27T15:22:46.5399887Z 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-09-27T15:22:46.5401240Z 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-09-27T15:22:46.5402218Z 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-09-27T15:22:46.5403582Z 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-09-27T15:22:46.5404860Z 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-09-27T15:22:46.5406037Z 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-09-27T15:22:46.5407453Z 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-09-27T15:22:46.5408671Z 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-09-27T15:22:46.5409847Z 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-09-27T15:22:46.5411183Z 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-09-27T15:22:46.5412615Z 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-09-27T15:22:46.5413785Z 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-09-27T15:22:46.5414987Z 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-09-27T15:22:46.5416267Z 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-09-27T15:22:46.5418456Z 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-09-27T15:22:46.5419117Z 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-09-27T15:22:46.5419829Z 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-09-27T15:22:46.5420633Z 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-09-27T15:22:46.5421764Z 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-09-27T15:22:46.5423644Z 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-09-27T15:22:46.5424831Z 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-09-27T15:22:46.5425761Z 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-09-27T15:22:46.5426414Z 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-09-27T15:22:46.5427352Z 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-09-27T15:22:46.5428059Z 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-09-27T15:22:46.5429750Z 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-09-27T15:22:46.5430226Z 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-09-27T15:22:46.5431286Z 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-09-27T15:22:46.5432225Z 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-09-27T15:22:46.5433118Z 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-09-27T15:22:46.5434239Z 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-09-27T15:22:46.5435016Z 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-09-27T15:22:46.5438105Z 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-09-27T15:22:46.5438635Z 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-09-27T15:22:46.5439583Z 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-09-27T15:22:46.5440937Z 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-09-27T15:22:46.5444674Z 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-09-27T15:22:46.5445829Z 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-09-27T15:22:46.5446815Z 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-09-27T15:22:46.5448003Z 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-09-27T15:22:46.5448955Z 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-09-27T15:22:46.5450339Z 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-09-27T15:22:46.5452516Z 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-09-27T15:22:46.5453415Z 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-09-27T15:22:46.5454450Z 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-09-27T15:22:46.5455657Z 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-09-27T15:22:46.5456635Z 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-09-27T15:22:46.5457852Z 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-09-27T15:22:46.5458873Z 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-09-27T15:22:46.5459887Z 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-09-27T15:22:46.5461729Z 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-09-27T15:22:46.5462564Z 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-09-27T15:22:46.5463668Z 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-09-27T15:22:46.5464927Z 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-09-27T15:22:46.5466116Z 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-09-27T15:22:46.5467659Z 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-09-27T15:22:46.5468774Z 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-09-27T15:22:46.5470219Z 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-09-27T15:22:46.5471360Z 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-09-27T15:22:46.5472522Z 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-09-27T15:22:46.5473750Z 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-09-27T15:22:46.5474970Z 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-09-27T15:22:46.5476226Z 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-09-27T15:22:46.5477588Z 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-09-27T15:22:46.5478725Z 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-09-27T15:22:46.5479945Z 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-09-27T15:22:46.5481159Z 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-09-27T15:22:46.5482799Z 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-09-27T15:22:46.5483742Z 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-09-27T15:22:46.5485040Z 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-09-27T15:22:46.5487299Z 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-09-27T15:22:46.5488344Z 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-09-27T15:22:46.5489606Z 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-09-27T15:22:46.5490776Z 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-09-27T15:22:46.5492066Z 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-09-27T15:22:46.5493231Z 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-09-27T15:22:46.5494549Z 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-09-27T15:22:46.5495823Z 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-09-27T15:22:46.5496993Z 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-09-27T15:22:46.5498285Z 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-09-27T15:22:46.5499575Z 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-09-27T15:22:46.5500790Z 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-09-27T15:22:46.5502164Z 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-09-27T15:22:46.5503289Z 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-09-27T15:22:46.5504501Z 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-09-27T15:22:46.5505672Z 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-09-27T15:22:46.5507129Z 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-09-27T15:22:46.5508491Z 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-09-27T15:22:46.5509653Z 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-09-27T15:22:46.5510958Z 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-09-27T15:22:46.5512142Z 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-09-27T15:22:46.5513692Z 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-09-27T15:22:46.5514625Z 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-09-27T15:22:46.5515904Z 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-09-27T15:22:46.5517139Z 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-09-27T15:22:46.5518437Z 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-09-27T15:22:46.5519687Z 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-09-27T15:22:46.5520927Z 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-09-27T15:22:46.5522073Z 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-09-27T15:22:46.5523486Z 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-09-27T15:22:46.5525812Z 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-09-27T15:22:46.5526405Z 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-09-27T15:22:46.5527352Z 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-09-27T15:22:46.5528709Z 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-09-27T15:22:46.5529543Z 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-09-27T15:22:46.5531949Z 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-09-27T15:22:46.5533609Z 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-09-27T15:22:46.5534989Z 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-09-27T15:22:46.5536124Z 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-09-27T15:22:46.5538622Z 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-09-27T15:22:46.5539780Z 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-09-27T15:22:46.5541087Z 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-09-27T15:22:46.5542920Z 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-09-27T15:22:46.5544393Z 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-09-27T15:22:46.5545860Z 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-09-27T15:22:46.5548760Z 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-09-27T15:22:46.5551830Z 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-09-27T15:22:46.5552417Z 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-09-27T15:22:46.5553750Z 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-09-27T15:22:46.5555013Z 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-09-27T15:22:46.5556466Z 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-09-27T15:22:46.5558828Z 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-09-27T15:22:46.5559568Z 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-09-27T15:22:46.5560854Z 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-09-27T15:22:46.5562085Z 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-09-27T15:22:46.5563422Z 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-09-27T15:22:46.5565087Z 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-09-27T15:22:46.5566355Z 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-09-27T15:22:46.5567419Z 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-09-27T15:22:46.5568639Z 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-09-27T15:22:46.5570090Z 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-09-27T15:22:46.5571134Z 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-09-27T15:22:46.5573836Z 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-09-27T15:22:46.5574569Z 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-09-27T15:22:46.5576057Z 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-09-27T15:22:46.5577362Z 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-09-27T15:22:46.5578598Z 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-09-27T15:22:46.5579949Z 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-09-27T15:22:46.5581098Z 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-09-27T15:22:46.5582311Z 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-09-27T15:22:46.5583519Z 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-09-27T15:22:46.5584866Z 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-09-27T15:22:46.5586240Z 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-09-27T15:22:46.5587598Z 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-09-27T15:22:46.5588680Z 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-09-27T15:22:46.5589839Z 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-09-27T15:22:46.5591093Z 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-09-27T15:22:46.5592434Z 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-09-27T15:22:46.5593641Z 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-09-27T15:22:46.5594985Z 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-09-27T15:22:46.5596163Z 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-09-27T15:22:46.5597597Z 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-09-27T15:22:46.5598668Z 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-09-27T15:22:46.5599917Z 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-09-27T15:22:46.5601278Z 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-09-27T15:22:46.5602709Z 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-09-27T15:22:46.5604383Z 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-09-27T15:22:46.5605844Z 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-09-27T15:22:46.5607026Z 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-09-27T15:22:46.5608247Z 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-09-27T15:22:46.5609500Z 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-09-27T15:22:46.5610804Z 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-09-27T15:22:46.5611842Z 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-09-27T15:22:46.5613225Z 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-09-27T15:22:46.5617238Z 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-09-27T15:22:46.5618203Z 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-09-27T15:22:46.5618862Z 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-09-27T15:22:46.5622063Z 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-09-27T15:22:46.5623187Z 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-09-27T15:22:46.5624053Z 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-09-27T15:22:46.5625517Z 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-09-27T15:22:46.5626490Z 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-09-27T15:22:46.5627686Z 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-09-27T15:22:46.5628389Z 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-09-27T15:22:46.5629538Z 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-09-27T15:22:46.5631059Z 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-09-27T15:22:46.5631512Z 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-09-27T15:22:46.5632441Z 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-09-27T15:22:46.5632992Z 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-09-27T15:22:46.5634524Z 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-09-27T15:22:46.5635362Z 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-09-27T15:22:46.5636279Z 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-09-27T15:22:46.5637113Z 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-09-27T15:22:46.5639038Z 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-09-27T15:22:46.5639662Z 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-09-27T15:22:46.5641031Z 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-09-27T15:22:46.5641790Z 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-09-27T15:22:46.5644010Z 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-09-27T15:22:46.5644547Z 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-09-27T15:22:46.5645382Z 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-09-27T15:22:46.5646795Z 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-09-27T15:22:46.5647631Z 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-09-27T15:22:46.5648408Z 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-09-27T15:22:46.5650022Z 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-09-27T15:22:46.5651850Z 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-09-27T15:22:46.5652327Z 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-09-27T15:22:46.5652803Z 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-09-27T15:22:46.5653733Z 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-09-27T15:22:46.5655239Z 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-09-27T15:22:46.5655960Z 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-09-27T15:22:46.5657293Z 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-09-27T15:22:46.5658110Z 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-09-27T15:22:46.5659070Z 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-09-27T15:22:46.5659946Z 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-09-27T15:22:46.5660818Z 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-09-27T15:22:46.5661793Z 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-09-27T15:22:46.5662723Z 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-09-27T15:22:46.5663847Z 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-09-27T15:22:46.5664662Z 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-09-27T15:22:46.5665668Z 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-09-27T15:22:46.5666863Z 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-09-27T15:22:46.5667820Z 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-09-27T15:22:46.5668774Z 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-09-27T15:22:46.5669771Z 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-09-27T15:22:46.5670867Z 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-09-27T15:22:46.5672128Z 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-09-27T15:22:46.5672877Z 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-09-27T15:22:46.5674164Z 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-09-27T15:22:46.5674913Z 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-09-27T15:22:46.5676229Z 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-09-27T15:22:46.5677037Z 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-09-27T15:22:46.5678200Z 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-09-27T15:22:46.5679918Z 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-09-27T15:22:46.5680464Z 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-09-27T15:22:46.5681771Z 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-09-27T15:22:46.5682604Z 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-09-27T15:22:46.5683771Z 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-09-27T15:22:46.5684753Z 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-09-27T15:22:46.5685896Z 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-09-27T15:22:46.5686629Z 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-09-27T15:22:46.5687720Z 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-09-27T15:22:46.5688594Z 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-09-27T15:22:46.5689546Z 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-09-27T15:22:46.5690493Z 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-09-27T15:22:46.5692279Z 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-09-27T15:22:46.5693535Z 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-09-27T15:22:46.5694259Z 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-09-27T15:22:46.5695403Z 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-09-27T15:22:46.5696745Z 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-09-27T15:22:46.5698625Z 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-09-27T15:22:46.5699691Z 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-09-27T15:22:46.5700837Z 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-09-27T15:22:46.5701807Z 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-09-27T15:22:46.5703043Z 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-09-27T15:22:46.5704180Z 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-09-27T15:22:46.5705250Z 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-09-27T15:22:46.5706510Z 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-09-27T15:22:46.5707513Z 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-09-27T15:22:46.5708820Z 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-09-27T15:22:46.5710898Z 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-09-27T15:22:46.5711218Z 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-09-27T15:22:46.5712292Z 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-09-27T15:22:46.5713811Z 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-09-27T15:22:46.5714507Z 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-09-27T15:22:46.5715996Z 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-09-27T15:22:46.5716603Z 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-09-27T15:22:46.5718192Z 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-09-27T15:22:46.5718743Z 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-09-27T15:22:46.5720564Z 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-09-27T15:22:46.5721145Z 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-09-27T15:22:46.5722793Z 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-09-27T15:22:46.5723377Z 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-09-27T15:22:46.5725176Z 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-09-27T15:22:46.5726079Z 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-09-27T15:22:46.5727266Z 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-09-27T15:22:46.5728234Z 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-09-27T15:22:46.5729493Z 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-09-27T15:22:46.5730857Z 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-09-27T15:22:46.5731630Z 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-09-27T15:22:46.5732597Z 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-09-27T15:22:46.5733723Z 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-09-27T15:22:46.5734723Z 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-09-27T15:22:46.5736265Z 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-09-27T15:22:46.5737439Z 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-09-27T15:22:46.5738723Z 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-09-27T15:22:46.5739873Z 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-09-27T15:22:46.5740975Z 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-09-27T15:22:46.5742345Z 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-09-27T15:22:46.5743408Z 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-09-27T15:22:46.5744833Z 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-09-27T15:22:46.5745992Z 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-09-27T15:22:46.5747217Z 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-09-27T15:22:46.5748527Z 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-09-27T15:22:46.5749716Z 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-09-27T15:22:46.5751095Z 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-09-27T15:22:46.5752160Z 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-09-27T15:22:46.5753370Z 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-09-27T15:22:46.5754698Z 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-09-27T15:22:46.5755852Z 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-09-27T15:22:46.5757226Z 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-09-27T15:22:46.5758746Z 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-09-27T15:22:46.5759869Z 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-09-27T15:22:46.5761000Z 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-09-27T15:22:46.5762434Z 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-09-27T15:22:46.5763639Z 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-09-27T15:22:46.5764938Z 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-09-27T15:22:46.5766304Z 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-09-27T15:22:46.5767440Z 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-09-27T15:22:46.5769374Z 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-09-27T15:22:46.5770421Z 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-09-27T15:22:46.5771884Z 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-09-27T15:22:46.5772937Z 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-09-27T15:22:46.5774285Z 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-09-27T15:22:46.5775683Z 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-09-27T15:22:46.5777149Z 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-09-27T15:22:46.5778286Z 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-09-27T15:22:46.5779558Z 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-09-27T15:22:46.5780713Z 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-09-27T15:22:46.5781931Z 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-09-27T15:22:46.5783139Z 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-09-27T15:22:46.5784351Z 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-09-27T15:22:46.5785607Z 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-09-27T15:22:46.5787043Z 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-09-27T15:22:46.5788168Z 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-09-27T15:22:46.5789358Z 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-09-27T15:22:46.5790580Z 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-09-27T15:22:46.5791819Z 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-09-27T15:22:46.5793027Z 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-09-27T15:22:46.5794565Z 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-09-27T15:22:46.5795765Z 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-09-27T15:22:46.5797005Z 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-09-27T15:22:46.5798108Z 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-09-27T15:22:46.5799363Z 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-09-27T15:22:46.5800737Z 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-09-27T15:22:46.5802436Z 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-09-27T15:22:46.5803520Z 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-09-27T15:22:46.5804831Z 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-09-27T15:22:46.5805907Z 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-09-27T15:22:46.5807322Z 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-09-27T15:22:46.5808582Z 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-09-27T15:22:46.5809624Z 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-09-27T15:22:46.5811619Z 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-09-27T15:22:46.5812056Z 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-09-27T15:22:46.5813213Z 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-09-27T15:22:46.5814099Z 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-09-27T15:22:46.5815399Z 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-09-27T15:22:46.5816367Z 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-09-27T15:22:46.5817595Z 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-09-27T15:22:46.5818508Z 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-09-27T15:22:46.5819553Z 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-09-27T15:22:46.5820590Z 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-09-27T15:22:46.5821661Z 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-09-27T15:22:46.5822804Z 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-09-27T15:22:46.5823843Z 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-09-27T15:22:46.5824876Z 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-09-27T15:22:46.5825958Z 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-09-27T15:22:46.5827000Z 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-09-27T15:22:46.5828113Z 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-09-27T15:22:46.5829077Z 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-09-27T15:22:46.5830119Z 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-09-27T15:22:46.5831137Z 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-09-27T15:22:46.5832202Z 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-09-27T15:22:46.5833246Z 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-09-27T15:22:46.5834260Z 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-09-27T15:22:46.5835264Z 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-09-27T15:22:46.5836624Z 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-09-27T15:22:46.5837766Z 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-09-27T15:22:46.5838740Z 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-09-27T15:22:46.5840080Z 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-09-27T15:22:46.5841113Z 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-09-27T15:22:46.5842189Z 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-09-27T15:22:46.5843543Z 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-09-27T15:22:46.5844947Z 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-09-27T15:22:46.5846054Z 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-09-27T15:22:46.5847004Z 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-09-27T15:22:46.5847928Z 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-09-27T15:22:46.5848895Z 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-09-27T15:22:46.5850027Z 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-09-27T15:22:46.5851088Z 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-09-27T15:22:46.5852124Z 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-09-27T15:22:46.5853190Z 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-09-27T15:22:46.5854160Z 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-09-27T15:22:46.5855229Z 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-09-27T15:22:46.5856332Z 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-09-27T15:22:46.5857949Z 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-09-27T15:22:46.5859028Z 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-09-27T15:22:46.5860239Z 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-09-27T15:22:46.5860974Z 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-09-27T15:22:46.5861984Z 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-09-27T15:22:46.5863050Z 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-09-27T15:22:46.5864130Z 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-09-27T15:22:46.5864728Z 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-09-27T15:22:46.5865982Z 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-09-27T15:22:46.5867039Z 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-09-27T15:22:46.5868096Z 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-09-27T15:22:46.5869342Z 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-09-27T15:22:46.5869956Z 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-09-27T15:22:46.5870730Z 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-09-27T15:22:46.5872443Z 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-09-27T15:22:46.5873104Z 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-09-27T15:22:46.5874130Z 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-09-27T15:22:46.5875030Z 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-09-27T15:22:46.5876306Z 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-09-27T15:22:46.5877173Z 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-09-27T15:22:46.5878259Z 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-09-27T15:22:46.5879186Z 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-09-27T15:22:46.5880949Z 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-09-27T15:22:46.5881428Z 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-09-27T15:22:46.5882263Z 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-09-27T15:22:46.5883213Z 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-09-27T15:22:46.5884387Z 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-09-27T15:22:46.5885550Z 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-09-27T15:22:46.5886445Z 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-09-27T15:22:46.5887140Z 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-09-27T15:22:46.5888341Z 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-09-27T15:22:46.5889222Z 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-09-27T15:22:46.5890287Z 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-09-27T15:22:46.5891380Z 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-09-27T15:22:46.5892718Z 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-09-27T15:22:46.5894008Z 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-09-27T15:22:46.5895218Z 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-09-27T15:22:46.5896344Z 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-09-27T15:22:46.5897432Z 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-09-27T15:22:46.5898683Z 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-09-27T15:22:46.5899818Z 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-09-27T15:22:46.5900971Z 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-09-27T15:22:46.5902116Z 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-09-27T15:22:46.5903626Z 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-09-27T15:22:46.5904386Z 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-09-27T15:22:46.5905444Z 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-09-27T15:22:46.5906383Z 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-09-27T15:22:46.5907480Z 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-09-27T15:22:46.5908321Z 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-09-27T15:22:46.5910046Z 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-09-27T15:22:46.5910673Z 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-09-27T15:22:46.5911378Z 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-09-27T15:22:46.5913215Z 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-09-27T15:22:46.5913966Z 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-09-27T15:22:46.5914908Z 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-09-27T15:22:46.5915795Z 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-09-27T15:22:46.5916919Z 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-09-27T15:22:46.5917917Z 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-09-27T15:22:46.5918935Z 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-09-27T15:22:46.5919787Z 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-09-27T15:22:46.5920703Z 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-09-27T15:22:46.5921609Z 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-09-27T15:22:46.5922593Z 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-09-27T15:22:46.5923438Z 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-09-27T15:22:46.5924488Z 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-09-27T15:22:46.5925360Z 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-09-27T15:22:46.5926241Z 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-09-27T15:22:46.5927158Z 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-09-27T15:22:46.5928110Z 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-09-27T15:22:46.5929031Z 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-09-27T15:22:46.5929917Z 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-09-27T15:22:46.5930679Z 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-09-27T15:22:46.5931882Z 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-09-27T15:22:46.5932793Z 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-09-27T15:22:46.5933553Z 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-09-27T15:22:46.5934516Z 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-09-27T15:22:46.5935504Z 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-09-27T15:22:46.5936554Z 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-09-27T15:22:46.5937763Z 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-09-27T15:22:46.5938657Z 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-09-27T15:22:46.5939555Z 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-09-27T15:22:46.5940738Z 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-09-27T15:22:46.5941710Z 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-09-27T15:22:46.5942729Z 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-09-27T15:22:46.5943786Z 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-09-27T15:22:46.5944702Z 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-09-27T15:22:46.5945908Z 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-09-27T15:22:46.5946911Z 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-09-27T15:22:46.5947925Z 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-09-27T15:22:46.5949071Z 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-09-27T15:22:46.5949992Z 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-09-27T15:22:46.5951047Z 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-09-27T15:22:46.5952047Z 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-09-27T15:22:46.5953130Z 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-09-27T15:22:46.5954136Z 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-09-27T15:22:46.5955169Z 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-09-27T15:22:46.5956268Z 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-09-27T15:22:46.5957381Z 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-09-27T15:22:46.5958300Z 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-09-27T15:22:46.5960267Z 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-09-27T15:22:46.5960810Z 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-09-27T15:22:46.5962183Z 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-09-27T15:22:46.5963196Z 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-09-27T15:22:46.5964760Z 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-09-27T15:22:46.5965217Z 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-09-27T15:22:46.5966604Z 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-09-27T15:22:46.5967440Z 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-09-27T15:22:46.5968265Z 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-09-27T15:22:46.5969122Z 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-09-27T15:22:46.5970060Z 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-09-27T15:22:46.5970881Z 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-09-27T15:22:46.5971800Z 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-09-27T15:22:46.5972795Z 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-09-27T15:22:46.5973797Z 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-09-27T15:22:46.5974808Z 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-09-27T15:22:46.5976022Z 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-09-27T15:22:46.5977277Z 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-09-27T15:22:46.5978295Z 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-09-27T15:22:46.5979130Z 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-09-27T15:22:46.5980030Z 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-09-27T15:22:46.5981097Z 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-09-27T15:22:46.5981986Z 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-09-27T15:22:46.5983302Z 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-09-27T15:22:46.5984084Z 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-09-27T15:22:46.5985072Z 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-09-27T15:22:46.5985771Z 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-09-27T15:22:46.5986830Z 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-09-27T15:22:46.5987756Z 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-09-27T15:22:46.5988793Z 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-09-27T15:22:46.5989960Z 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-09-27T15:22:46.5991024Z 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-09-27T15:22:46.5992264Z 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-09-27T15:22:46.5993403Z 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-09-27T15:22:46.5994504Z 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-09-27T15:22:46.5995521Z 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-09-27T15:22:46.5996732Z 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-09-27T15:22:46.5997770Z 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-09-27T15:22:46.5998916Z 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-09-27T15:22:46.5999961Z 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-09-27T15:22:46.6001087Z 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-09-27T15:22:46.6002259Z 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-09-27T15:22:46.6003604Z 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-09-27T15:22:46.6004771Z 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-09-27T15:22:46.6005671Z 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-09-27T15:22:46.6006635Z 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-09-27T15:22:46.6007490Z 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-09-27T15:22:46.6008429Z 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-09-27T15:22:46.6009496Z 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-09-27T15:22:46.6010415Z 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-09-27T15:22:46.6011209Z 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-09-27T15:22:46.6012236Z 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-09-27T15:22:46.6013136Z 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-09-27T15:22:46.6014168Z 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-09-27T15:22:46.6014941Z 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-09-27T15:22:46.6016172Z 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-09-27T15:22:46.6017557Z 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-09-27T15:22:46.6018555Z 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-09-27T15:22:46.6019551Z 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-09-27T15:22:46.6020370Z 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-09-27T15:22:46.6021210Z 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-09-27T15:22:46.6022119Z 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-09-27T15:22:46.6023027Z 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-09-27T15:22:46.6023929Z 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-09-27T15:22:46.6024806Z 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-09-27T15:22:46.6025684Z 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-09-27T15:22:46.6026700Z 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-09-27T15:22:46.6027520Z 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-09-27T15:22:46.6028383Z 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-09-27T15:22:46.6029286Z 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-09-27T15:22:46.6030108Z 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-09-27T15:22:46.6031093Z 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-09-27T15:22:46.6031808Z 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-09-27T15:22:46.6032774Z 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-09-27T15:22:46.6033657Z 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-09-27T15:22:46.6034595Z 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-09-27T15:22:46.6035386Z 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-09-27T15:22:46.6036304Z 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-09-27T15:22:46.6037243Z 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-09-27T15:22:46.6038061Z 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-09-27T15:22:46.6038943Z 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-09-27T15:22:46.6040369Z 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-09-27T15:22:46.6041316Z 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-09-27T15:22:46.6042331Z 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-09-27T15:22:46.6043117Z 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-09-27T15:22:46.6044677Z 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-09-27T15:22:46.6045188Z 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-09-27T15:22:46.6045868Z 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-09-27T15:22:46.6047033Z 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-09-27T15:22:46.6048222Z 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-09-27T15:22:46.6049026Z 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-09-27T15:22:46.6049935Z 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-09-27T15:22:46.6050822Z 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-09-27T15:22:46.6051747Z 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-09-27T15:22:46.6052758Z 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-09-27T15:22:46.6053598Z 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-09-27T15:22:46.6054418Z 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-09-27T15:22:46.6055425Z 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-09-27T15:22:46.6056974Z 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-09-27T15:22:46.6058001Z 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-09-27T15:22:46.6058734Z 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-09-27T15:22:46.6059721Z 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-09-27T15:22:46.6060839Z 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-09-27T15:22:46.6061767Z 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-09-27T15:22:46.6062444Z 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-09-27T15:22:46.6063402Z 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-09-27T15:22:46.6064468Z 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-09-27T15:22:46.6065306Z 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-09-27T15:22:46.6066187Z 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-09-27T15:22:46.6067154Z 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-09-27T15:22:46.6068222Z 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-09-27T15:22:46.6069100Z 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-09-27T15:22:46.6070131Z 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-09-27T15:22:46.6071058Z 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-09-27T15:22:46.6072012Z 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-09-27T15:22:46.6072825Z 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-09-27T15:22:46.6073645Z 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-09-27T15:22:46.6074527Z 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-09-27T15:22:46.6075634Z 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-09-27T15:22:46.6076594Z 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-09-27T15:22:46.6077339Z 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-09-27T15:22:46.6078194Z 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-09-27T15:22:46.6079146Z 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-09-27T15:22:46.6080450Z 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-09-27T15:22:46.6081250Z 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-09-27T15:22:46.6082230Z 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-09-27T15:22:46.6083299Z 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-09-27T15:22:46.6084483Z 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-09-27T15:22:46.6085492Z 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-09-27T15:22:46.6086683Z 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-09-27T15:22:46.6088078Z 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-09-27T15:22:46.6089041Z 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-09-27T15:22:46.6090046Z 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-09-27T15:22:46.6091071Z 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-09-27T15:22:46.6092099Z 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-09-27T15:22:46.6093034Z 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-09-27T15:22:46.6094031Z 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-09-27T15:22:46.6095171Z 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-09-27T15:22:46.6096223Z 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-09-27T15:22:46.6097355Z 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-09-27T15:22:46.6098214Z 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-09-27T15:22:46.6099127Z 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-09-27T15:22:46.6100155Z 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-09-27T15:22:46.6101001Z 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-09-27T15:22:46.6101947Z 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-09-27T15:22:46.6103490Z 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-09-27T15:22:46.6104160Z 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-09-27T15:22:46.6105208Z 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-09-27T15:22:46.6106107Z 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-09-27T15:22:46.6107150Z 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-09-27T15:22:46.6108304Z 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-09-27T15:22:46.6109228Z 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-09-27T15:22:46.6110179Z 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-09-27T15:22:46.6111182Z 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-09-27T15:22:46.6112300Z 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-09-27T15:22:46.6113062Z 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-09-27T15:22:46.6114043Z 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-09-27T15:22:46.6115179Z 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-09-27T15:22:46.6116176Z 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-09-27T15:22:46.6116983Z 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-09-27T15:22:46.6117985Z 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-09-27T15:22:46.6118660Z 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-09-27T15:22:46.6119719Z 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-09-27T15:22:46.6120412Z 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-09-27T15:22:46.6121492Z 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-09-27T15:22:46.6122341Z 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-09-27T15:22:46.6123531Z 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-09-27T15:22:46.6124706Z 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-09-27T15:22:46.6125325Z 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-09-27T15:22:46.6126158Z 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-09-27T15:22:46.6126963Z 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-09-27T15:22:46.6127896Z 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-09-27T15:22:46.6129029Z 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-09-27T15:22:46.6129719Z 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-09-27T15:22:46.6130919Z 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-09-27T15:22:46.6131752Z 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-09-27T15:22:46.6132846Z 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-09-27T15:22:46.6133894Z 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-09-27T15:22:46.6134567Z 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-09-27T15:22:46.6135663Z 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-09-27T15:22:46.6136708Z 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-09-27T15:22:46.6137566Z 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-09-27T15:22:46.6138539Z 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-09-27T15:22:46.6139495Z 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-09-27T15:22:46.6140297Z 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-09-27T15:22:46.6141338Z 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-09-27T15:22:46.6142523Z 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-09-27T15:22:46.6143334Z 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-09-27T15:22:46.6144137Z 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-09-27T15:22:46.6145076Z 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-09-27T15:22:46.6146302Z 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-09-27T15:22:46.6147185Z 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-09-27T15:22:46.6148054Z 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-09-27T15:22:46.6148982Z 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-09-27T15:22:46.6150126Z 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-09-27T15:22:46.6150809Z 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-09-27T15:22:46.6151755Z 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-09-27T15:22:46.6152806Z 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-09-27T15:22:46.6154098Z 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-09-27T15:22:46.6154923Z 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-09-27T15:22:46.6155956Z 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-09-27T15:22:46.6156979Z 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-09-27T15:22:46.6157828Z 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-09-27T15:22:46.6158946Z 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-09-27T15:22:46.6159907Z 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-09-27T15:22:46.6160870Z 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-09-27T15:22:46.6162130Z 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-09-27T15:22:46.6163047Z 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-09-27T15:22:46.6164091Z 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-09-27T15:22:46.6165457Z 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-09-27T15:22:46.6166802Z 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-09-27T15:22:46.6167944Z 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-09-27T15:22:46.6168807Z 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-09-27T15:22:46.6169986Z 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-09-27T15:22:46.6171027Z 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-09-27T15:22:46.6171716Z 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-09-27T15:22:46.6172953Z 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-09-27T15:22:46.6173632Z 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-09-27T15:22:46.6174858Z 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-09-27T15:22:46.6175579Z 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-09-27T15:22:46.6176774Z 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-09-27T15:22:46.6178126Z 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-09-27T15:22:46.6179015Z 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-09-27T15:22:46.6179901Z 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-09-27T15:22:46.6180963Z 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-09-27T15:22:46.6182288Z 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-09-27T15:22:46.6183371Z 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-09-27T15:22:46.6184141Z 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-09-27T15:22:46.6184982Z 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-09-27T15:22:46.6185916Z 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-09-27T15:22:46.6186834Z 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-09-27T15:22:46.6187734Z 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-09-27T15:22:46.6188578Z 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-09-27T15:22:46.6189501Z 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-09-27T15:22:46.6190549Z 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-09-27T15:22:46.6191328Z 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-09-27T15:22:46.6192188Z 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-09-27T15:22:46.6193097Z 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-09-27T15:22:46.6193988Z 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-09-27T15:22:46.6194923Z 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-09-27T15:22:46.6195770Z 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-09-27T15:22:46.6196699Z 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-09-27T15:22:46.6197639Z 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-09-27T15:22:46.6198506Z 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-09-27T15:22:46.6199453Z 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-09-27T15:22:46.6200286Z 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-09-27T15:22:46.6201482Z 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-09-27T15:22:46.6202426Z 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-09-27T15:22:46.6203360Z 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-09-27T15:22:46.6204404Z 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-09-27T15:22:46.6205329Z 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-09-27T15:22:46.6206271Z 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-09-27T15:22:46.6207122Z 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-09-27T15:22:46.6208105Z 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-09-27T15:22:46.6208956Z 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-09-27T15:22:46.6209881Z 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-09-27T15:22:46.6210708Z 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-09-27T15:22:46.6211615Z 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-09-27T15:22:46.6212673Z 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-09-27T15:22:46.6213577Z 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-09-27T15:22:46.6214460Z 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-09-27T15:22:46.6215453Z 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-09-27T15:22:46.6216850Z 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-09-27T15:22:46.6217553Z 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-09-27T15:22:46.6218539Z 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-09-27T15:22:46.6219514Z 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-09-27T15:22:46.6220717Z 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-09-27T15:22:46.6221360Z 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-09-27T15:22:46.6222426Z 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-09-27T15:22:46.6223585Z 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-09-27T15:22:46.6224822Z 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-09-27T15:22:46.6225742Z 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-09-27T15:22:46.6226411Z 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-09-27T15:22:46.6228068Z 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-09-27T15:22:46.6229079Z 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-09-27T15:22:46.6229936Z 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-09-27T15:22:46.6230890Z 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-09-27T15:22:46.6232253Z 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-09-27T15:22:46.6233468Z 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-09-27T15:22:46.6233993Z 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-09-27T15:22:46.6235547Z 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-09-27T15:22:46.6236455Z 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-09-27T15:22:46.6237379Z 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-09-27T15:22:46.6238274Z 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-09-27T15:22:46.6239425Z 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-09-27T15:22:46.6240206Z 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-09-27T15:22:46.6241597Z 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-09-27T15:22:46.6242754Z 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-09-27T15:22:46.6243860Z 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-09-27T15:22:46.6245145Z 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-09-27T15:22:46.6245815Z 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-09-27T15:22:46.6246978Z 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-09-27T15:22:46.6248026Z 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-09-27T15:22:46.6248891Z 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-09-27T15:22:46.6250205Z 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-09-27T15:22:46.6251082Z 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-09-27T15:22:46.6252041Z 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-09-27T15:22:46.6253131Z 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-09-27T15:22:46.6254116Z 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-09-27T15:22:46.6254997Z 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-09-27T15:22:46.6256317Z 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-09-27T15:22:46.6257123Z 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-09-27T15:22:46.6258295Z 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-09-27T15:22:46.6259280Z 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-09-27T15:22:46.6260070Z 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-09-27T15:22:46.6261430Z 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-09-27T15:22:46.6262225Z 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-09-27T15:22:46.6263573Z 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-09-27T15:22:46.6264664Z 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-09-27T15:22:46.6265821Z 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-09-27T15:22:46.6266438Z 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-09-27T15:22:46.6267599Z 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-09-27T15:22:46.6268674Z 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-09-27T15:22:46.6269729Z 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-09-27T15:22:46.6270801Z 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-09-27T15:22:46.6272012Z 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-09-27T15:22:46.6272515Z 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-09-27T15:22:46.6274162Z 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-09-27T15:22:46.6275309Z 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-09-27T15:22:46.6276482Z 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-09-27T15:22:46.6277640Z 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-09-27T15:22:46.6278454Z 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-09-27T15:22:46.6279430Z 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-09-27T15:22:46.6280462Z 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-09-27T15:22:46.6281561Z 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-09-27T15:22:46.6282642Z 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-09-27T15:22:46.6283735Z 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-09-27T15:22:46.6285279Z 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-09-27T15:22:46.6285754Z 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-09-27T15:22:46.6287282Z 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-09-27T15:22:46.6288229Z 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-09-27T15:22:46.6289179Z 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-09-27T15:22:46.6290221Z 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-09-27T15:22:46.6290992Z 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-09-27T15:22:46.6293090Z 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-09-27T15:22:46.6293622Z 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-09-27T15:22:46.6294706Z 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-09-27T15:22:46.6296776Z 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-09-27T15:22:46.6297495Z 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-09-27T15:22:46.6298279Z 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-09-27T15:22:46.6299791Z 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-09-27T15:22:46.6300984Z 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-09-27T15:22:46.6302010Z 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-09-27T15:22:46.6303533Z 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-09-27T15:22:46.6304854Z 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-09-27T15:22:46.6305865Z 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-09-27T15:22:46.6307660Z 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-09-27T15:22:46.6308603Z 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-09-27T15:22:46.6309830Z 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-09-27T15:22:46.6311096Z 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-09-27T15:22:46.6312190Z 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-09-27T15:22:46.6313440Z 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-09-27T15:22:46.6314211Z 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-09-27T15:22:46.6315490Z 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-09-27T15:22:46.6316561Z 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-09-27T15:22:46.6318702Z 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-09-27T15:22:46.6319216Z 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-09-27T15:22:46.6319678Z 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-09-27T15:22:46.6320663Z 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-09-27T15:22:46.6321896Z 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-09-27T15:22:46.6322911Z 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-09-27T15:22:46.6324332Z 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-09-27T15:22:46.6325158Z 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-09-27T15:22:46.6326701Z 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-09-27T15:22:46.6327587Z 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-09-27T15:22:46.6328415Z 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-09-27T15:22:46.6329113Z 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-09-27T15:22:46.6330527Z 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-09-27T15:22:46.6331597Z 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-09-27T15:22:46.6332377Z 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-09-27T15:22:46.6333242Z 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-09-27T15:22:46.6334378Z 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-09-27T15:22:46.6335243Z 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-09-27T15:22:46.6336509Z 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-09-27T15:22:46.6338320Z 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-09-27T15:22:46.6339032Z 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-09-27T15:22:46.6340090Z 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-09-27T15:22:46.6341107Z 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-09-27T15:22:46.6342712Z 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-09-27T15:22:46.6343270Z 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-09-27T15:22:46.6344062Z 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-09-27T15:22:46.6345209Z 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-09-27T15:22:46.6346160Z 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-09-27T15:22:46.6347298Z 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-09-27T15:22:46.6348035Z 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-09-27T15:22:46.6349039Z 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-09-27T15:22:46.6349905Z 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-09-27T15:22:46.6350914Z 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-09-27T15:22:46.6351831Z 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-09-27T15:22:46.6352783Z 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-09-27T15:22:46.6353716Z 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-09-27T15:22:46.6354821Z 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-09-27T15:22:46.6355627Z 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-09-27T15:22:46.6356617Z 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-09-27T15:22:46.6357545Z 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-09-27T15:22:46.6358758Z 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-09-27T15:22:46.6359724Z 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-09-27T15:22:46.6360619Z 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-09-27T15:22:46.6361833Z 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-09-27T15:22:46.6362847Z 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-09-27T15:22:46.6363726Z 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-09-27T15:22:46.6365305Z 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-09-27T15:22:46.6366286Z 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-09-27T15:22:46.6367355Z 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-09-27T15:22:46.6368283Z 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-09-27T15:22:46.6369466Z 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-09-27T15:22:46.6370520Z 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-09-27T15:22:46.6371576Z 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-09-27T15:22:46.6372713Z 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-09-27T15:22:46.6373623Z 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-09-27T15:22:46.6374698Z 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-09-27T15:22:46.6376131Z 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-09-27T15:22:46.6377144Z 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-09-27T15:22:46.6378102Z 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-09-27T15:22:46.6379059Z 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-09-27T15:22:46.6380271Z 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-09-27T15:22:46.6381188Z 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-09-27T15:22:46.6382166Z 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-09-27T15:22:46.6383380Z 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-09-27T15:22:46.6383851Z 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-09-27T15:22:46.6386160Z 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-09-27T15:22:46.6386917Z 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-09-27T15:22:46.6387815Z 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-09-27T15:22:46.6389123Z 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-09-27T15:22:46.6390073Z 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-09-27T15:22:46.6391506Z 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-09-27T15:22:46.6392981Z 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-09-27T15:22:46.6393939Z 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-09-27T15:22:46.6395524Z 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-09-27T15:22:46.6397164Z 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-09-27T15:22:46.6398169Z 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-09-27T15:22:46.6399110Z 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-09-27T15:22:46.6400426Z 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-09-27T15:22:46.6401425Z 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-09-27T15:22:46.6402463Z 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-09-27T15:22:46.6403472Z 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-09-27T15:22:46.6405490Z 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-09-27T15:22:46.6406329Z 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-09-27T15:22:46.6407086Z 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-09-27T15:22:46.6407885Z 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-09-27T15:22:46.6408539Z 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-09-27T15:22:46.6409823Z 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-09-27T15:22:46.6410854Z 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-09-27T15:22:46.6411841Z 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-09-27T15:22:46.6413015Z 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-09-27T15:22:46.6414103Z 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-09-27T15:22:46.6415135Z 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-09-27T15:22:46.6416264Z 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-09-27T15:22:46.6417241Z 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-09-27T15:22:46.6418793Z 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-09-27T15:22:46.6419608Z 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-09-27T15:22:46.6420573Z 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-09-27T15:22:46.6421640Z 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-09-27T15:22:46.6422618Z 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-09-27T15:22:46.6423774Z 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-09-27T15:22:46.6424742Z 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-09-27T15:22:46.6425700Z 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-09-27T15:22:46.6426643Z 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-09-27T15:22:46.6427475Z 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-09-27T15:22:46.6428529Z 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-09-27T15:22:46.6429391Z 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-09-27T15:22:46.6430244Z 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-09-27T15:22:46.6431102Z 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-09-27T15:22:46.6432308Z 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-09-27T15:22:46.6433114Z 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-09-27T15:22:46.6434611Z 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-09-27T15:22:46.6435763Z 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-09-27T15:22:46.6436801Z 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-09-27T15:22:46.6437621Z 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-09-27T15:22:46.6438792Z 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-09-27T15:22:46.6439811Z 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-09-27T15:22:46.6440983Z 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-09-27T15:22:46.6441959Z 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-09-27T15:22:46.6442963Z 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-09-27T15:22:46.6443876Z 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-09-27T15:22:46.6444866Z 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-09-27T15:22:46.6445856Z 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-09-27T15:22:46.6447029Z 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-09-27T15:22:46.6447981Z 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-09-27T15:22:46.6448832Z 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-09-27T15:22:46.6450005Z 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-09-27T15:22:46.6451027Z 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-09-27T15:22:46.6451908Z 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-09-27T15:22:46.6453137Z 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-09-27T15:22:46.6453948Z 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-09-27T15:22:46.6454703Z 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-09-27T15:22:46.6456055Z 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-09-27T15:22:46.6457167Z 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-09-27T15:22:46.6458235Z 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-09-27T15:22:46.6459431Z 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-09-27T15:22:46.6460263Z 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-09-27T15:22:46.6461261Z 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-09-27T15:22:46.6461936Z 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-09-27T15:22:46.6463202Z 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-09-27T15:22:46.6463836Z 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-09-27T15:22:46.6465489Z 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-09-27T15:22:46.6466848Z 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-09-27T15:22:46.6468017Z 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-09-27T15:22:46.6469288Z 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-09-27T15:22:46.6470251Z 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-09-27T15:22:46.6471511Z 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-09-27T15:22:46.6472421Z 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-09-27T15:22:46.6474710Z 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-09-27T15:22:46.6475301Z 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-09-27T15:22:46.6476089Z 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-09-27T15:22:46.6477432Z 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-09-27T15:22:46.6478627Z 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-09-27T15:22:46.6479684Z 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-09-27T15:22:46.6480710Z 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-09-27T15:22:46.6481746Z 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-09-27T15:22:46.6482833Z 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-09-27T15:22:46.6484003Z 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-09-27T15:22:46.6485389Z 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-09-27T15:22:46.6486504Z 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-09-27T15:22:46.6489872Z 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-09-27T15:22:46.6490906Z 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-09-27T15:22:46.6491799Z 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-09-27T15:22:46.6492512Z 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-09-27T15:22:46.6493278Z 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-09-27T15:22:46.6493915Z 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-09-27T15:22:46.6495552Z 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-09-27T15:22:46.6496517Z 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-09-27T15:22:46.6497228Z 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-09-27T15:22:46.6498141Z 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-09-27T15:22:46.6499423Z 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-09-27T15:22:46.6500448Z 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-09-27T15:22:46.6501417Z 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-09-27T15:22:46.6502379Z 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-09-27T15:22:46.6503354Z 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-09-27T15:22:46.6504789Z 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-09-27T15:22:46.6505861Z 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-09-27T15:22:46.6506821Z 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-09-27T15:22:46.6507931Z 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-09-27T15:22:46.6508937Z 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-09-27T15:22:46.6510391Z 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-09-27T15:22:46.6511464Z 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-09-27T15:22:46.6512722Z 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-09-27T15:22:46.6513703Z 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-09-27T15:22:46.6514640Z 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-09-27T15:22:46.6515656Z 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-09-27T15:22:46.6516618Z 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-09-27T15:22:46.6517604Z 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-09-27T15:22:46.6518671Z 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-09-27T15:22:46.6519755Z 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-09-27T15:22:46.6520763Z 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-09-27T15:22:46.6521686Z 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-09-27T15:22:46.6522704Z 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-09-27T15:22:46.6523677Z 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-09-27T15:22:46.6524641Z 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-09-27T15:22:46.6525475Z 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-09-27T15:22:46.6526493Z 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-09-27T15:22:46.6527490Z 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-09-27T15:22:46.6528437Z 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-09-27T15:22:46.6529381Z 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-09-27T15:22:46.6530387Z 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-09-27T15:22:46.6531408Z 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-09-27T15:22:46.6532536Z 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-09-27T15:22:46.6533472Z 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-09-27T15:22:46.6534424Z 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-09-27T15:22:46.6535692Z 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-09-27T15:22:46.6536965Z 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-09-27T15:22:46.6538060Z 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-09-27T15:22:46.6539045Z 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-09-27T15:22:46.6539748Z 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-09-27T15:22:46.6540789Z 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-09-27T15:22:46.6541898Z 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-09-27T15:22:46.6542708Z 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-09-27T15:22:46.6543731Z 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-09-27T15:22:46.6544727Z 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-09-27T15:22:46.6545764Z 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-09-27T15:22:46.6546719Z 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-09-27T15:22:46.6547740Z 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-09-27T15:22:46.6548638Z 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-09-27T15:22:46.6549672Z 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-09-27T15:22:46.6550696Z 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-09-27T15:22:46.6551761Z 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-09-27T15:22:46.6552844Z 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-09-27T15:22:46.6553928Z 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-09-27T15:22:46.6555297Z 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-09-27T15:22:46.6556044Z 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-09-27T15:22:46.6557112Z 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-09-27T15:22:46.6558186Z 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-09-27T15:22:46.6559017Z 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-09-27T15:22:46.6559994Z 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-09-27T15:22:46.6561063Z 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-09-27T15:22:46.6562306Z 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-09-27T15:22:46.6563106Z 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-09-27T15:22:46.6564271Z 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-09-27T15:22:46.6565230Z 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-09-27T15:22:46.6566210Z 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-09-27T15:22:46.6567078Z 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-09-27T15:22:46.6568043Z 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-09-27T15:22:46.6568607Z 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-09-27T15:22:46.6570224Z 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-09-27T15:22:46.6571317Z 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-09-27T15:22:46.6572335Z 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-09-27T15:22:46.6573202Z 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-09-27T15:22:46.6574462Z 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-09-27T15:22:46.6575593Z 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-09-27T15:22:46.6576766Z 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-09-27T15:22:46.6577672Z 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-09-27T15:22:46.6578785Z 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-09-27T15:22:46.6579727Z 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-09-27T15:22:46.6580664Z 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-09-27T15:22:46.6581737Z 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-09-27T15:22:46.6582889Z 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-09-27T15:22:46.6583751Z 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-09-27T15:22:46.6584993Z 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-09-27T15:22:46.6585987Z 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-09-27T15:22:46.6586849Z 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-09-27T15:22:46.6587631Z 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-09-27T15:22:46.6588953Z 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-09-27T15:22:46.6589701Z 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-09-27T15:22:46.6590578Z 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-09-27T15:22:46.6591592Z 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-09-27T15:22:46.6592754Z 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-09-27T15:22:46.6593896Z 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-09-27T15:22:46.6594769Z 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-09-27T15:22:46.6595917Z 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-09-27T15:22:46.6596922Z 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-09-27T15:22:46.6598019Z 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-09-27T15:22:46.6599230Z 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-09-27T15:22:46.6600436Z 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-09-27T15:22:46.6601432Z 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-09-27T15:22:46.6602626Z 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-09-27T15:22:46.6603802Z 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-09-27T15:22:46.6605335Z 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-09-27T15:22:46.6606412Z 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-09-27T15:22:46.6607482Z 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-09-27T15:22:46.6608603Z 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-09-27T15:22:46.6609991Z 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-09-27T15:22:46.6610897Z 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-09-27T15:22:46.6611985Z 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-09-27T15:22:46.6613556Z 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-09-27T15:22:46.6614657Z 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-09-27T15:22:46.6615711Z 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-09-27T15:22:46.6616986Z 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-09-27T15:22:46.6617865Z 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-09-27T15:22:46.6619347Z 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-09-27T15:22:46.6620011Z 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-09-27T15:22:46.6621570Z 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-09-27T15:22:46.6623017Z 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-09-27T15:22:46.6624208Z 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-09-27T15:22:46.6625080Z 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-09-27T15:22:46.6626338Z 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-09-27T15:22:46.6627382Z 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-09-27T15:22:46.6628497Z 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-09-27T15:22:46.6629682Z 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-09-27T15:22:46.6630729Z 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-09-27T15:22:46.6632061Z 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-09-27T15:22:46.6633085Z 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-09-27T15:22:46.6634386Z 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-09-27T15:22:46.6635454Z 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-09-27T15:22:46.6636789Z 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-09-27T15:22:46.6638802Z 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-09-27T15:22:46.6639780Z 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-09-27T15:22:46.6640682Z 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-09-27T15:22:46.6641688Z 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-09-27T15:22:46.6642637Z 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-09-27T15:22:46.6643578Z 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-09-27T15:22:46.6644542Z 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-09-27T15:22:46.6645589Z 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-09-27T15:22:46.6646613Z 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-09-27T15:22:46.6647595Z 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-09-27T15:22:46.6648774Z 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-09-27T15:22:46.6649849Z 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-09-27T15:22:46.6650747Z 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-09-27T15:22:46.6651790Z 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-09-27T15:22:46.6652726Z 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-09-27T15:22:46.6653805Z 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-09-27T15:22:46.6654976Z 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-09-27T15:22:46.6656113Z 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-09-27T15:22:46.6657956Z 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-09-27T15:22:46.6658926Z 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-09-27T15:22:46.6660112Z 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-09-27T15:22:46.6661211Z 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-09-27T15:22:46.6662262Z 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-09-27T15:22:46.6663237Z 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-09-27T15:22:46.6664580Z 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-09-27T15:22:46.6665649Z 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-09-27T15:22:46.6666669Z 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-09-27T15:22:46.6667572Z 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-09-27T15:22:46.6668486Z 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-09-27T15:22:46.6669227Z 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-09-27T15:22:46.6670431Z 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-09-27T15:22:46.6671249Z 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-09-27T15:22:46.6673266Z 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-09-27T15:22:46.6674048Z 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-09-27T15:22:46.6674903Z 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-09-27T15:22:46.6675625Z 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-09-27T15:22:46.6676532Z 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-09-27T15:22:46.6677638Z 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-09-27T15:22:46.6678600Z 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-09-27T15:22:46.6679570Z 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-09-27T15:22:46.6680531Z 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-09-27T15:22:46.6681546Z 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-09-27T15:22:46.6682673Z 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-09-27T15:22:46.6684545Z 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-09-27T15:22:46.6685362Z 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-09-27T15:22:46.6686087Z 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-09-27T15:22:46.6686974Z 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-09-27T15:22:46.6688142Z 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-09-27T15:22:46.6689398Z 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-09-27T15:22:46.6690288Z 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-09-27T15:22:46.6691422Z 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-09-27T15:22:46.6692629Z 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-09-27T15:22:46.6693497Z 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-09-27T15:22:46.6694507Z 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-09-27T15:22:46.6695743Z 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-09-27T15:22:46.6696872Z 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-09-27T15:22:46.6697768Z 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-09-27T15:22:46.6698723Z 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-09-27T15:22:46.6699644Z 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-09-27T15:22:46.6700437Z 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-09-27T15:22:46.6701507Z 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-09-27T15:22:46.6702594Z 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-09-27T15:22:46.6703457Z 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-09-27T15:22:46.6704440Z 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-09-27T15:22:46.6705413Z 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-09-27T15:22:46.6706417Z 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-09-27T15:22:46.6707466Z 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-09-27T15:22:46.6709139Z 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-09-27T15:22:46.6710455Z 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-09-27T15:22:46.6711520Z 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-09-27T15:22:46.6712466Z 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-09-27T15:22:46.6713410Z 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-09-27T15:22:46.6714488Z 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-09-27T15:22:46.6715635Z 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-09-27T15:22:46.6716685Z 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-09-27T15:22:46.6717618Z 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-09-27T15:22:46.6718544Z 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-09-27T15:22:46.6719533Z 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-09-27T15:22:46.6720496Z 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-09-27T15:22:46.6721312Z 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-09-27T15:22:46.6722199Z 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-09-27T15:22:46.6723516Z 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-09-27T15:22:46.6724760Z 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-09-27T15:22:46.6725731Z 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-09-27T15:22:46.6726702Z 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-09-27T15:22:46.6727651Z 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-09-27T15:22:46.6728780Z 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-09-27T15:22:46.6729705Z 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-09-27T15:22:46.6730779Z 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-09-27T15:22:46.6731773Z 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-09-27T15:22:46.6733204Z 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-09-27T15:22:46.6734266Z 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-09-27T15:22:46.6735773Z 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-09-27T15:22:46.6736825Z 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-09-27T15:22:46.6737518Z 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-09-27T15:22:46.6738196Z 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-09-27T15:22:46.6739187Z 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-09-27T15:22:46.6740313Z 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-09-27T15:22:46.6741245Z 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-09-27T15:22:46.6742338Z 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-09-27T15:22:46.6743256Z 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-09-27T15:22:46.6744554Z 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-09-27T15:22:46.6745705Z 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-09-27T15:22:46.6746653Z 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-09-27T15:22:46.6747654Z 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-09-27T15:22:46.6748594Z 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-09-27T15:22:46.6749496Z 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-09-27T15:22:46.6750442Z 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-09-27T15:22:46.6751658Z 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-09-27T15:22:46.6752649Z 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-09-27T15:22:46.6753576Z 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-09-27T15:22:46.6754517Z 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-09-27T15:22:46.6755673Z 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-09-27T15:22:46.6756670Z 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-09-27T15:22:46.6757656Z 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-09-27T15:22:46.6758585Z 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-09-27T15:22:46.6759711Z 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-09-27T15:22:46.6760765Z 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-09-27T15:22:46.6761786Z 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-09-27T15:22:46.6762898Z 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-09-27T15:22:46.6763930Z 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-09-27T15:22:46.6764994Z 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-09-27T15:22:46.6766153Z 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-09-27T15:22:46.6767163Z 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-09-27T15:22:46.6768126Z 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-09-27T15:22:46.6769090Z 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-09-27T15:22:46.6770034Z 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-09-27T15:22:46.6770981Z 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-09-27T15:22:46.6771957Z 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-09-27T15:22:46.6773118Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6774293Z 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-09-27T15:22:46.6775620Z 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-09-27T15:22:46.6776696Z 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-09-27T15:22:46.6777676Z 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-09-27T15:22:46.6778772Z 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-09-27T15:22:46.6779722Z 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-09-27T15:22:46.6780811Z 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-09-27T15:22:46.6781856Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6783031Z 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-09-27T15:22:46.6784098Z 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-09-27T15:22:46.6785110Z 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-09-27T15:22:46.6786112Z 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-09-27T15:22:46.6786986Z 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-09-27T15:22:46.6787809Z 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-09-27T15:22:46.6789055Z 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-09-27T15:22:46.6790749Z 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-09-27T15:22:46.6791837Z 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-09-27T15:22:46.6793189Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6794531Z 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-09-27T15:22:46.6795791Z 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-09-27T15:22:46.6796928Z 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-09-27T15:22:46.6798019Z 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-09-27T15:22:46.6799313Z 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-09-27T15:22:46.6800414Z 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-09-27T15:22:46.6801642Z 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-09-27T15:22:46.6803001Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6804439Z 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-09-27T15:22:46.6805711Z 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-09-27T15:22:46.6806803Z 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-09-27T15:22:46.6807850Z 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-09-27T15:22:46.6808845Z 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-09-27T15:22:46.6809961Z 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-09-27T15:22:46.6811371Z 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-09-27T15:22:46.6812572Z 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-09-27T15:22:46.6813846Z 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-09-27T15:22:46.6815226Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6816584Z 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-09-27T15:22:46.6818819Z 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-09-27T15:22:46.6819584Z 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-09-27T15:22:46.6820428Z 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-09-27T15:22:46.6821516Z 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-09-27T15:22:46.6822530Z 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-09-27T15:22:46.6824027Z 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-09-27T15:22:46.6825266Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6826016Z 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-09-27T15:22:46.6827285Z 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-09-27T15:22:46.6828417Z 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-09-27T15:22:46.6829631Z 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-09-27T15:22:46.6830826Z 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-09-27T15:22:46.6832084Z 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-09-27T15:22:46.6832810Z 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-09-27T15:22:46.6833943Z 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-09-27T15:22:46.6834948Z 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-09-27T15:22:46.6836568Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6837627Z 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-09-27T15:22:46.6838859Z 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-09-27T15:22:46.6839891Z 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-09-27T15:22:46.6841073Z 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-09-27T15:22:46.6842207Z 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-09-27T15:22:46.6843523Z 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-09-27T15:22:46.6844670Z 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-09-27T15:22:46.6846028Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6847071Z 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-09-27T15:22:46.6848093Z 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-09-27T15:22:46.6849039Z 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-09-27T15:22:46.6851390Z 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-09-27T15:22:46.6852039Z 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-09-27T15:22:46.6852747Z 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-09-27T15:22:46.6854012Z 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-09-27T15:22:46.6855137Z 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-09-27T15:22:46.6856811Z 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-09-27T15:22:46.6857592Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6859740Z 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-09-27T15:22:46.6860964Z 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-09-27T15:22:46.6861793Z 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-09-27T15:22:46.6862859Z 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-09-27T15:22:46.6863917Z 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-09-27T15:22:46.6864895Z 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-09-27T15:22:46.6865905Z 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-09-27T15:22:46.6866964Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6868075Z 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-09-27T15:22:46.6868793Z 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-09-27T15:22:46.6869793Z 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-09-27T15:22:46.6870731Z 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-09-27T15:22:46.6871865Z 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-09-27T15:22:46.6872686Z 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-09-27T15:22:46.6873832Z 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-09-27T15:22:46.6875096Z 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-09-27T15:22:46.6876032Z 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-09-27T15:22:46.6877149Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6878342Z 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-09-27T15:22:46.6879326Z 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-09-27T15:22:46.6880615Z 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-09-27T15:22:46.6881272Z 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-09-27T15:22:46.6882488Z 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-09-27T15:22:46.6883416Z 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-09-27T15:22:46.6884466Z 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-09-27T15:22:46.6885752Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6886997Z 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-09-27T15:22:46.6887821Z 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-09-27T15:22:46.6888698Z 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-09-27T15:22:46.6889660Z 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-09-27T15:22:46.6890603Z 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-09-27T15:22:46.6891609Z 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-09-27T15:22:46.6892514Z 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-09-27T15:22:46.6893484Z 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-09-27T15:22:46.6894405Z 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-09-27T15:22:46.6895804Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6897346Z 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-09-27T15:22:46.6898687Z 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-09-27T15:22:46.6899667Z 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-09-27T15:22:46.6900799Z 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-09-27T15:22:46.6901775Z 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-09-27T15:22:46.6902963Z 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-09-27T15:22:46.6903947Z 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-09-27T15:22:46.6905075Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-09-27T15:22:46.6906100Z 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-09-27T15:22:46.6907205Z 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-09-27T15:22:46.6908209Z 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-09-27T15:22:46.6909210Z 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-09-27T15:22:46.6910246Z 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-09-27T15:22:46.6911047Z 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-09-27T15:22:46.6911955Z 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-09-27T15:22:46.6913115Z 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-09-27T15:22:46.6914099Z 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-09-27T15:22:46.6915136Z 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-09-27T15:22:46.6915947Z 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-09-27T15:22:46.6916891Z 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-09-27T15:22:46.6917944Z 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-09-27T15:22:46.6919354Z 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-09-27T15:22:46.6920368Z 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-09-27T15:22:46.6921242Z 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-09-27T15:22:46.6922240Z 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-09-27T15:22:46.6923209Z 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-09-27T15:22:46.6925113Z 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-09-27T15:22:46.6925902Z 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-09-27T15:22:46.6926994Z 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-09-27T15:22:46.6927916Z 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-09-27T15:22:46.6928566Z 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-09-27T15:22:46.6929335Z 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-09-27T15:22:46.6930600Z 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-09-27T15:22:46.6931121Z 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-09-27T15:22:46.6932231Z 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-09-27T15:22:46.6933262Z 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-09-27T15:22:46.6934152Z 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-09-27T15:22:46.6935561Z 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-09-27T15:22:46.6936770Z 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-09-27T15:22:46.6937533Z 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-09-27T15:22:46.6938582Z 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-09-27T15:22:46.6939667Z 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-09-27T15:22:46.6940578Z 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-09-27T15:22:46.6941706Z 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-09-27T15:22:46.6942611Z 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-09-27T15:22:46.6943785Z 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-09-27T15:22:46.6944847Z 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-09-27T15:22:46.6945891Z 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-09-27T15:22:46.6946784Z 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-09-27T15:22:46.6947740Z 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-09-27T15:22:46.6948927Z 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-09-27T15:22:46.6949879Z 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-09-27T15:22:46.6950925Z 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-09-27T15:22:46.6951854Z 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-09-27T15:22:46.6952878Z 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-09-27T15:22:46.6954075Z 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-09-27T15:22:46.6954884Z 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-09-27T15:22:46.6955855Z 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-09-27T15:22:46.6956966Z 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-09-27T15:22:46.6957890Z 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-09-27T15:22:46.6958752Z 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-09-27T15:22:46.6959685Z 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-09-27T15:22:46.6960433Z 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-09-27T15:22:46.6961593Z 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-09-27T15:22:46.6962465Z 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-09-27T15:22:46.6963609Z 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-09-27T15:22:46.6964423Z 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-09-27T15:22:46.6965521Z 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-09-27T15:22:46.6966495Z 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-09-27T15:22:46.6967406Z 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-09-27T15:22:46.6968229Z 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-09-27T15:22:46.6969378Z 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-09-27T15:22:46.6970251Z 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-09-27T15:22:46.6971394Z 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-09-27T15:22:46.6972284Z 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-09-27T15:22:46.6973322Z 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-09-27T15:22:46.6974149Z 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-09-27T15:22:46.6975331Z 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-09-27T15:22:46.6975828Z 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-09-27T15:22:46.6977619Z 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-09-27T15:22:46.6978554Z 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-09-27T15:22:46.6979469Z 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-09-27T15:22:46.6980680Z 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-09-27T15:22:46.6981394Z 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-09-27T15:22:46.6982549Z 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-09-27T15:22:46.6983941Z 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-09-27T15:22:46.6984967Z 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-09-27T15:22:46.6985627Z 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-09-27T15:22:46.6986732Z 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-09-27T15:22:46.6987734Z 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-09-27T15:22:46.6988597Z 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-09-27T15:22:46.6989302Z 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-09-27T15:22:46.6990263Z 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-09-27T15:22:46.6991246Z 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-09-27T15:22:46.6992067Z 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-09-27T15:22:46.6992910Z 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-09-27T15:22:46.6993841Z 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-09-27T15:22:46.6994751Z 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-09-27T15:22:46.6995573Z 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-09-27T15:22:46.6996560Z 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-09-27T15:22:46.6997348Z 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-09-27T15:22:46.6998292Z 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-09-27T15:22:46.6999157Z 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-09-27T15:22:46.7000124Z 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-09-27T15:22:46.7001155Z 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-09-27T15:22:46.7002158Z 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-09-27T15:22:46.7002992Z 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-09-27T15:22:46.7004088Z 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-09-27T15:22:46.7005166Z 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-09-27T15:22:46.7006425Z 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-09-27T15:22:46.7007189Z 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-09-27T15:22:46.7008311Z 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-09-27T15:22:46.7009363Z 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-09-27T15:22:46.7010012Z 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-09-27T15:22:46.7010940Z 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-09-27T15:22:46.7012336Z 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-09-27T15:22:46.7013325Z 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-09-27T15:22:46.7014182Z 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-09-27T15:22:46.7014828Z 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-09-27T15:22:46.7020774Z 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-09-27T15:22:46.7021363Z 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-09-27T15:22:46.7021843Z 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-09-27T15:22:46.7022508Z 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-09-27T15:22:46.7022910Z 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-09-27T15:22:46.7023377Z 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-09-27T15:22:46.7023818Z 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-09-27T15:22:46.7024434Z 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-09-27T15:22:46.7025042Z 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-09-27T15:22:46.7026898Z 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-09-27T15:22:46.7027686Z 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-09-27T15:22:46.7032399Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-09-27T15:22:46.7032807Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-09-27T15:22:46.7033782Z 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-09-27T15:22:46.7035048Z 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-09-27T15:22:46.7036104Z 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-09-27T15:22:46.7037460Z 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-09-27T15:22:46.7038673Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-09-27T15:22:46.7039357Z 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-09-27T15:22:46.7040903Z 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-09-27T15:22:46.7041819Z 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-09-27T15:22:46.7042897Z 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-09-27T15:22:46.7044964Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:22:46.7045586Z 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-09-27T15:22:46.7046649Z 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-09-27T15:22:46.7047485Z 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-09-27T15:22:46.7048933Z 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-09-27T15:22:46.7049739Z 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-09-27T15:22:46.7050813Z 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-09-27T15:22:46.7051726Z 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-09-27T15:22:46.7053703Z 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-09-27T15:22:46.7054347Z 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-09-27T15:22:46.7055435Z 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-09-27T15:22:46.7056110Z 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-09-27T15:22:46.7056970Z 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-09-27T15:22:46.7058917Z 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-09-27T15:22:46.7059282Z 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-09-27T15:22:46.7060583Z 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-09-27T15:22:46.7061313Z 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-09-27T15:22:46.7062149Z 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-09-27T15:22:46.7063401Z 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-09-27T15:22:46.7064418Z 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-09-27T15:22:46.7065320Z 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-09-27T15:22:46.7066685Z 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-09-27T15:22:46.7067646Z 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-09-27T15:22:46.7068455Z 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-09-27T15:22:46.7070595Z 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-09-27T15:22:46.7071058Z 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-09-27T15:22:46.7072683Z 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-09-27T15:22:46.7073680Z 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-09-27T15:22:46.7074414Z 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-09-27T15:22:46.7075307Z 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-09-27T15:22:46.7076346Z 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-09-27T15:22:46.7077234Z 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-09-27T15:22:46.7078111Z 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-09-27T15:22:46.7079423Z 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-09-27T15:22:46.7080112Z 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-09-27T15:22:46.7082410Z 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-09-27T15:22:46.7083121Z 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-09-27T15:22:46.7084139Z 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-09-27T15:22:46.7084550Z 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-09-27T15:22:46.7085617Z 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-09-27T15:22:46.7086497Z copying build/lib.linux-x86_64-cpython-37/torch/include/ATen/native/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-09-27T15:22:46.7087300Z 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-09-27T15:22:46.7088661Z 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-09-27T15:22:46.7089385Z 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-09-27T15:22:46.7090225Z 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-09-27T15:22:46.7091343Z 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-09-27T15:22:46.7091987Z 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-09-27T15:22:46.7093010Z 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-09-27T15:22:46.7093534Z 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-09-27T15:22:46.7094820Z 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-09-27T15:22:46.7095680Z 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-09-27T15:22:46.7096753Z 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-09-27T15:22:46.7097601Z 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-09-27T15:22:46.7098319Z 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-09-27T15:22:46.7099274Z 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-09-27T15:22:46.7100018Z 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-09-27T15:22:46.7101021Z 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-09-27T15:22:46.7102024Z 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-09-27T15:22:46.7102933Z 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-09-27T15:22:46.7103890Z 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-09-27T15:22:46.7105219Z 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-09-27T15:22:46.7105737Z 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-09-27T15:22:46.7106948Z 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-09-27T15:22:46.7107743Z 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-09-27T15:22:46.7109018Z 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-09-27T15:22:46.7109723Z 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-09-27T15:22:46.7110587Z 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-09-27T15:22:46.7111442Z 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-09-27T15:22:46.7112244Z 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-09-27T15:22:46.7113398Z 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-09-27T15:22:46.7113979Z 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-09-27T15:22:46.7115342Z 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-09-27T15:22:46.7115670Z 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-09-27T15:22:46.7117229Z 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-09-27T15:22:46.7117818Z 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-09-27T15:22:46.7118716Z 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-09-27T15:22:46.7119680Z 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-09-27T15:22:46.7120553Z 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-09-27T15:22:46.7121558Z 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-09-27T15:22:46.7122640Z 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-09-27T15:22:46.7123411Z 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-09-27T15:22:46.7124321Z 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-09-27T15:22:46.7125110Z 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-09-27T15:22:46.7125939Z 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-09-27T15:22:46.7127072Z 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-09-27T15:22:46.7128070Z 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-09-27T15:22:46.7128598Z 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-09-27T15:22:46.7130108Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-09-27T15:22:46.7131115Z 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-09-27T15:22:46.7132039Z 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-09-27T15:22:46.7133167Z 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-09-27T15:22:46.7133953Z 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-09-27T15:22:46.7134859Z 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-09-27T15:22:46.7136279Z 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-09-27T15:22:46.7137857Z 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-09-27T15:22:46.7138364Z 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-09-27T15:22:46.7139240Z 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-09-27T15:22:46.7140789Z 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-09-27T15:22:46.7141485Z 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-09-27T15:22:46.7142837Z 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-09-27T15:22:46.7143603Z 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-09-27T15:22:46.7160445Z 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-09-27T15:22:46.7161125Z 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-09-27T15:22:46.7161743Z 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-09-27T15:22:46.7162429Z 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-09-27T15:22:46.7163061Z 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-09-27T15:22:46.7163653Z 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-09-27T15:22:46.7164279Z 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-09-27T15:22:46.7164884Z 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-09-27T15:22:46.7165493Z 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-09-27T15:22:46.7166073Z 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-09-27T15:22:46.7166425Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-09-27T15:22:46.7167026Z 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-09-27T15:22:46.7167645Z 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-09-27T15:22:46.7168284Z 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-09-27T15:22:46.7168834Z 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-09-27T15:22:46.7169446Z 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-09-27T15:22:46.7170055Z 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-09-27T15:22:46.7170703Z 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-09-27T15:22:46.7171319Z 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-09-27T15:22:46.7172031Z 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-09-27T15:22:46.7172642Z 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-09-27T15:22:46.7173286Z 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-09-27T15:22:46.7173890Z 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-09-27T15:22:46.7174508Z 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-09-27T15:22:46.7175110Z 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-09-27T15:22:46.7175817Z 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-09-27T15:22:46.7176335Z 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-09-27T15:22:46.7176923Z 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-09-27T15:22:46.7177496Z 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-09-27T15:22:46.7178128Z 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-09-27T15:22:46.7178730Z 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-09-27T15:22:46.7179338Z 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-09-27T15:22:46.7179956Z 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-09-27T15:22:46.7180557Z 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-09-27T15:22:46.7181178Z 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-09-27T15:22:46.7181785Z 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-09-27T15:22:46.7182453Z 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-09-27T15:22:46.7183358Z 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-09-27T15:22:46.7184480Z 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-09-27T15:22:46.7185788Z 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-09-27T15:22:46.7186901Z 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-09-27T15:22:46.7188179Z 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-09-27T15:22:46.7189387Z 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-09-27T15:22:46.7192170Z 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-09-27T15:22:46.7193014Z 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-09-27T15:22:46.7194121Z 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-09-27T15:22:46.7195956Z 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-09-27T15:22:46.7197095Z 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-09-27T15:22:46.7198416Z 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-09-27T15:22:46.7199668Z 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-09-27T15:22:46.7201133Z 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-09-27T15:22:46.7202534Z 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-09-27T15:22:46.7204716Z 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-09-27T15:22:46.7205360Z 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-09-27T15:22:46.7205983Z 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-09-27T15:22:46.7207216Z 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-09-27T15:22:46.7208152Z 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-09-27T15:22:46.7209448Z 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-09-27T15:22:46.7210594Z 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-09-27T15:22:46.7211623Z 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-09-27T15:22:46.7212755Z 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-09-27T15:22:46.7213876Z 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-09-27T15:22:46.7215232Z 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-09-27T15:22:46.7216648Z 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-09-27T15:22:46.7218218Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-09-27T15:22:46.7219583Z 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-09-27T15:22:46.7220678Z 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-09-27T15:22:46.7222577Z 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-09-27T15:22:46.7223263Z 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-09-27T15:22:46.7224071Z 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-09-27T15:22:46.7225069Z 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-09-27T15:22:46.7226570Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-09-27T15:22:46.7227201Z 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-09-27T15:22:46.7228338Z 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-09-27T15:22:46.7229042Z 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-09-27T15:22:46.7230654Z 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-09-27T15:22:46.7231515Z 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-09-27T15:22:46.7233020Z 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-09-27T15:22:46.7233659Z 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-09-27T15:22:46.7234950Z 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-09-27T15:22:46.7235717Z 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-09-27T15:22:46.7237249Z 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-09-27T15:22:46.7238204Z 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-09-27T15:22:46.7239287Z 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-09-27T15:22:46.7240337Z 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-09-27T15:22:46.7241588Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-09-27T15:22:46.7242561Z 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-09-27T15:22:46.7243924Z 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-09-27T15:22:46.7247586Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-09-27T15:22:46.7247961Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7248710Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/bench_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7250109Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7251186Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cblas.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7252968Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/conversions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7253861Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cpu_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7254944Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/cpuid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7256127Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/eigen_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7257483Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7258669Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/fixed_divisor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7259675Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/knob_patcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7260859Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/knobs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7262039Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/map_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7263029Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math-detail.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7263949Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7265319Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/murmur_hash3.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7266551Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7267619Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7268770Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/proto_wrap.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7270063Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7271208Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/simple_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7272381Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/smart_tensor_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7273591Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7274844Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/zmq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-09-27T15:22:46.7276073Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7276966Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7278119Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/elementwise.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7279326Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/half_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7280403Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7281548Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7282612Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/math/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-09-27T15:22:46.7284090Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7284904Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7286172Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7287181Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7288442Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7289427Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7290603Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-09-27T15:22:46.7291750Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib 2022-09-27T15:22:46.7292828Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-09-27T15:22:46.7293836Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten/aten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-09-27T15:22:46.7295068Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/aten/aten_op_template.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-09-27T15:22:46.7297189Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7297877Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7298833Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7299950Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7301031Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7302274Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7303229Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7304377Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7305383Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7306478Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7307695Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7329217Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7330179Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7330880Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7331574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7332248Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7332868Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-09-27T15:22:46.7333239Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7333862Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7334499Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7335087Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7335762Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7336264Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7336876Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7337582Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7338231Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7338964Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/gloo/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-09-27T15:22:46.7339331Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-09-27T15:22:46.7339954Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-09-27T15:22:46.7340302Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-09-27T15:22:46.7340941Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/opencl/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-09-27T15:22:46.7341313Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-09-27T15:22:46.7341928Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-09-27T15:22:46.7342298Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:22:46.7342899Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-09-27T15:22:46.7343274Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:46.7343920Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:46.7344590Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:46.7345221Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-09-27T15:22:46.7345616Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-09-27T15:22:46.7346246Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-09-27T15:22:46.7346592Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7347167Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7347725Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7348644Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7349205Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_serializer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7349781Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/blob_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7350620Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7351449Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7352679Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7354061Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/common_omp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7355161Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7356432Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7357363Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/context_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7358432Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/cudnn_wrappers.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7360208Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7362116Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/distributions_stubs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7362734Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/event.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7363900Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/event_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7365382Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7366573Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7367653Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/flags.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7368896Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7370003Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7371021Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7372220Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/memonger.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7373262Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/module.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7374332Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7375526Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7376732Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_scheduling.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7378006Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7379074Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task_future.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7380276Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_task_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7381297Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_async_tracing.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7382461Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_dag_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7383571Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7384503Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_simple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7385646Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/net_simple_refcount.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7386909Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7387989Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7389102Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7390714Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7392085Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/operator_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7393471Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/plan_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7395253Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/prof_dag_counters.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7395823Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/qtensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7396989Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/qtensor_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7398017Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/scope_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7399280Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7400358Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7401470Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7402672Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/storage.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7404048Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7405277Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7406518Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/tensor_int8.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7407535Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7408807Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/timer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7409803Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7410804Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/types.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7412120Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7413200Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/macros.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-09-27T15:22:46.7415011Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-09-27T15:22:46.7415802Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip/common_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-09-27T15:22:46.7417196Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/hip/miopen_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-09-27T15:22:46.7418385Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph 2022-09-27T15:22:46.7419595Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include 2022-09-27T15:22:46.7420576Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-09-27T15:22:46.7421747Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:22:46.7422626Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-09-27T15:22:46.7424168Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:46.7424941Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:46.7427002Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:46.7427480Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-09-27T15:22:46.7428935Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:46.7429467Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:46.7430641Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:46.7431761Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:46.7432834Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:46.7433890Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-09-27T15:22:46.7435414Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:46.7435999Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:46.7437166Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:46.7437823Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-09-27T15:22:46.7439193Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:22:46.7439626Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:22:46.7441105Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-09-27T15:22:46.7442187Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:22:46.7442911Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:22:46.7443568Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-09-27T15:22:46.7444869Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:22:46.7445240Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-09-27T15:22:46.7446775Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-09-27T15:22:46.7447494Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/cuda_rtc/common_rtc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-09-27T15:22:46.7448870Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-09-27T15:22:46.7449458Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/db/create_db_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-09-27T15:22:46.7450377Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7450962Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/file_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7452622Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/file_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7453148Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/redis_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7454120Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/redis_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7454678Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7455725Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/distributed/store_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-09-27T15:22:46.7456971Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments 2022-09-27T15:22:46.7457642Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7458792Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7459501Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7460354Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7461306Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7462155Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7463007Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7464195Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7464713Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-09-27T15:22:46.7466134Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-09-27T15:22:46.7466526Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/ideep_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-09-27T15:22:46.7467902Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:22:46.7468672Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:22:46.7469689Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:22:46.7470693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-09-27T15:22:46.7471892Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-09-27T15:22:46.7472301Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils/ideep_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-09-27T15:22:46.7473342Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/ideep/utils/ideep_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-09-27T15:22:46.7474365Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-09-27T15:22:46.7475437Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image/image_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-09-27T15:22:46.7478504Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/image/transform_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-09-27T15:22:46.7478782Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile 2022-09-27T15:22:46.7479224Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib 2022-09-27T15:22:46.7479699Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:46.7480203Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:46.7481766Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:46.7482572Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-09-27T15:22:46.7483531Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:46.7484028Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:46.7485326Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:46.7485953Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:46.7487397Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:46.7489626Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-09-27T15:22:46.7489920Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-09-27T15:22:46.7490632Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:22:46.7491407Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-09-27T15:22:46.7492828Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7493245Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7495155Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7496181Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7497991Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7498886Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7500229Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-09-27T15:22:46.7501185Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-09-27T15:22:46.7501922Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:22:46.7502947Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-09-27T15:22:46.7504530Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:22:46.7505101Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:22:46.7505799Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-09-27T15:22:46.7508664Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:46.7509041Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:46.7510924Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:46.7511330Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-09-27T15:22:46.7512828Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:22:46.7513185Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-09-27T15:22:46.7514855Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:22:46.7515444Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:22:46.7516294Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-09-27T15:22:46.7517338Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-09-27T15:22:46.7517921Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi/mpi_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-09-27T15:22:46.7518753Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/mpi/mpi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-09-27T15:22:46.7520017Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:22:46.7520688Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:22:46.7521638Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/profile_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:22:46.7522645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/runcnt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:22:46.7523372Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/observers/time_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-09-27T15:22:46.7524507Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7524820Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7526153Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/backend_rep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7527021Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7527783Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7529374Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/offline_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7529962Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnx_exporter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7531419Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7531816Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/onnxifi_init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-09-27T15:22:46.7533486Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:46.7533991Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:46.7534673Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:46.7535771Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/onnx/torch_ops/schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-09-27T15:22:46.7538221Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7538850Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/abs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7539960Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/accumulate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7540696Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7541580Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/acos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7542415Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/activation_ops_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7543200Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/affine_channel_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7543933Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/alias_with_name.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7545016Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/apmeter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7545729Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/arg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7546537Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/asin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7547301Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/assert_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7548204Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/async_net_barrier_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7549016Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/atan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7549953Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_box_cox_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7550498Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7552278Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7552608Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7554031Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7554796Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_permutation_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7555604Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7557394Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bbox_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7558007Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bisect_percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7558765Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/boolean_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7559666Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/boolean_unmask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7560588Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7561551Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7562592Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7563546Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cast_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7564531Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cbrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7565631Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7566475Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ceil_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7567439Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7568368Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7569352Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/channel_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7570170Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/clip_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7571450Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7572272Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/concat_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7573356Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conditional_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7574087Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7575198Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7576560Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7578094Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_op_shared.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7579215Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_pool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7580165Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7581031Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7582418Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7583198Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7584245Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7585216Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/copy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7586008Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7587008Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7587616Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cosh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7588779Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7589468Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/counter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7590566Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/create_scope_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7591221Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cross_entropy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7592406Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7593176Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7594005Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/cube_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7595036Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/data_couple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7595996Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dataset_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7596942Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/deform_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7597840Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/deform_conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7599324Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7600082Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/distance_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7600857Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/do_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7601696Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/dropout_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7602468Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7603545Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_div_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7605229Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7605800Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_logical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7606229Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_mul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7606971Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_op_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7607857Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7609302Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7609934Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elementwise_sub_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7610730Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/elu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7611678Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/enforce_finite_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7612599Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ensure_clipped_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7613569Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7614635Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/erf_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7615928Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/exp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7616926Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/expand_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7618042Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7619225Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fc_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7620450Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/feature_maps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7622030Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/feed_blob_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7623063Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/filler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7624538Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7625737Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/find_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7626841Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7627987Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/flexible_top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7629127Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/floor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7630244Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/free_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7631379Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fully_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7632581Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7633921Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7635215Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7636597Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7637750Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7638865Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7640238Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7641316Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7642664Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7643837Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7645987Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7647073Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7648358Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7649580Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7650521Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/glu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7651693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/group_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7652968Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/gru_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7654321Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/h_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7655511Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/half_float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7656484Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hard_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7658769Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7659496Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7660685Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/if_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7661480Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/im2col_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7663066Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/index_hash_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7663854Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7665110Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/inference_lstm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7666099Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/instance_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7668277Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/integral_image_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7668724Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/is_empty_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7669326Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/jsd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7670313Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/key_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7671268Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/layer_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7672417Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7673390Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/length_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7674755Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7675732Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7676726Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7678761Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7679756Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7680569Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7681682Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lengths_top_k_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7682840Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/listwise_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7683919Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/load_save_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7685322Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/load_save_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7686563Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/local_response_normalization_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7687642Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7689008Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7690074Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/locally_connected_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7691256Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/log1p_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7692479Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/log_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7693486Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/logit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7694552Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7695944Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lpnorm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7697040Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lstm_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7698453Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/lstm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7699574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/map_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7700827Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7702041Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7703085Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7704335Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7705430Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mean_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7706561Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/merge_id_lists_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7707748Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/minmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7708940Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7710029Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/mod_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7711108Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7712377Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7713334Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/negate_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7714532Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/negative_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7716038Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/ngram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7716978Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/no_default_engine_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7718479Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/normalize_l1_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7719425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7721634Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/numpy_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7722699Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7723858Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/onnx_while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7725055Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/op_utils_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7726396Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/operator_fallback_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7727564Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/order_switch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7728645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7729818Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pack_segments.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7731895Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7732542Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/partition_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7733508Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7734766Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/perplexity_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7735993Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7738005Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7739065Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pool_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7740210Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/pow_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7741422Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prefetch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7742574Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7744521Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/prepend_dim_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7745155Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quant_decode_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7746423Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7747604Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rank_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7748693Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reciprocal_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7749776Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7751095Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7752276Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7753498Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reducer_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7754835Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reduction_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7755848Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/relu_n_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7757053Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7758367Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/remove_data_blocks_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7759560Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/replace_nan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7760570Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7761765Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/resize_3d_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7763026Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/resize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7764358Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7765477Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rmac_regions_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7766474Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rms_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7767760Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7768856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7770097Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7771194Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_align_rotated_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7772532Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/roi_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7773571Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rowmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7774739Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rsqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7776147Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/scale_blobs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7777177Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7778450Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/segment_reduction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7780293Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/self_binning_histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7781380Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/selu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7782622Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7783814Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/shape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7784974Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7786096Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7787236Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sinh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7788520Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7789570Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7790730Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7792033Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7793306Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7794461Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softplus_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7795494Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/softsign_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7796617Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/space_batch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7797920Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7800715Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7801593Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7802597Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7803720Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7804934Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7806131Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7807486Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sqr_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7808579Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7809645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/sqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7811226Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/square_root_divide_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7812259Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stats_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7813412Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stop_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7814473Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/string_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7815795Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/stump_func_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7816979Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/summarize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7818079Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/swish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7819482Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7820645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tanh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7821587Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tensor_protos_db_input.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7822687Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/text_file_reader_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7823845Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/thresholded_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7824926Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7826182Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7827480Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7828525Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/tt_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7829702Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7830881Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/unsafe_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7832068Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/upsample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7833238Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/utility_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7835108Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7836144Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7837250Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/weighted_sample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7838405Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7839539Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/zero_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-09-27T15:22:46.7841248Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-09-27T15:22:46.7841853Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-09-27T15:22:46.7843909Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7844822Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7845694Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7846970Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7848204Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7849237Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7850566Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-09-27T15:22:46.7851900Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:22:46.7852756Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-09-27T15:22:46.7854545Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7855695Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7856768Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7857937Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7859099Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7860113Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7861419Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7862454Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7863545Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7864713Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7865728Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7866987Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7867917Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7868786Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7870442Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7871200Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7872391Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7873232Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7874661Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7875871Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_simd.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7876862Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7878037Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7879074Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7880565Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7881740Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/operators/quantized/int8_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-09-27T15:22:46.7883461Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7884486Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/annotations.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7885613Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/backend_cutting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7886709Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/backend_transformer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7887860Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/bound_shape_inferencer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7889015Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/converter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7889862Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7891228Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7892309Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/fakefp16_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7893236Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7894447Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/glow_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7895570Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7896698Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnx_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7898867Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnxifi_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7899930Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/onnxifi_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7901219Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/optimize_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7902428Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7903579Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/passes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7904618Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/shape_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7905930Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/tvm_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-09-27T15:22:46.7907250Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:22:46.7908271Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/cc_amrc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:22:46.7909465Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/concat_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:22:46.7910729Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:22:46.7911756Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:22:46.7912913Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/custom/pointwise_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-09-27T15:22:46.7914036Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-09-27T15:22:46.7914862Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql/ast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-09-27T15:22:46.7916148Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/opt/nql/graphmatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-09-27T15:22:46.7917722Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7918263Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7919352Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7920000Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7920938Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7921970Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7922955Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7923999Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7924803Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7925752Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7926495Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7927652Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7928318Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7929962Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/perfkernels/typed_axpy.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-09-27T15:22:46.7930850Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7931358Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/InferenceGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7932857Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7933583Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7934399Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor_config.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7935494Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/predictor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7936370Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-09-27T15:22:46.7937511Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7938190Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7939419Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/data_filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7940013Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/emulator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7940900Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/net_supplier.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7941920Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7942590Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7943279Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7943912Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/time_profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7944586Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/predictor/emulator/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-09-27T15:22:46.7945150Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:22:46.7945837Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:22:46.7946856Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/torch_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:22:46.7947547Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/torch.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:22:46.7949592Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/proto/caffe2.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-09-27T15:22:46.7954000Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:22:46.7954738Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:22:46.7955257Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:22:46.7956294Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state_dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:22:46.7957896Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/python/pybind_state_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-09-27T15:22:46.7958701Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization 2022-09-27T15:22:46.7959664Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7960417Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7961979Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7962466Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7963645Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7964408Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7965318Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7966406Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7967933Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7968386Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7969399Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7970758Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/conv_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7972024Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7972776Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7973918Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7975104Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7976720Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7977391Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7978280Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7982053Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7982546Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7983010Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7983509Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7984031Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7984479Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7984967Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7986606Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7987060Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7988784Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7989373Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7990140Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7991157Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7992220Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/kl_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7992793Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/l2_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7993786Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7994710Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/mmio.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7995875Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/op_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7996495Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7997607Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7998403Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.7999211Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8000261Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8000916Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8001954Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8002796Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8003807Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8005240Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8005849Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-09-27T15:22:46.8007454Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:22:46.8007802Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/blobs_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:22:46.8008791Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/blobs_queue_db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:22:46.8009704Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:22:46.8010765Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/rebatching_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:22:46.8011466Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/queue/rebatching_queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-09-27T15:22:46.8012660Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-09-27T15:22:46.8013088Z 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-09-27T15:22:46.8015522Z 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-09-27T15:22:46.8016215Z 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-09-27T15:22:46.8017049Z 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-09-27T15:22:46.8018620Z 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-09-27T15:22:46.8019074Z 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-09-27T15:22:46.8019992Z 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-09-27T15:22:46.8021602Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8022338Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adadelta_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8023309Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8024333Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8025352Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/adam_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8026523Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/clip_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8027422Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/decay_adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8028425Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8029424Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8030419Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/ftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8031332Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/gftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8032632Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/iter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8033395Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/lars_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8034718Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8035508Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8036551Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/learning_rate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8037978Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/math_lp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8038983Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8039765Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rmsprop_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8041004Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8042250Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/rowwise_counter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8043173Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/storm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8044507Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/weight_scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8044963Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/wngrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8046255Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/sgd/yellowfin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-09-27T15:22:46.8047751Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share 2022-09-27T15:22:46.8048147Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib 2022-09-27T15:22:46.8049001Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:22:46.8049544Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-09-27T15:22:46.8051150Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:22:46.8051617Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:22:46.8052635Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:22:46.8053736Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/pattern_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:22:46.8054787Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/transforms/single_op_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-09-27T15:22:46.8055792Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:22:46.8056567Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/optical_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:22:46.8058129Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_decoder.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:22:46.8059153Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:22:46.8060365Z copying build/lib.linux-x86_64-cpython-37/torch/include/caffe2/video/video_io.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-09-27T15:22:46.8061330Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-09-27T15:22:46.8062026Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-09-27T15:22:46.8062599Z 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-09-27T15:22:46.8063812Z 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-09-27T15:22:46.8064963Z 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-09-27T15:22:46.8065945Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:22:46.8066703Z 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-09-27T15:22:46.8068022Z 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-09-27T15:22:46.8068781Z 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-09-27T15:22:46.8069629Z 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-09-27T15:22:46.8070711Z 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-09-27T15:22:46.8072166Z 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-09-27T15:22:46.8072646Z 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-09-27T15:22:46.8073566Z 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-09-27T15:22:46.8075086Z 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-09-27T15:22:46.8075774Z 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-09-27T15:22:46.8076545Z 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-09-27T15:22:46.8077779Z 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-09-27T15:22:46.8078662Z 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-09-27T15:22:46.8080120Z 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-09-27T15:22:46.8081079Z 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-09-27T15:22:46.8082509Z 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-09-27T15:22:46.8083197Z 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-09-27T15:22:46.8084210Z 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-09-27T15:22:46.8084874Z 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-09-27T15:22:46.8085989Z 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-09-27T15:22:46.8086602Z 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-09-27T15:22:46.8087870Z 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-09-27T15:22:46.8088492Z 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-09-27T15:22:46.8089800Z 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-09-27T15:22:46.8090589Z 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-09-27T15:22:46.8091345Z 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-09-27T15:22:46.8092566Z 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-09-27T15:22:46.8093407Z 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-09-27T15:22:46.8094764Z 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-09-27T15:22:46.8095771Z 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-09-27T15:22:46.8096594Z 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-09-27T15:22:46.8097642Z 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-09-27T15:22:46.8098147Z 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-09-27T15:22:46.8099554Z 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-09-27T15:22:46.8100732Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymFloatNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:22:46.8101761Z 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-09-27T15:22:46.8102915Z 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-09-27T15:22:46.8104048Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10/core/SymIntNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-09-27T15:22:46.8104800Z 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-09-27T15:22:46.8106942Z 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-09-27T15:22:46.8108312Z 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-09-27T15:22:46.8109346Z 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-09-27T15:22:46.8110447Z 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-09-27T15:22:46.8111567Z 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-09-27T15:22:46.8113163Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-09-27T15:22:46.8115867Z 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-09-27T15:22:46.8116468Z 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-09-27T15:22:46.8117059Z 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-09-27T15:22:46.8117693Z 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-09-27T15:22:46.8118600Z 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-09-27T15:22:46.8119549Z 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-09-27T15:22:46.8120928Z 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-09-27T15:22:46.8121744Z 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-09-27T15:22:46.8123027Z 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-09-27T15:22:46.8124238Z 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-09-27T15:22:46.8125313Z 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-09-27T15:22:46.8126362Z 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-09-27T15:22:46.8127506Z 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-09-27T15:22:46.8130032Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-09-27T15:22:46.8131378Z 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-09-27T15:22:46.8131850Z 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-09-27T15:22:46.8132434Z 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-09-27T15:22:46.8133094Z 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-09-27T15:22:46.8134681Z 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-09-27T15:22:46.8135552Z 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-09-27T15:22:46.8136355Z 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-09-27T15:22:46.8138043Z 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-09-27T15:22:46.8138686Z 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-09-27T15:22:46.8140603Z 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-09-27T15:22:46.8141345Z 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-09-27T15:22:46.8142157Z 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-09-27T15:22:46.8143029Z 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-09-27T15:22:46.8144204Z 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-09-27T15:22:46.8144938Z 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-09-27T15:22:46.8146228Z 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-09-27T15:22:46.8147358Z 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-09-27T15:22:46.8148089Z 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-09-27T15:22:46.8149340Z 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-09-27T15:22:46.8150118Z 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-09-27T15:22:46.8151104Z 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-09-27T15:22:46.8152334Z 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-09-27T15:22:46.8152971Z 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-09-27T15:22:46.8154293Z 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-09-27T15:22:46.8155182Z 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-09-27T15:22:46.8156106Z 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-09-27T15:22:46.8156977Z 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-09-27T15:22:46.8158036Z 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-09-27T15:22:46.8159028Z 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-09-27T15:22:46.8160644Z 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-09-27T15:22:46.8161456Z 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-09-27T15:22:46.8162459Z 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-09-27T15:22:46.8163715Z 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-09-27T15:22:46.8165047Z 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-09-27T15:22:46.8166345Z 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-09-27T15:22:46.8167300Z 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-09-27T15:22:46.8168579Z 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-09-27T15:22:46.8169582Z 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-09-27T15:22:46.8170856Z 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-09-27T15:22:46.8171686Z 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-09-27T15:22:46.8172819Z 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-09-27T15:22:46.8173845Z 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-09-27T15:22:46.8175138Z 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-09-27T15:22:46.8176488Z 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-09-27T15:22:46.8177530Z 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-09-27T15:22:46.8178534Z 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-09-27T15:22:46.8179657Z 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-09-27T15:22:46.8180788Z 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-09-27T15:22:46.8182075Z 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-09-27T15:22:46.8183283Z 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-09-27T15:22:46.8184433Z 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-09-27T15:22:46.8185592Z 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-09-27T15:22:46.8186788Z 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-09-27T15:22:46.8188028Z 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-09-27T15:22:46.8189184Z 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-09-27T15:22:46.8191020Z 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-09-27T15:22:46.8192136Z 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-09-27T15:22:46.8193126Z 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-09-27T15:22:46.8194387Z 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-09-27T15:22:46.8195818Z 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-09-27T15:22:46.8196992Z 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-09-27T15:22:46.8198465Z 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-09-27T15:22:46.8199572Z 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-09-27T15:22:46.8200929Z 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-09-27T15:22:46.8202133Z 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-09-27T15:22:46.8203380Z 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-09-27T15:22:46.8205278Z 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-09-27T15:22:46.8206455Z 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-09-27T15:22:46.8207602Z 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-09-27T15:22:46.8208686Z 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-09-27T15:22:46.8209803Z 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-09-27T15:22:46.8211558Z 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-09-27T15:22:46.8212776Z 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-09-27T15:22:46.8213721Z 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-09-27T15:22:46.8215064Z 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-09-27T15:22:46.8216859Z 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-09-27T15:22:46.8218360Z 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-09-27T15:22:46.8219747Z 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-09-27T15:22:46.8221032Z 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-09-27T15:22:46.8222136Z 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-09-27T15:22:46.8223580Z 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-09-27T15:22:46.8225262Z 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-09-27T15:22:46.8226301Z 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-09-27T15:22:46.8227359Z 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-09-27T15:22:46.8228701Z 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-09-27T15:22:46.8230897Z 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-09-27T15:22:46.8231947Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-09-27T15:22:46.8232668Z 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-09-27T15:22:46.8233976Z 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-09-27T15:22:46.8234927Z 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-09-27T15:22:46.8235741Z 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-09-27T15:22:46.8237349Z 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-09-27T15:22:46.8238254Z 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-09-27T15:22:46.8240278Z 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-09-27T15:22:46.8241171Z 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-09-27T15:22:46.8242145Z 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-09-27T15:22:46.8243215Z 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-09-27T15:22:46.8244797Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-09-27T15:22:46.8245602Z 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-09-27T15:22:46.8246881Z 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-09-27T15:22:46.8248468Z creating build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8249432Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8250739Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8251571Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8252641Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8253776Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8254704Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8256105Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8257201Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8258233Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8259368Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8260444Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8261476Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8262623Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8263583Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8264699Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8265793Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8266902Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8268622Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8269686Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8270902Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8272267Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8273381Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8274412Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8275530Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8276522Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8278430Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8279703Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8280850Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8281849Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8283020Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8284181Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8285259Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8286777Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8287851Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8289145Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8290194Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8291241Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8292310Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8293657Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8294798Z copying build/lib.linux-x86_64-cpython-37/torch/include/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/c10d 2022-09-27T15:22:46.8296213Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:22:46.8297048Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:22:46.8298334Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:22:46.8299442Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:22:46.8300589Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-09-27T15:22:46.8302106Z 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-09-27T15:22:46.8303649Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-09-27T15:22:46.8304601Z 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-09-27T15:22:46.8305784Z 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-09-27T15:22:46.8306869Z 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-09-27T15:22:46.8308036Z 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-09-27T15:22:46.8308981Z 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-09-27T15:22:46.8310017Z 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-09-27T15:22:46.8311198Z 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-09-27T15:22:46.8312371Z 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-09-27T15:22:46.8313488Z 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-09-27T15:22:46.8314402Z 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-09-27T15:22:46.8315347Z 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-09-27T15:22:46.8316519Z 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-09-27T15:22:46.8317647Z 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-09-27T15:22:46.8318592Z 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-09-27T15:22:46.8319592Z 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-09-27T15:22:46.8321378Z 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-09-27T15:22:46.8322647Z 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-09-27T15:22:46.8323634Z 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-09-27T15:22:46.8325101Z 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-09-27T15:22:46.8326157Z 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-09-27T15:22:46.8327331Z 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-09-27T15:22:46.8328720Z 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-09-27T15:22:46.8329709Z 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-09-27T15:22:46.8330790Z 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-09-27T15:22:46.8331887Z 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-09-27T15:22:46.8332992Z 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-09-27T15:22:46.8334026Z 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-09-27T15:22:46.8335062Z 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-09-27T15:22:46.8336614Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-09-27T15:22:46.8337811Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-09-27T15:22:46.8338973Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-09-27T15:22:46.8339903Z 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-09-27T15:22:46.8341253Z 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-09-27T15:22:46.8342277Z 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-09-27T15:22:46.8343322Z 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-09-27T15:22:46.8345094Z 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-09-27T15:22:46.8346149Z 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-09-27T15:22:46.8347365Z 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-09-27T15:22:46.8348431Z 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-09-27T15:22:46.8349626Z 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-09-27T15:22:46.8350683Z 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-09-27T15:22:46.8351791Z 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-09-27T15:22:46.8353106Z 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-09-27T15:22:46.8354399Z 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-09-27T15:22:46.8355451Z 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-09-27T15:22:46.8356575Z 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-09-27T15:22:46.8357890Z 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-09-27T15:22:46.8359084Z 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-09-27T15:22:46.8360271Z 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-09-27T15:22:46.8361301Z 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-09-27T15:22:46.8362747Z 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-09-27T15:22:46.8364000Z 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-09-27T15:22:46.8365314Z 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-09-27T15:22:46.8366477Z 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-09-27T15:22:46.8367790Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:22:46.8368925Z 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-09-27T15:22:46.8371501Z 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-09-27T15:22:46.8372620Z 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-09-27T15:22:46.8373687Z 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-09-27T15:22:46.8374772Z 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-09-27T15:22:46.8376123Z 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-09-27T15:22:46.8377467Z 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-09-27T15:22:46.8378524Z 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-09-27T15:22:46.8379821Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:22:46.8380677Z 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-09-27T15:22:46.8382342Z 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-09-27T15:22:46.8383409Z 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-09-27T15:22:46.8384957Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:22:46.8385698Z 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-09-27T15:22:46.8389178Z 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-09-27T15:22:46.8389941Z 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-09-27T15:22:46.8390684Z 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-09-27T15:22:46.8391436Z 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-09-27T15:22:46.8392166Z 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-09-27T15:22:46.8392909Z 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-09-27T15:22:46.8395913Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:22:46.8396702Z 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-09-27T15:22:46.8397409Z 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-09-27T15:22:46.8398155Z 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-09-27T15:22:46.8398611Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:22:46.8399368Z 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-09-27T15:22:46.8400334Z 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-09-27T15:22:46.8401149Z 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-09-27T15:22:46.8402437Z 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-09-27T15:22:46.8403767Z 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-09-27T15:22:46.8408930Z 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-09-27T15:22:46.8409704Z 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-09-27T15:22:46.8410203Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:22:46.8410640Z 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-09-27T15:22:46.8411124Z 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-09-27T15:22:46.8411895Z 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-09-27T15:22:46.8412637Z 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-09-27T15:22:46.8413207Z 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-09-27T15:22:46.8413647Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:22:46.8414374Z 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-09-27T15:22:46.8415034Z 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-09-27T15:22:46.8415858Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:22:46.8417394Z 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-09-27T15:22:46.8418369Z 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-09-27T15:22:46.8419422Z 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-09-27T15:22:46.8420334Z 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-09-27T15:22:46.8421394Z 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-09-27T15:22:46.8422265Z 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-09-27T15:22:46.8423131Z 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-09-27T15:22:46.8424132Z 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-09-27T15:22:46.8424847Z 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-09-27T15:22:46.8426289Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:22:46.8426808Z 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-09-27T15:22:46.8428343Z 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-09-27T15:22:46.8429227Z 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-09-27T15:22:46.8430156Z 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-09-27T15:22:46.8430882Z 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-09-27T15:22:46.8431999Z 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-09-27T15:22:46.8433099Z 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-09-27T15:22:46.8434961Z 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-09-27T15:22:46.8435514Z 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-09-27T15:22:46.8436144Z 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-09-27T15:22:46.8437630Z 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-09-27T15:22:46.8438372Z 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-09-27T15:22:46.8439580Z 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-09-27T15:22:46.8440433Z 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-09-27T15:22:46.8441815Z 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-09-27T15:22:46.8442485Z 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-09-27T15:22:46.8444178Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:22:46.8444624Z 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-09-27T15:22:46.8445819Z 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-09-27T15:22:46.8446415Z 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-09-27T15:22:46.8447264Z 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-09-27T15:22:46.8448338Z 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-09-27T15:22:46.8449042Z 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-09-27T15:22:46.8449893Z 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-09-27T15:22:46.8450904Z 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-09-27T15:22:46.8451640Z 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-09-27T15:22:46.8452674Z 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-09-27T15:22:46.8453720Z 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-09-27T15:22:46.8454726Z 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-09-27T15:22:46.8455702Z 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-09-27T15:22:46.8456805Z 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-09-27T15:22:46.8458034Z 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-09-27T15:22:46.8458989Z 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-09-27T15:22:46.8460314Z 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-09-27T15:22:46.8460876Z 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-09-27T15:22:46.8462026Z 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-09-27T15:22:46.8463764Z 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-09-27T15:22:46.8464485Z 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-09-27T15:22:46.8465849Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:22:46.8467158Z 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-09-27T15:22:46.8467655Z 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-09-27T15:22:46.8468471Z 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-09-27T15:22:46.8469512Z 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-09-27T15:22:46.8470574Z 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-09-27T15:22:46.8471106Z 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-09-27T15:22:46.8472943Z 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-09-27T15:22:46.8473882Z 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-09-27T15:22:46.8475406Z 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-09-27T15:22:46.8476140Z 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-09-27T15:22:46.8476991Z 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-09-27T15:22:46.8478031Z 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-09-27T15:22:46.8478958Z 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-09-27T15:22:46.8480678Z 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-09-27T15:22:46.8481497Z 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-09-27T15:22:46.8482403Z 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-09-27T15:22:46.8483178Z 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-09-27T15:22:46.8485213Z 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-09-27T15:22:46.8486804Z 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-09-27T15:22:46.8487806Z 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-09-27T15:22:46.8488558Z 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-09-27T15:22:46.8489816Z 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-09-27T15:22:46.8490741Z 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-09-27T15:22:46.8492454Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:22:46.8493258Z 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-09-27T15:22:46.8494520Z 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-09-27T15:22:46.8495699Z 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-09-27T15:22:46.8496499Z 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-09-27T15:22:46.8497194Z 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-09-27T15:22:46.8498645Z 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-09-27T15:22:46.8499891Z 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-09-27T15:22:46.8500958Z 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-09-27T15:22:46.8502005Z 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-09-27T15:22:46.8503209Z 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-09-27T15:22:46.8504497Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:22:46.8505729Z 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-09-27T15:22:46.8506889Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:22:46.8507796Z 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-09-27T15:22:46.8509116Z 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-09-27T15:22:46.8510238Z 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-09-27T15:22:46.8511936Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:22:46.8512647Z 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-09-27T15:22:46.8514051Z 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-09-27T15:22:46.8514670Z 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-09-27T15:22:46.8515914Z 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-09-27T15:22:46.8516846Z 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-09-27T15:22:46.8517878Z 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-09-27T15:22:46.8518780Z 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-09-27T15:22:46.8520023Z 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-09-27T15:22:46.8520990Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:22:46.8521678Z 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-09-27T15:22:46.8522821Z 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-09-27T15:22:46.8523780Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:22:46.8524515Z 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-09-27T15:22:46.8525492Z 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-09-27T15:22:46.8526465Z 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-09-27T15:22:46.8527353Z 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-09-27T15:22:46.8528878Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-09-27T15:22:46.8529593Z 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-09-27T15:22:46.8530838Z 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-09-27T15:22:46.8531732Z 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-09-27T15:22:46.8532767Z 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-09-27T15:22:46.8533669Z 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-09-27T15:22:46.8535162Z 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-09-27T15:22:46.8536327Z 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-09-27T15:22:46.8537403Z 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-09-27T15:22:46.8538316Z 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-09-27T15:22:46.8539195Z 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-09-27T15:22:46.8540130Z 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-09-27T15:22:46.8540799Z 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-09-27T15:22:46.8542132Z 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-09-27T15:22:46.8542818Z 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-09-27T15:22:46.8543741Z 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-09-27T15:22:46.8544759Z 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-09-27T15:22:46.8545715Z 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-09-27T15:22:46.8546800Z 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-09-27T15:22:46.8547757Z 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-09-27T15:22:46.8548539Z 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-09-27T15:22:46.8549520Z 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-09-27T15:22:46.8550776Z 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-09-27T15:22:46.8551597Z 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-09-27T15:22:46.8552572Z 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-09-27T15:22:46.8553481Z 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-09-27T15:22:46.8554469Z 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-09-27T15:22:46.8555531Z 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-09-27T15:22:46.8556222Z 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-09-27T15:22:46.8557229Z 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-09-27T15:22:46.8558219Z 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-09-27T15:22:46.8558974Z 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-09-27T15:22:46.8559913Z 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-09-27T15:22:46.8560572Z 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-09-27T15:22:46.8561669Z 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-09-27T15:22:46.8562466Z 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-09-27T15:22:46.8563430Z 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-09-27T15:22:46.8564390Z 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-09-27T15:22:46.8565319Z 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-09-27T15:22:46.8566220Z 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-09-27T15:22:46.8567128Z 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-09-27T15:22:46.8568198Z 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-09-27T15:22:46.8568947Z 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-09-27T15:22:46.8569859Z 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-09-27T15:22:46.8570892Z 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-09-27T15:22:46.8571771Z 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-09-27T15:22:46.8572752Z 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-09-27T15:22:46.8574565Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-09-27T15:22:46.8575044Z 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-09-27T15:22:46.8576395Z 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-09-27T15:22:46.8578191Z 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-09-27T15:22:46.8578913Z 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-09-27T15:22:46.8579942Z 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-09-27T15:22:46.8581164Z 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-09-27T15:22:46.8582688Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-09-27T15:22:46.8583154Z 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-09-27T15:22:46.8584416Z 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-09-27T15:22:46.8585294Z 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-09-27T15:22:46.8588163Z 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-09-27T15:22:46.8589811Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-09-27T15:22:46.8590387Z 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-09-27T15:22:46.8591351Z 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-09-27T15:22:46.8592233Z 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-09-27T15:22:46.8593269Z 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-09-27T15:22:46.8594184Z 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-09-27T15:22:46.8595039Z 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-09-27T15:22:46.8596571Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-09-27T15:22:46.8596998Z 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-09-27T15:22:46.8597908Z 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-09-27T15:22:46.8598867Z 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-09-27T15:22:46.8600780Z 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-09-27T15:22:46.8601234Z 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-09-27T15:22:46.8601641Z 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-09-27T15:22:46.8602745Z 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-09-27T15:22:46.8604293Z 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-09-27T15:22:46.8604775Z 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-09-27T15:22:46.8607433Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8607854Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8608334Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/deploy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8609487Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/elf_file.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8610394Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8611187Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8612285Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/mem_file.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8613166Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/noop_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8613973Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/path_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy 2022-09-27T15:22:46.8615679Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:46.8616133Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter/builtin_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:46.8617106Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:46.8617931Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/deploy/interpreter/Optional.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:22:46.8619449Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-09-27T15:22:46.8620368Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:22:46.8620900Z 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-09-27T15:22:46.8622706Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:22:46.8623332Z 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-09-27T15:22:46.8624261Z 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-09-27T15:22:46.8625489Z 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-09-27T15:22:46.8626300Z 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-09-27T15:22:46.8627291Z 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-09-27T15:22:46.8628130Z 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-09-27T15:22:46.8628777Z 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-09-27T15:22:46.8629685Z 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-09-27T15:22:46.8630604Z 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-09-27T15:22:46.8631575Z 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-09-27T15:22:46.8632440Z 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-09-27T15:22:46.8633280Z 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-09-27T15:22:46.8634713Z 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-09-27T15:22:46.8635547Z 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-09-27T15:22:46.8637090Z 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-09-27T15:22:46.8638549Z 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-09-27T15:22:46.8639286Z 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-09-27T15:22:46.8640369Z 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-09-27T15:22:46.8640905Z 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-09-27T15:22:46.8641978Z 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-09-27T15:22:46.8644404Z 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-09-27T15:22:46.8645123Z 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-09-27T15:22:46.8645852Z 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-09-27T15:22:46.8647151Z 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-09-27T15:22:46.8647876Z 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-09-27T15:22:46.8648519Z 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-09-27T15:22:46.8649564Z 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-09-27T15:22:46.8651025Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-09-27T15:22:46.8651545Z 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-09-27T15:22:46.8652780Z 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-09-27T15:22:46.8653647Z 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-09-27T15:22:46.8655729Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-09-27T15:22:46.8656613Z 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-09-27T15:22:46.8657546Z 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-09-27T15:22:46.8658520Z 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-09-27T15:22:46.8659653Z 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-09-27T15:22:46.8660800Z 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-09-27T15:22:46.8661843Z 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-09-27T15:22:46.8663122Z 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-09-27T15:22:46.8664169Z 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-09-27T15:22:46.8665141Z 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-09-27T15:22:46.8667107Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-09-27T15:22:46.8668515Z 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-09-27T15:22:46.8669554Z 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-09-27T15:22:46.8670781Z 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-09-27T15:22:46.8671943Z 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-09-27T15:22:46.8673036Z 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-09-27T15:22:46.8674143Z 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-09-27T15:22:46.8675335Z 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-09-27T15:22:46.8676702Z 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-09-27T15:22:46.8677618Z 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-09-27T15:22:46.8679233Z 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-09-27T15:22:46.8679953Z 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-09-27T15:22:46.8680978Z 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-09-27T15:22:46.8682617Z 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-09-27T15:22:46.8683762Z 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-09-27T15:22:46.8684964Z 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-09-27T15:22:46.8686543Z 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-09-27T15:22:46.8687226Z 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-09-27T15:22:46.8688709Z 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-09-27T15:22:46.8689389Z 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-09-27T15:22:46.8691067Z 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-09-27T15:22:46.8691886Z 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-09-27T15:22:46.8692898Z 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-09-27T15:22:46.8694984Z 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-09-27T15:22:46.8696179Z 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-09-27T15:22:46.8696952Z 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-09-27T15:22:46.8697606Z 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-09-27T15:22:46.8699034Z 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-09-27T15:22:46.8700038Z 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-09-27T15:22:46.8700950Z 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-09-27T15:22:46.8702246Z 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-09-27T15:22:46.8703383Z 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-09-27T15:22:46.8704978Z 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-09-27T15:22:46.8705763Z 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-09-27T15:22:46.8707066Z 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-09-27T15:22:46.8708211Z 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-09-27T15:22:46.8709464Z 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-09-27T15:22:46.8710717Z 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-09-27T15:22:46.8711703Z 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-09-27T15:22:46.8712658Z 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-09-27T15:22:46.8713825Z 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-09-27T15:22:46.8715047Z 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-09-27T15:22:46.8715952Z 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-09-27T15:22:46.8717276Z 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-09-27T15:22:46.8718609Z 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-09-27T15:22:46.8719643Z 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-09-27T15:22:46.8721094Z 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-09-27T15:22:46.8722887Z 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-09-27T15:22:46.8724548Z 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-09-27T15:22:46.8725215Z 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-09-27T15:22:46.8725865Z 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-09-27T15:22:46.8727045Z 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-09-27T15:22:46.8727837Z 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-09-27T15:22:46.8728891Z 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-09-27T15:22:46.8730179Z 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-09-27T15:22:46.8731538Z 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-09-27T15:22:46.8732363Z 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-09-27T15:22:46.8733594Z 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-09-27T15:22:46.8735188Z 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-09-27T15:22:46.8736249Z 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-09-27T15:22:46.8738524Z 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-09-27T15:22:46.8739621Z 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-09-27T15:22:46.8740852Z 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-09-27T15:22:46.8742164Z 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-09-27T15:22:46.8743329Z 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-09-27T15:22:46.8744960Z 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-09-27T15:22:46.8746133Z 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-09-27T15:22:46.8747274Z 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-09-27T15:22:46.8748563Z 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-09-27T15:22:46.8749620Z 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-09-27T15:22:46.8750775Z 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-09-27T15:22:46.8752005Z 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-09-27T15:22:46.8752962Z 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-09-27T15:22:46.8754111Z 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-09-27T15:22:46.8755359Z 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-09-27T15:22:46.8756760Z 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-09-27T15:22:46.8757753Z 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-09-27T15:22:46.8758733Z 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-09-27T15:22:46.8760028Z 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-09-27T15:22:46.8761277Z 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-09-27T15:22:46.8762996Z 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-09-27T15:22:46.8764003Z 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-09-27T15:22:46.8764460Z 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-09-27T15:22:46.8766328Z 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-09-27T15:22:46.8767140Z 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-09-27T15:22:46.8768065Z 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-09-27T15:22:46.8769488Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:22:46.8770344Z 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-09-27T15:22:46.8771607Z 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-09-27T15:22:46.8772737Z 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-09-27T15:22:46.8774861Z 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-09-27T15:22:46.8775737Z 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-09-27T15:22:46.8776462Z 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-09-27T15:22:46.8777446Z 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-09-27T15:22:46.8779021Z 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-09-27T15:22:46.8780226Z 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-09-27T15:22:46.8781479Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:22:46.8782365Z 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-09-27T15:22:46.8783517Z 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-09-27T15:22:46.8784785Z 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-09-27T15:22:46.8785893Z 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-09-27T15:22:46.8786849Z 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-09-27T15:22:46.8788348Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-09-27T15:22:46.8789214Z 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-09-27T15:22:46.8791765Z 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-09-27T15:22:46.8792476Z 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-09-27T15:22:46.8793391Z 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-09-27T15:22:46.8794078Z 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-09-27T15:22:46.8796365Z 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-09-27T15:22:46.8797043Z 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-09-27T15:22:46.8797718Z 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-09-27T15:22:46.8798631Z 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-09-27T15:22:46.8799349Z 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-09-27T15:22:46.8800401Z 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-09-27T15:22:46.8802921Z 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-09-27T15:22:46.8804982Z 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-09-27T15:22:46.8805936Z 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-09-27T15:22:46.8806672Z 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-09-27T15:22:46.8807306Z 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-09-27T15:22:46.8808203Z 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-09-27T15:22:46.8809160Z 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-09-27T15:22:46.8810205Z 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-09-27T15:22:46.8811026Z 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-09-27T15:22:46.8812117Z 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-09-27T15:22:46.8813640Z 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-09-27T15:22:46.8814907Z 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-09-27T15:22:46.8816268Z 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-09-27T15:22:46.8817520Z 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-09-27T15:22:46.8818555Z 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-09-27T15:22:46.8819642Z 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-09-27T15:22:46.8820718Z 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-09-27T15:22:46.8821830Z 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-09-27T15:22:46.8822850Z 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-09-27T15:22:46.8823931Z 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-09-27T15:22:46.8825353Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-09-27T15:22:46.8826292Z 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-09-27T15:22:46.8827602Z 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-09-27T15:22:46.8828665Z 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-09-27T15:22:46.8829886Z 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-09-27T15:22:46.8830882Z 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-09-27T15:22:46.8832532Z 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-09-27T15:22:46.8833787Z 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-09-27T15:22:46.8835018Z 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-09-27T15:22:46.8835926Z 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-09-27T15:22:46.8837054Z 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-09-27T15:22:46.8838123Z 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-09-27T15:22:46.8839246Z 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-09-27T15:22:46.8840760Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-09-27T15:22:46.8841643Z 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-09-27T15:22:46.8842944Z 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-09-27T15:22:46.8844152Z 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-09-27T15:22:46.8845105Z 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-09-27T15:22:46.8846144Z 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-09-27T15:22:46.8847183Z 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-09-27T15:22:46.8848265Z 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-09-27T15:22:46.8849376Z 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-09-27T15:22:46.8850436Z 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-09-27T15:22:46.8851464Z 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-09-27T15:22:46.8852572Z 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-09-27T15:22:46.8854017Z 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-09-27T15:22:46.8855470Z 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-09-27T15:22:46.8856652Z 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-09-27T15:22:46.8858144Z 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-09-27T15:22:46.8858828Z 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-09-27T15:22:46.8859935Z 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-09-27T15:22:46.8860805Z 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-09-27T15:22:46.8862107Z 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-09-27T15:22:46.8863101Z 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-09-27T15:22:46.8863893Z 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-09-27T15:22:46.8865550Z 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-09-27T15:22:46.8866243Z 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-09-27T15:22:46.8867136Z 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-09-27T15:22:46.8868192Z 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-09-27T15:22:46.8868831Z 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-09-27T15:22:46.8869870Z 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-09-27T15:22:46.8871331Z 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-09-27T15:22:46.8872603Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-09-27T15:22:46.8874478Z 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-09-27T15:22:46.8874816Z 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-09-27T15:22:46.8875176Z 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-09-27T15:22:46.8875881Z 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-09-27T15:22:46.8876825Z 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-09-27T15:22:46.8878366Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-09-27T15:22:46.8878833Z 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-09-27T15:22:46.8879862Z 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-09-27T15:22:46.8881411Z 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-09-27T15:22:46.8881801Z 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-09-27T15:22:46.8882829Z 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-09-27T15:22:46.8884460Z 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-09-27T15:22:46.8885206Z 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-09-27T15:22:46.8886197Z 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-09-27T15:22:46.8886928Z 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-09-27T15:22:46.8887861Z 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-09-27T15:22:46.8888716Z 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-09-27T15:22:46.8889635Z 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-09-27T15:22:46.8890756Z 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-09-27T15:22:46.8892642Z 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-09-27T15:22:46.8893687Z 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-09-27T15:22:46.8894493Z 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-09-27T15:22:46.8895592Z 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-09-27T15:22:46.8896695Z 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-09-27T15:22:46.8897628Z 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-09-27T15:22:46.8899076Z 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-09-27T15:22:46.8899729Z 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-09-27T15:22:46.8900506Z 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-09-27T15:22:46.8901489Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-09-27T15:22:46.8902351Z 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-09-27T15:22:46.8903250Z 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-09-27T15:22:46.8904107Z 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-09-27T15:22:46.8905007Z 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-09-27T15:22:46.8906097Z 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-09-27T15:22:46.8906901Z 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-09-27T15:22:46.8907696Z 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-09-27T15:22:46.8908644Z 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-09-27T15:22:46.8909809Z 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-09-27T15:22:46.8910252Z 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-09-27T15:22:46.8912061Z 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-09-27T15:22:46.8912763Z 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-09-27T15:22:46.8913483Z 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-09-27T15:22:46.8914496Z 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-09-27T15:22:46.8915277Z 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-09-27T15:22:46.8916581Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-09-27T15:22:46.8917586Z 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-09-27T15:22:46.8918492Z 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-09-27T15:22:46.8919224Z 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-09-27T15:22:46.8920441Z 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-09-27T15:22:46.8921681Z 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-09-27T15:22:46.8922881Z 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-09-27T15:22:46.8924153Z 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-09-27T15:22:46.8925302Z 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-09-27T15:22:46.8926477Z 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-09-27T15:22:46.8927674Z 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-09-27T15:22:46.8928590Z 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-09-27T15:22:46.8929606Z 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-09-27T15:22:46.8930781Z 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-09-27T15:22:46.8931937Z 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-09-27T15:22:46.8933102Z 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-09-27T15:22:46.8934146Z 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-09-27T15:22:46.8935481Z 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-09-27T15:22:46.8936867Z 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-09-27T15:22:46.8939223Z 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-09-27T15:22:46.8940037Z 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-09-27T15:22:46.8941230Z 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-09-27T15:22:46.8942458Z 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-09-27T15:22:46.8943838Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-09-27T15:22:46.8944679Z 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-09-27T15:22:46.8945852Z 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-09-27T15:22:46.8947366Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:22:46.8948213Z 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-09-27T15:22:46.8949699Z 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-09-27T15:22:46.8950867Z 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-09-27T15:22:46.8952014Z 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-09-27T15:22:46.8954556Z 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-09-27T15:22:46.8955254Z 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-09-27T15:22:46.8955965Z 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-09-27T15:22:46.8956681Z 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-09-27T15:22:46.8957366Z 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-09-27T15:22:46.8958315Z 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-09-27T15:22:46.8959350Z 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-09-27T15:22:46.8960063Z 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-09-27T15:22:46.8961295Z 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-09-27T15:22:46.8961943Z 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-09-27T15:22:46.8963203Z 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-09-27T15:22:46.8964130Z 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-09-27T15:22:46.8964801Z 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-09-27T15:22:46.8965741Z 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-09-27T15:22:46.8966952Z 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-09-27T15:22:46.8967876Z 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-09-27T15:22:46.8968704Z 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-09-27T15:22:46.8969648Z 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-09-27T15:22:46.8970549Z 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-09-27T15:22:46.8971574Z 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-09-27T15:22:46.8972623Z 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-09-27T15:22:46.8973815Z 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-09-27T15:22:46.8974837Z 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-09-27T15:22:46.8975665Z 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-09-27T15:22:46.8976681Z 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-09-27T15:22:46.8978117Z 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-09-27T15:22:46.8979749Z 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-09-27T15:22:46.8980488Z 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-09-27T15:22:46.8981225Z 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-09-27T15:22:46.8982627Z 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-09-27T15:22:46.8983294Z 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-09-27T15:22:46.8984346Z 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-09-27T15:22:46.8985214Z 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-09-27T15:22:46.8986673Z 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-09-27T15:22:46.8987676Z 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-09-27T15:22:46.8988905Z 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-09-27T15:22:46.8989590Z 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-09-27T15:22:46.8990049Z 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-09-27T15:22:46.8991583Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:22:46.8992188Z 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-09-27T15:22:46.8992891Z 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-09-27T15:22:46.8993755Z 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-09-27T15:22:46.8995203Z 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-09-27T15:22:46.8996361Z 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-09-27T15:22:46.8997742Z 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-09-27T15:22:46.8998817Z 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-09-27T15:22:46.9000048Z 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-09-27T15:22:46.9000959Z 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-09-27T15:22:46.9002100Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-09-27T15:22:46.9004591Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:46.9005263Z 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-09-27T15:22:46.9006412Z 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-09-27T15:22:46.9007589Z 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-09-27T15:22:46.9008886Z 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-09-27T15:22:46.9009901Z 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-09-27T15:22:46.9010995Z 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-09-27T15:22:46.9012212Z 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-09-27T15:22:46.9013393Z 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-09-27T15:22:46.9014560Z 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-09-27T15:22:46.9016028Z 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-09-27T15:22:46.9017146Z 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-09-27T15:22:46.9018369Z 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-09-27T15:22:46.9020240Z 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-09-27T15:22:46.9021302Z 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-09-27T15:22:46.9022359Z 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-09-27T15:22:46.9023668Z 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-09-27T15:22:46.9025542Z 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-09-27T15:22:46.9026627Z 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-09-27T15:22:46.9027915Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:46.9029026Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:46.9030261Z 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-09-27T15:22:46.9031181Z 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-09-27T15:22:46.9032591Z 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-09-27T15:22:46.9033744Z 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-09-27T15:22:46.9035049Z 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-09-27T15:22:46.9036300Z 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-09-27T15:22:46.9037477Z 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-09-27T15:22:46.9038693Z 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-09-27T15:22:46.9039937Z 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-09-27T15:22:46.9041246Z 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-09-27T15:22:46.9042849Z 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-09-27T15:22:46.9044170Z 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-09-27T15:22:46.9045317Z 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-09-27T15:22:46.9046616Z 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-09-27T15:22:46.9047830Z 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-09-27T15:22:46.9048979Z 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-09-27T15:22:46.9050232Z 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-09-27T15:22:46.9051341Z 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-09-27T15:22:46.9052719Z 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-09-27T15:22:46.9053829Z 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-09-27T15:22:46.9055179Z 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-09-27T15:22:46.9056327Z 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-09-27T15:22:46.9057356Z 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-09-27T15:22:46.9058831Z 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-09-27T15:22:46.9059993Z 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-09-27T15:22:46.9061198Z 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-09-27T15:22:46.9062412Z 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-09-27T15:22:46.9063466Z 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-09-27T15:22:46.9064672Z 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-09-27T15:22:46.9065805Z 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-09-27T15:22:46.9066959Z 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-09-27T15:22:46.9068174Z 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-09-27T15:22:46.9069290Z 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-09-27T15:22:46.9070452Z 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-09-27T15:22:46.9071496Z 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-09-27T15:22:46.9072679Z 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-09-27T15:22:46.9073701Z 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-09-27T15:22:46.9074954Z 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-09-27T15:22:46.9076173Z 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-09-27T15:22:46.9077397Z 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-09-27T15:22:46.9078403Z 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-09-27T15:22:46.9079686Z 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-09-27T15:22:46.9081783Z 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-09-27T15:22:46.9082619Z 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-09-27T15:22:46.9083288Z 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-09-27T15:22:46.9084244Z 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-09-27T15:22:46.9085159Z 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-09-27T15:22:46.9086466Z 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-09-27T15:22:46.9087868Z 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-09-27T15:22:46.9088888Z 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-09-27T15:22:46.9089805Z 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-09-27T15:22:46.9090984Z 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-09-27T15:22:46.9091904Z 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-09-27T15:22:46.9093130Z 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-09-27T15:22:46.9094179Z 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-09-27T15:22:46.9095076Z 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-09-27T15:22:46.9097707Z 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-09-27T15:22:46.9098831Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:22:46.9099603Z 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-09-27T15:22:46.9100899Z 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-09-27T15:22:46.9102242Z 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-09-27T15:22:46.9102969Z 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-09-27T15:22:46.9104320Z 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-09-27T15:22:46.9105329Z 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-09-27T15:22:46.9106304Z 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-09-27T15:22:46.9107380Z 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-09-27T15:22:46.9108523Z 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-09-27T15:22:46.9109548Z 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-09-27T15:22:46.9111313Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:22:46.9111818Z 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-09-27T15:22:46.9112460Z 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-09-27T15:22:46.9113260Z 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-09-27T15:22:46.9114120Z 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-09-27T15:22:46.9115875Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:22:46.9116433Z 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-09-27T15:22:46.9117515Z 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-09-27T15:22:46.9118951Z 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-09-27T15:22:46.9122068Z 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-09-27T15:22:46.9122567Z 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-09-27T15:22:46.9122981Z 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-09-27T15:22:46.9123464Z 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-09-27T15:22:46.9124051Z 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-09-27T15:22:46.9125140Z 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-09-27T15:22:46.9125997Z 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-09-27T15:22:46.9127062Z 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-09-27T15:22:46.9127818Z 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-09-27T15:22:46.9129453Z 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-09-27T15:22:46.9130269Z 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-09-27T15:22:46.9131787Z 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-09-27T15:22:46.9132748Z 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-09-27T15:22:46.9133680Z 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-09-27T15:22:46.9134784Z 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-09-27T15:22:46.9136308Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-09-27T15:22:46.9136631Z 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-09-27T15:22:46.9138020Z 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-09-27T15:22:46.9139083Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:22:46.9139546Z 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-09-27T15:22:46.9140447Z 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-09-27T15:22:46.9141164Z 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-09-27T15:22:46.9142410Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:22:46.9143221Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/itt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:22:46.9143868Z 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-09-27T15:22:46.9144646Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/profiler/nvtx_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-09-27T15:22:46.9145400Z 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-09-27T15:22:46.9146839Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:22:46.9147538Z 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-09-27T15:22:46.9148481Z 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-09-27T15:22:46.9149968Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:22:46.9150398Z 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-09-27T15:22:46.9151295Z 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-09-27T15:22:46.9152374Z 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-09-27T15:22:46.9153017Z 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-09-27T15:22:46.9154094Z 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-09-27T15:22:46.9154735Z 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-09-27T15:22:46.9155522Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/utils/disallow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-09-27T15:22:46.9156463Z 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-09-27T15:22:46.9157168Z 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-09-27T15:22:46.9157997Z 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-09-27T15:22:46.9158860Z 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-09-27T15:22:46.9159626Z 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-09-27T15:22:46.9160397Z 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-09-27T15:22:46.9161230Z 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-09-27T15:22:46.9162179Z 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-09-27T15:22:46.9163038Z 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-09-27T15:22:46.9164854Z 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-09-27T15:22:46.9165613Z 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-09-27T15:22:46.9166647Z 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-09-27T15:22:46.9167535Z 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-09-27T15:22:46.9168898Z 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-09-27T15:22:46.9169730Z 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-09-27T15:22:46.9170671Z 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-09-27T15:22:46.9171319Z 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-09-27T15:22:46.9171970Z 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-09-27T15:22:46.9173092Z 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-09-27T15:22:46.9173588Z 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-09-27T15:22:46.9175103Z 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-09-27T15:22:46.9176094Z 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-09-27T15:22:46.9178269Z 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-09-27T15:22:46.9178765Z 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-09-27T15:22:46.9179231Z 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-09-27T15:22:46.9180209Z 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-09-27T15:22:46.9181252Z 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-09-27T15:22:46.9181924Z 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-09-27T15:22:46.9182848Z 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-09-27T15:22:46.9184133Z 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-09-27T15:22:46.9184659Z 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-09-27T15:22:46.9186143Z 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-09-27T15:22:46.9186616Z 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-09-27T15:22:46.9187857Z 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-09-27T15:22:46.9189509Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-09-27T15:22:46.9189997Z 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-09-27T15:22:46.9191356Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-09-27T15:22:46.9191979Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-09-27T15:22:46.9192586Z 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-09-27T15:22:46.9193850Z 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-09-27T15:22:46.9194548Z 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-09-27T15:22:46.9195158Z 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-09-27T15:22:46.9196671Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:46.9197529Z 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-09-27T15:22:46.9198591Z 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-09-27T15:22:46.9199608Z 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-09-27T15:22:46.9200997Z 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-09-27T15:22:46.9201933Z 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-09-27T15:22:46.9203201Z 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-09-27T15:22:46.9204342Z 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-09-27T15:22:46.9205478Z 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-09-27T15:22:46.9206633Z 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-09-27T15:22:46.9207857Z 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-09-27T15:22:46.9208847Z 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-09-27T15:22:46.9209946Z 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-09-27T15:22:46.9211046Z copying build/lib.linux-x86_64-cpython-37/torch/include/torch/csrc/lazy/core/lazy_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-09-27T15:22:46.9212322Z 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-09-27T15:22:46.9213378Z 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-09-27T15:22:46.9214407Z 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-09-27T15:22:46.9217258Z 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-09-27T15:22:46.9218162Z 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-09-27T15:22:46.9219419Z 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-09-27T15:22:46.9220779Z 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-09-27T15:22:46.9222050Z 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-09-27T15:22:46.9223149Z 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-09-27T15:22:46.9224171Z 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-09-27T15:22:46.9225427Z 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-09-27T15:22:46.9226592Z 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-09-27T15:22:46.9228245Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:22:46.9228934Z 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-09-27T15:22:46.9230515Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:22:46.9231268Z 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-09-27T15:22:46.9232178Z 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-09-27T15:22:46.9233841Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:22:46.9234769Z 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-09-27T15:22:46.9235585Z 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-09-27T15:22:46.9236703Z 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-09-27T15:22:46.9237772Z 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-09-27T15:22:46.9238889Z 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-09-27T15:22:46.9239930Z 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-09-27T15:22:46.9241030Z 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-09-27T15:22:46.9242131Z 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-09-27T15:22:46.9243478Z 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-09-27T15:22:46.9244774Z 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-09-27T15:22:46.9246619Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9247186Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9249028Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9250094Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9252050Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9253041Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9254056Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9255215Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9256604Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9259303Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9260054Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9261239Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9262312Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9263629Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9265748Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9266746Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9267907Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9270911Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9272222Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9273555Z copying build/lib.linux-x86_64-cpython-37/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-09-27T15:22:46.9275344Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-09-27T15:22:46.9275920Z 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-09-27T15:22:46.9277425Z 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-09-27T15:22:46.9278590Z 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-09-27T15:22:46.9279743Z 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-09-27T15:22:46.9280754Z 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-09-27T15:22:46.9282196Z 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-09-27T15:22:46.9283739Z 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-09-27T15:22:46.9286200Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-09-27T15:22:46.9287224Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-09-27T15:22:46.9287644Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-09-27T15:22:46.9288026Z 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-09-27T15:22:46.9289810Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-09-27T15:22:46.9290215Z 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-09-27T15:22:46.9291288Z 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-09-27T15:22:46.9291995Z 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-09-27T15:22:46.9293263Z 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-09-27T15:22:46.9294179Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-09-27T15:22:46.9294569Z 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-09-27T15:22:46.9296540Z 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-09-27T15:22:46.9297125Z 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-09-27T15:22:46.9298470Z 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-09-27T15:22:46.9299346Z 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-09-27T15:22:46.9300158Z 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-09-27T15:22:46.9300969Z 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-09-27T15:22:46.9301772Z 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-09-27T15:22:46.9303039Z 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-09-27T15:22:46.9304144Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:22:46.9304615Z 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-09-27T15:22:46.9305803Z 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-09-27T15:22:46.9306788Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:22:46.9307683Z 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-09-27T15:22:46.9308350Z 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-09-27T15:22:46.9310354Z 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-09-27T15:22:46.9310911Z 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-09-27T15:22:46.9312147Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:22:46.9312605Z 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-09-27T15:22:46.9313408Z 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-09-27T15:22:46.9314435Z 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-09-27T15:22:46.9315390Z 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-09-27T15:22:46.9316360Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-09-27T15:22:46.9317273Z 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-09-27T15:22:46.9318205Z 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-09-27T15:22:46.9319749Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-09-27T15:22:46.9320374Z 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-09-27T15:22:46.9321471Z 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-09-27T15:22:46.9322812Z 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-09-27T15:22:46.9324629Z 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-09-27T15:22:46.9328082Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9328566Z copying build/lib.linux-x86_64-cpython-37/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9329574Z copying build/lib.linux-x86_64-cpython-37/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9330585Z copying build/lib.linux-x86_64-cpython-37/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9331740Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9334590Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9335127Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9336646Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9337991Z copying build/lib.linux-x86_64-cpython-37/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9339139Z copying build/lib.linux-x86_64-cpython-37/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9340219Z copying build/lib.linux-x86_64-cpython-37/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9342848Z copying build/lib.linux-x86_64-cpython-37/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9343623Z copying build/lib.linux-x86_64-cpython-37/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-09-27T15:22:46.9345557Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9346141Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9347015Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9348528Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9349267Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9350609Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9351643Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9352904Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9353798Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9355025Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9356745Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9357743Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9358903Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9360558Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9361602Z copying build/lib.linux-x86_64-cpython-37/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-09-27T15:22:46.9363127Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9363616Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9364896Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9366031Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9368059Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9368437Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9369451Z copying build/lib.linux-x86_64-cpython-37/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-09-27T15:22:46.9371069Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-09-27T15:22:46.9371926Z copying build/lib.linux-x86_64-cpython-37/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-09-27T15:22:46.9372823Z 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-09-27T15:22:46.9373868Z 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-09-27T15:22:46.9374925Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:22:46.9376357Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:22:46.9377327Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:22:46.9378491Z copying build/lib.linux-x86_64-cpython-37/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-09-27T15:22:46.9379672Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:22:46.9380611Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:22:46.9381736Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:22:46.9383063Z 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-09-27T15:22:46.9384268Z copying build/lib.linux-x86_64-cpython-37/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-09-27T15:22:46.9385845Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-09-27T15:22:46.9386445Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-09-27T15:22:46.9387560Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-09-27T15:22:46.9388175Z 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-09-27T15:22:46.9393076Z 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-09-27T15:22:46.9394444Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-09-27T15:22:46.9394943Z 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-09-27T15:22:46.9396480Z 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-09-27T15:22:46.9397136Z 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-09-27T15:22:46.9398076Z 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-09-27T15:22:46.9399199Z 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-09-27T15:22:46.9400141Z 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-09-27T15:22:46.9400862Z 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-09-27T15:22:46.9403619Z 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-09-27T15:22:46.9404111Z 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-09-27T15:22:46.9405495Z 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-09-27T15:22:46.9406037Z 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-09-27T15:22:46.9406790Z 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-09-27T15:22:46.9407593Z 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-09-27T15:22:46.9409239Z 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-09-27T15:22:46.9409879Z 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-09-27T15:22:46.9410542Z 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-09-27T15:22:46.9411215Z 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-09-27T15:22:46.9412023Z 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-09-27T15:22:46.9412713Z 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-09-27T15:22:46.9413898Z 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-09-27T15:22:46.9414749Z 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-09-27T15:22:46.9415861Z 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-09-27T15:22:46.9416663Z 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-09-27T15:22:46.9418472Z 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-09-27T15:22:46.9419514Z 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-09-27T15:22:46.9420480Z 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-09-27T15:22:46.9421224Z 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-09-27T15:22:46.9422162Z 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-09-27T15:22:46.9423127Z 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-09-27T15:22:46.9423802Z 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-09-27T15:22:46.9424449Z 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-09-27T15:22:46.9425518Z 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-09-27T15:22:46.9426242Z 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-09-27T15:22:46.9427304Z 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-09-27T15:22:46.9427649Z 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-09-27T15:22:46.9428591Z 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-09-27T15:22:46.9429839Z 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-09-27T15:22:46.9430756Z 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-09-27T15:22:46.9431627Z 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-09-27T15:22:46.9436526Z running install_egg_info 2022-09-27T15:22:46.9559169Z running egg_info 2022-09-27T15:22:46.9599343Z creating torch.egg-info 2022-09-27T15:22:46.9599616Z writing torch.egg-info/PKG-INFO 2022-09-27T15:22:46.9602661Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-09-27T15:22:46.9605662Z writing entry points to torch.egg-info/entry_points.txt 2022-09-27T15:22:46.9607238Z writing requirements to torch.egg-info/requires.txt 2022-09-27T15:22:46.9608992Z writing top-level names to torch.egg-info/top_level.txt 2022-09-27T15:22:46.9609833Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:22:47.2051540Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:22:47.2052315Z reading manifest template 'MANIFEST.in' 2022-09-27T15:22:48.9543453Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-09-27T15:22:49.0740799Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-09-27T15:22:49.3002799Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-09-27T15:22:49.3003133Z adding license file 'LICENSE' 2022-09-27T15:22:49.3003386Z adding license file 'NOTICE' 2022-09-27T15:22:49.8823874Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:22:49.8914130Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.13.0a0+git52424e2-py3.7.egg-info 2022-09-27T15:22:49.8955063Z running install_scripts 2022-09-27T15:22:49.9156690Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-09-27T15:22:49.9157447Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-09-27T15:22:49.9214381Z creating build/bdist.linux-x86_64/wheel/torch-1.13.0a0+git52424e2.dist-info/WHEEL 2022-09-27T15:22:49.9218453Z creating 'dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-09-27T15:22:49.9221235Z adding 'caffe2/__init__.py' 2022-09-27T15:22:49.9224185Z adding 'caffe2/contrib/__init__.py' 2022-09-27T15:22:49.9225409Z adding 'caffe2/contrib/aten/__init__.py' 2022-09-27T15:22:49.9228536Z adding 'caffe2/contrib/aten/aten_test.py' 2022-09-27T15:22:49.9233406Z adding 'caffe2/contrib/aten/gen_op.py' 2022-09-27T15:22:49.9235888Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-09-27T15:22:49.9238093Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-09-27T15:22:49.9240412Z adding 'caffe2/contrib/gloo/__init__.py' 2022-09-27T15:22:49.9245975Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-09-27T15:22:49.9248846Z adding 'caffe2/contrib/nccl/__init__.py' 2022-09-27T15:22:49.9252026Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-09-27T15:22:49.9254343Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-09-27T15:22:49.9257667Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-09-27T15:22:49.9263567Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-09-27T15:22:49.9266707Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-09-27T15:22:49.9269691Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-09-27T15:22:49.9271123Z adding 'caffe2/contrib/playground/__init__.py' 2022-09-27T15:22:49.9274855Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-09-27T15:22:49.9277017Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-09-27T15:22:49.9279629Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-09-27T15:22:49.9281306Z adding 'caffe2/contrib/playground/meter.py' 2022-09-27T15:22:49.9283399Z adding 'caffe2/contrib/playground/module_map.py' 2022-09-27T15:22:49.9285223Z adding 'caffe2/contrib/playground/output_generator.py' 2022-09-27T15:22:49.9287625Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-09-27T15:22:49.9289737Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-09-27T15:22:49.9291346Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-09-27T15:22:49.9293241Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-09-27T15:22:49.9295065Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-09-27T15:22:49.9298869Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-09-27T15:22:49.9301418Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-09-27T15:22:49.9303367Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-09-27T15:22:49.9305079Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-09-27T15:22:49.9307036Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-09-27T15:22:49.9308764Z adding 'caffe2/contrib/prof/__init__.py' 2022-09-27T15:22:49.9310548Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-09-27T15:22:49.9312308Z adding 'caffe2/contrib/script/__init__.py' 2022-09-27T15:22:49.9313993Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-09-27T15:22:49.9315747Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-09-27T15:22:49.9318692Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-09-27T15:22:49.9322702Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-09-27T15:22:49.9326505Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-09-27T15:22:49.9329329Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-09-27T15:22:49.9331260Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-09-27T15:22:49.9333543Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-09-27T15:22:49.9335569Z adding 'caffe2/core/__init__.py' 2022-09-27T15:22:49.9337374Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-09-27T15:22:49.9340472Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-09-27T15:22:49.9342524Z adding 'caffe2/distributed/__init__.py' 2022-09-27T15:22:49.9344549Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-09-27T15:22:49.9346448Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-09-27T15:22:49.9348484Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-09-27T15:22:49.9350405Z adding 'caffe2/experiments/__init__.py' 2022-09-27T15:22:49.9353752Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-09-27T15:22:49.9355463Z adding 'caffe2/experiments/python/__init__.py' 2022-09-27T15:22:49.9361020Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-09-27T15:22:49.9364074Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-09-27T15:22:49.9366415Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-09-27T15:22:49.9369054Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-09-27T15:22:49.9371619Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-09-27T15:22:49.9373633Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-09-27T15:22:49.9375950Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-09-27T15:22:49.9377972Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-09-27T15:22:49.9379791Z adding 'caffe2/perfkernels/__init__.py' 2022-09-27T15:22:49.9384616Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-09-27T15:22:49.9387170Z adding 'caffe2/proto/__init__.py' 2022-09-27T15:22:49.9398647Z adding 'caffe2/proto/caffe2_pb2.py' 2022-09-27T15:22:49.9402666Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-09-27T15:22:49.9406884Z adding 'caffe2/proto/torch_pb2.py' 2022-09-27T15:22:49.9411361Z adding 'caffe2/python/__init__.py' 2022-09-27T15:22:49.9414126Z adding 'caffe2/python/_import_c_extension.py' 2022-09-27T15:22:49.9416229Z adding 'caffe2/python/allcompare_test.py' 2022-09-27T15:22:49.9442097Z adding 'caffe2/python/attention.py' 2022-09-27T15:22:49.9445590Z adding 'caffe2/python/benchmark_generator.py' 2022-09-27T15:22:49.9448176Z adding 'caffe2/python/binarysize.py' 2022-09-27T15:22:49.9451029Z adding 'caffe2/python/brew.py' 2022-09-27T15:22:49.9454545Z adding 'caffe2/python/brew_test.py' 2022-09-27T15:22:49.9456915Z adding 'caffe2/python/build.py' 2022-09-27T15:22:49.9459630Z adding 'caffe2/python/cached_reader.py' 2022-09-27T15:22:49.9469319Z adding 'caffe2/python/caffe_translator.py' 2022-09-27T15:22:49.9472711Z adding 'caffe2/python/caffe_translator_test.py' 2022-09-27T15:22:49.9481318Z adding 'caffe2/python/checkpoint.py' 2022-09-27T15:22:49.9486062Z adding 'caffe2/python/checkpoint_test.py' 2022-09-27T15:22:49.9489178Z adding 'caffe2/python/cnn.py' 2022-09-27T15:22:49.9491688Z adding 'caffe2/python/context.py' 2022-09-27T15:22:49.9494275Z adding 'caffe2/python/context_test.py' 2022-09-27T15:22:49.9499615Z adding 'caffe2/python/control.py' 2022-09-27T15:22:49.9508511Z adding 'caffe2/python/control_ops_grad.py' 2022-09-27T15:22:49.9511165Z adding 'caffe2/python/control_ops_grad_test.py' 2022-09-27T15:22:49.9514937Z adding 'caffe2/python/control_ops_util.py' 2022-09-27T15:22:49.9518270Z adding 'caffe2/python/control_test.py' 2022-09-27T15:22:49.9520180Z adding 'caffe2/python/convert.py' 2022-09-27T15:22:49.9521750Z adding 'caffe2/python/convert_test.py' 2022-09-27T15:22:49.9527375Z adding 'caffe2/python/convnet_benchmarks.py' 2022-09-27T15:22:49.9529809Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-09-27T15:22:49.9571098Z adding 'caffe2/python/core.py' 2022-09-27T15:22:49.9580878Z adding 'caffe2/python/core_gradients_test.py' 2022-09-27T15:22:49.9592090Z adding 'caffe2/python/core_test.py' 2022-09-27T15:22:49.9597622Z adding 'caffe2/python/crf.py' 2022-09-27T15:22:49.9600423Z adding 'caffe2/python/crf_predict.py' 2022-09-27T15:22:49.9602565Z adding 'caffe2/python/crf_viterbi_test.py' 2022-09-27T15:22:49.9626732Z adding 'caffe2/python/data_parallel_model.py' 2022-09-27T15:22:49.9640784Z adding 'caffe2/python/data_parallel_model_test.py' 2022-09-27T15:22:49.9647889Z adding 'caffe2/python/data_workers.py' 2022-09-27T15:22:49.9651446Z adding 'caffe2/python/data_workers_test.py' 2022-09-27T15:22:49.9659000Z adding 'caffe2/python/dataio.py' 2022-09-27T15:22:49.9664342Z adding 'caffe2/python/dataio_test.py' 2022-09-27T15:22:49.9669541Z adding 'caffe2/python/dataset.py' 2022-09-27T15:22:49.9673427Z adding 'caffe2/python/db_file_reader.py' 2022-09-27T15:22:49.9675732Z adding 'caffe2/python/db_test.py' 2022-09-27T15:22:49.9678887Z adding 'caffe2/python/device_checker.py' 2022-09-27T15:22:49.9681162Z adding 'caffe2/python/dyndep.py' 2022-09-27T15:22:49.9684566Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-09-27T15:22:49.9687543Z adding 'caffe2/python/experiment_util.py' 2022-09-27T15:22:49.9689825Z adding 'caffe2/python/extension_loader.py' 2022-09-27T15:22:49.9692005Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-09-27T15:22:49.9693864Z adding 'caffe2/python/filler_test.py' 2022-09-27T15:22:49.9706728Z adding 'caffe2/python/functional.py' 2022-09-27T15:22:49.9707229Z adding 'caffe2/python/functional_test.py' 2022-09-27T15:22:49.9707782Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-09-27T15:22:49.9710330Z adding 'caffe2/python/gradient_check_test.py' 2022-09-27T15:22:49.9716252Z adding 'caffe2/python/gradient_checker.py' 2022-09-27T15:22:49.9719522Z adding 'caffe2/python/gru_cell.py' 2022-09-27T15:22:49.9721565Z adding 'caffe2/python/hip_test_util.py' 2022-09-27T15:22:49.9724284Z adding 'caffe2/python/hsm_util.py' 2022-09-27T15:22:49.9748921Z adding 'caffe2/python/hypothesis_test.py' 2022-09-27T15:22:49.9758869Z adding 'caffe2/python/hypothesis_test_util.py' 2022-09-27T15:22:49.9761596Z adding 'caffe2/python/ideep_test_util.py' 2022-09-27T15:22:49.9769829Z adding 'caffe2/python/layer_model_helper.py' 2022-09-27T15:22:49.9773249Z adding 'caffe2/python/layer_model_instantiator.py' 2022-09-27T15:22:49.9776493Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-09-27T15:22:49.9779757Z adding 'caffe2/python/layer_test_util.py' 2022-09-27T15:22:49.9798787Z adding 'caffe2/python/layers_test.py' 2022-09-27T15:22:49.9803230Z adding 'caffe2/python/lazy.py' 2022-09-27T15:22:49.9805697Z adding 'caffe2/python/lazy_dyndep.py' 2022-09-27T15:22:49.9808500Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-09-27T15:22:49.9811636Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-09-27T15:22:49.9814686Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-09-27T15:22:49.9819112Z adding 'caffe2/python/lstm_benchmark.py' 2022-09-27T15:22:49.9830736Z adding 'caffe2/python/memonger.py' 2022-09-27T15:22:49.9838469Z adding 'caffe2/python/memonger_test.py' 2022-09-27T15:22:49.9841578Z adding 'caffe2/python/mkl_test_util.py' 2022-09-27T15:22:49.9844515Z adding 'caffe2/python/model_device_test.py' 2022-09-27T15:22:49.9851951Z adding 'caffe2/python/model_helper.py' 2022-09-27T15:22:49.9854925Z adding 'caffe2/python/model_helper_test.py' 2022-09-27T15:22:49.9857389Z adding 'caffe2/python/modifier_context.py' 2022-09-27T15:22:49.9860821Z adding 'caffe2/python/muji.py' 2022-09-27T15:22:49.9863536Z adding 'caffe2/python/muji_test.py' 2022-09-27T15:22:49.9871265Z adding 'caffe2/python/net_builder.py' 2022-09-27T15:22:49.9875936Z adding 'caffe2/python/net_builder_test.py' 2022-09-27T15:22:49.9881115Z adding 'caffe2/python/net_drawer.py' 2022-09-27T15:22:49.9886284Z adding 'caffe2/python/net_printer.py' 2022-09-27T15:22:49.9889121Z adding 'caffe2/python/net_printer_test.py' 2022-09-27T15:22:49.9891899Z adding 'caffe2/python/nomnigraph.py' 2022-09-27T15:22:49.9896563Z adding 'caffe2/python/nomnigraph_test.py' 2022-09-27T15:22:49.9899938Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-09-27T15:22:49.9902878Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-09-27T15:22:49.9905149Z adding 'caffe2/python/normalizer.py' 2022-09-27T15:22:49.9907475Z adding 'caffe2/python/normalizer_context.py' 2022-09-27T15:22:49.9909579Z adding 'caffe2/python/normalizer_test.py' 2022-09-27T15:22:49.9912564Z adding 'caffe2/python/numa_benchmark.py' 2022-09-27T15:22:49.9914421Z adding 'caffe2/python/numa_test.py' 2022-09-27T15:22:49.9917707Z adding 'caffe2/python/observer_test.py' 2022-09-27T15:22:49.9919939Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-09-27T15:22:49.9936865Z adding 'caffe2/python/optimizer.py' 2022-09-27T15:22:49.9941295Z adding 'caffe2/python/optimizer_context.py' 2022-09-27T15:22:49.9948002Z adding 'caffe2/python/optimizer_test.py' 2022-09-27T15:22:49.9952337Z adding 'caffe2/python/optimizer_test_util.py' 2022-09-27T15:22:49.9956085Z adding 'caffe2/python/parallel_workers.py' 2022-09-27T15:22:49.9958888Z adding 'caffe2/python/parallel_workers_test.py' 2022-09-27T15:22:49.9963267Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-09-27T15:22:49.9969199Z adding 'caffe2/python/pipeline.py' 2022-09-27T15:22:49.9972362Z adding 'caffe2/python/pipeline_test.py' 2022-09-27T15:22:49.9974014Z adding 'caffe2/python/predictor_constants.py' 2022-09-27T15:22:49.9978046Z adding 'caffe2/python/python_op_test.py' 2022-09-27T15:22:49.9981210Z adding 'caffe2/python/queue_util.py' 2022-09-27T15:22:49.9984181Z adding 'caffe2/python/record_queue.py' 2022-09-27T15:22:49.9989459Z adding 'caffe2/python/recurrent.py' 2022-09-27T15:22:49.9995750Z adding 'caffe2/python/regularizer.py' 2022-09-27T15:22:49.9998695Z adding 'caffe2/python/regularizer_context.py' 2022-09-27T15:22:50.0002454Z adding 'caffe2/python/regularizer_test.py' 2022-09-27T15:22:50.0020675Z adding 'caffe2/python/rnn_cell.py' 2022-09-27T15:22:50.0036591Z adding 'caffe2/python/schema.py' 2022-09-27T15:22:50.0041785Z adding 'caffe2/python/schema_test.py' 2022-09-27T15:22:50.0044977Z adding 'caffe2/python/scope.py' 2022-09-27T15:22:50.0047525Z adding 'caffe2/python/scope_test.py' 2022-09-27T15:22:50.0051347Z adding 'caffe2/python/session.py' 2022-09-27T15:22:50.0053840Z adding 'caffe2/python/session_test.py' 2022-09-27T15:22:50.0056918Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-09-27T15:22:50.0059586Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-09-27T15:22:50.0067777Z adding 'caffe2/python/task.py' 2022-09-27T15:22:50.0070753Z adding 'caffe2/python/task_test.py' 2022-09-27T15:22:50.0073380Z adding 'caffe2/python/test_util.py' 2022-09-27T15:22:50.0075848Z adding 'caffe2/python/text_file_reader.py' 2022-09-27T15:22:50.0078634Z adding 'caffe2/python/timeout_guard.py' 2022-09-27T15:22:50.0081438Z adding 'caffe2/python/toy_regression_test.py' 2022-09-27T15:22:50.0083418Z adding 'caffe2/python/transformations.py' 2022-09-27T15:22:50.0086295Z adding 'caffe2/python/transformations_test.py' 2022-09-27T15:22:50.0089925Z adding 'caffe2/python/tt_core.py' 2022-09-27T15:22:50.0092017Z adding 'caffe2/python/tt_core_test.py' 2022-09-27T15:22:50.0096718Z adding 'caffe2/python/utils.py' 2022-09-27T15:22:50.0098898Z adding 'caffe2/python/utils_test.py' 2022-09-27T15:22:50.0101603Z adding 'caffe2/python/visualize.py' 2022-09-27T15:22:50.0109415Z adding 'caffe2/python/workspace.py' 2022-09-27T15:22:50.0118130Z adding 'caffe2/python/workspace_test.py' 2022-09-27T15:22:50.0120852Z adding 'caffe2/python/docs/__init__.py' 2022-09-27T15:22:50.0122821Z adding 'caffe2/python/docs/formatter.py' 2022-09-27T15:22:50.0125733Z adding 'caffe2/python/docs/generator.py' 2022-09-27T15:22:50.0128159Z adding 'caffe2/python/docs/github.py' 2022-09-27T15:22:50.0130330Z adding 'caffe2/python/docs/parser.py' 2022-09-27T15:22:50.0132209Z adding 'caffe2/python/examples/__init__.py' 2022-09-27T15:22:50.0135842Z adding 'caffe2/python/examples/char_rnn.py' 2022-09-27T15:22:50.0143510Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-09-27T15:22:50.0146375Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-09-27T15:22:50.0153582Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-09-27T15:22:50.0155958Z adding 'caffe2/python/fakelowp/__init__.py' 2022-09-27T15:22:50.0157536Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-09-27T15:22:50.0159232Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-09-27T15:22:50.0161149Z adding 'caffe2/python/helpers/__init__.py' 2022-09-27T15:22:50.0163153Z adding 'caffe2/python/helpers/algebra.py' 2022-09-27T15:22:50.0164617Z adding 'caffe2/python/helpers/arg_scope.py' 2022-09-27T15:22:50.0166122Z adding 'caffe2/python/helpers/array_helpers.py' 2022-09-27T15:22:50.0167611Z adding 'caffe2/python/helpers/control_ops.py' 2022-09-27T15:22:50.0170608Z adding 'caffe2/python/helpers/conv.py' 2022-09-27T15:22:50.0172527Z adding 'caffe2/python/helpers/db_input.py' 2022-09-27T15:22:50.0173933Z adding 'caffe2/python/helpers/dropout.py' 2022-09-27T15:22:50.0175775Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-09-27T15:22:50.0178126Z adding 'caffe2/python/helpers/fc.py' 2022-09-27T15:22:50.0179971Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-09-27T15:22:50.0182971Z adding 'caffe2/python/helpers/normalization.py' 2022-09-27T15:22:50.0184956Z adding 'caffe2/python/helpers/pooling.py' 2022-09-27T15:22:50.0186381Z adding 'caffe2/python/helpers/quantization.py' 2022-09-27T15:22:50.0187970Z adding 'caffe2/python/helpers/tools.py' 2022-09-27T15:22:50.0189786Z adding 'caffe2/python/helpers/train.py' 2022-09-27T15:22:50.0192287Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-09-27T15:22:50.0193685Z adding 'caffe2/python/ideep/__init__.py' 2022-09-27T15:22:50.0195514Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-09-27T15:22:50.0197600Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-09-27T15:22:50.0199448Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-09-27T15:22:50.0201725Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-09-27T15:22:50.0204308Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-09-27T15:22:50.0206271Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-09-27T15:22:50.0210335Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-09-27T15:22:50.0212876Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-09-27T15:22:50.0214735Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-09-27T15:22:50.0217310Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-09-27T15:22:50.0219404Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-09-27T15:22:50.0222195Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-09-27T15:22:50.0224512Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-09-27T15:22:50.0226273Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-09-27T15:22:50.0228313Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-09-27T15:22:50.0230144Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-09-27T15:22:50.0232222Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-09-27T15:22:50.0234413Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-09-27T15:22:50.0236522Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-09-27T15:22:50.0238913Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-09-27T15:22:50.0240819Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-09-27T15:22:50.0242485Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-09-27T15:22:50.0244173Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-09-27T15:22:50.0246191Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-09-27T15:22:50.0248507Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-09-27T15:22:50.0252234Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-09-27T15:22:50.0254282Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-09-27T15:22:50.0256158Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-09-27T15:22:50.0258552Z adding 'caffe2/python/layers/__init__.py' 2022-09-27T15:22:50.0261050Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-09-27T15:22:50.0262941Z adding 'caffe2/python/layers/add_bias.py' 2022-09-27T15:22:50.0265586Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-09-27T15:22:50.0267858Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-09-27T15:22:50.0271046Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-09-27T15:22:50.0273266Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-09-27T15:22:50.0275369Z adding 'caffe2/python/layers/batch_normalization.py' 2022-09-27T15:22:50.0277289Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-09-27T15:22:50.0279346Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-09-27T15:22:50.0281292Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-09-27T15:22:50.0283111Z adding 'caffe2/python/layers/bpr_loss.py' 2022-09-27T15:22:50.0285051Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-09-27T15:22:50.0286946Z adding 'caffe2/python/layers/build_index.py' 2022-09-27T15:22:50.0289212Z adding 'caffe2/python/layers/concat.py' 2022-09-27T15:22:50.0290973Z adding 'caffe2/python/layers/constant_weight.py' 2022-09-27T15:22:50.0293345Z adding 'caffe2/python/layers/conv.py' 2022-09-27T15:22:50.0295101Z adding 'caffe2/python/layers/dropout.py' 2022-09-27T15:22:50.0298456Z adding 'caffe2/python/layers/fc.py' 2022-09-27T15:22:50.0302468Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-09-27T15:22:50.0304919Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-09-27T15:22:50.0308094Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-09-27T15:22:50.0310772Z adding 'caffe2/python/layers/functional.py' 2022-09-27T15:22:50.0312987Z adding 'caffe2/python/layers/gather_record.py' 2022-09-27T15:22:50.0315434Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-09-27T15:22:50.0317628Z adding 'caffe2/python/layers/label_smooth.py' 2022-09-27T15:22:50.0319626Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-09-27T15:22:50.0321876Z adding 'caffe2/python/layers/layer_normalization.py' 2022-09-27T15:22:50.0327087Z adding 'caffe2/python/layers/layers.py' 2022-09-27T15:22:50.0329434Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-09-27T15:22:50.0331313Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-09-27T15:22:50.0333301Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-09-27T15:22:50.0335445Z adding 'caffe2/python/layers/position_weighted.py' 2022-09-27T15:22:50.0337518Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-09-27T15:22:50.0339580Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-09-27T15:22:50.0341506Z adding 'caffe2/python/layers/sampling_train.py' 2022-09-27T15:22:50.0343266Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-09-27T15:22:50.0345209Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-09-27T15:22:50.0347676Z adding 'caffe2/python/layers/semi_random_features.py' 2022-09-27T15:22:50.0350013Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-09-27T15:22:50.0352317Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-09-27T15:22:50.0354571Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-09-27T15:22:50.0359900Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-09-27T15:22:50.0362366Z adding 'caffe2/python/layers/split.py' 2022-09-27T15:22:50.0364820Z adding 'caffe2/python/layers/tags.py' 2022-09-27T15:22:50.0366953Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-09-27T15:22:50.0368754Z adding 'caffe2/python/mint/__init__.py' 2022-09-27T15:22:50.0371356Z adding 'caffe2/python/mint/app.py' 2022-09-27T15:22:50.0373352Z adding 'caffe2/python/mkl/__init__.py' 2022-09-27T15:22:50.0375110Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-09-27T15:22:50.0377245Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-09-27T15:22:50.0379084Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-09-27T15:22:50.0380851Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-09-27T15:22:50.0382674Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-09-27T15:22:50.0384387Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-09-27T15:22:50.0386411Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-09-27T15:22:50.0387817Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-09-27T15:22:50.0389708Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-09-27T15:22:50.0391498Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-09-27T15:22:50.0393120Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-09-27T15:22:50.0395457Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-09-27T15:22:50.0397136Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-09-27T15:22:50.0399115Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-09-27T15:22:50.0400932Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-09-27T15:22:50.0402823Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-09-27T15:22:50.0404656Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-09-27T15:22:50.0406758Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-09-27T15:22:50.0409684Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-09-27T15:22:50.0412665Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-09-27T15:22:50.0414840Z adding 'caffe2/python/modeling/__init__.py' 2022-09-27T15:22:50.0417319Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-09-27T15:22:50.0419514Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-09-27T15:22:50.0421790Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-09-27T15:22:50.0423911Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-09-27T15:22:50.0425931Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-09-27T15:22:50.0427780Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-09-27T15:22:50.0429866Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-09-27T15:22:50.0431910Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-09-27T15:22:50.0434552Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-09-27T15:22:50.0437369Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-09-27T15:22:50.0439983Z adding 'caffe2/python/modeling/initializers.py' 2022-09-27T15:22:50.0441861Z adding 'caffe2/python/modeling/initializers_test.py' 2022-09-27T15:22:50.0443908Z adding 'caffe2/python/modeling/net_modifier.py' 2022-09-27T15:22:50.0445288Z adding 'caffe2/python/modeling/parameter_info.py' 2022-09-27T15:22:50.0447430Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-09-27T15:22:50.0449892Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-09-27T15:22:50.0451732Z adding 'caffe2/python/models/__init__.py' 2022-09-27T15:22:50.0453354Z adding 'caffe2/python/models/__sym_init__.py' 2022-09-27T15:22:50.0456557Z adding 'caffe2/python/models/download.py' 2022-09-27T15:22:50.0459273Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-09-27T15:22:50.0463248Z adding 'caffe2/python/models/resnet.py' 2022-09-27T15:22:50.0465480Z adding 'caffe2/python/models/resnet_test.py' 2022-09-27T15:22:50.0468246Z adding 'caffe2/python/models/shufflenet.py' 2022-09-27T15:22:50.0470595Z adding 'caffe2/python/models/shufflenet_test.py' 2022-09-27T15:22:50.0472567Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-09-27T15:22:50.0476959Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-09-27T15:22:50.0480037Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-09-27T15:22:50.0482427Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-09-27T15:22:50.0484587Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-09-27T15:22:50.0489779Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-09-27T15:22:50.0497441Z adding 'caffe2/python/models/seq2seq/train.py' 2022-09-27T15:22:50.0504083Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-09-27T15:22:50.0506613Z adding 'caffe2/python/onnx/__init__.py' 2022-09-27T15:22:50.0518047Z adding 'caffe2/python/onnx/backend.py' 2022-09-27T15:22:50.0521160Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-09-27T15:22:50.0523202Z adding 'caffe2/python/onnx/backend_rep.py' 2022-09-27T15:22:50.0524945Z adding 'caffe2/python/onnx/error.py' 2022-09-27T15:22:50.0529165Z adding 'caffe2/python/onnx/frontend.py' 2022-09-27T15:22:50.0532094Z adding 'caffe2/python/onnx/helper.py' 2022-09-27T15:22:50.0534369Z adding 'caffe2/python/onnx/onnxifi.py' 2022-09-27T15:22:50.0537669Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-09-27T15:22:50.0540345Z adding 'caffe2/python/onnx/workspace.py' 2022-09-27T15:22:50.0542325Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-09-27T15:22:50.0544637Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-09-27T15:22:50.0546673Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-09-27T15:22:50.0552587Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-09-27T15:22:50.0557444Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-09-27T15:22:50.0559698Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-09-27T15:22:50.0563013Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-09-27T15:22:50.0565674Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-09-27T15:22:50.0567628Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-09-27T15:22:50.0571978Z adding 'caffe2/python/operator_test/__init__.py' 2022-09-27T15:22:50.0574587Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-09-27T15:22:50.0578841Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-09-27T15:22:50.0580757Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-09-27T15:22:50.0583631Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-09-27T15:22:50.0587639Z adding 'caffe2/python/operator_test/adam_test.py' 2022-09-27T15:22:50.0590532Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-09-27T15:22:50.0592556Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-09-27T15:22:50.0594715Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-09-27T15:22:50.0596835Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-09-27T15:22:50.0598812Z adding 'caffe2/python/operator_test/assert_test.py' 2022-09-27T15:22:50.0600758Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-09-27T15:22:50.0603101Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-09-27T15:22:50.0605755Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-09-27T15:22:50.0608564Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-09-27T15:22:50.0611130Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-09-27T15:22:50.0613412Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-09-27T15:22:50.0615944Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-09-27T15:22:50.0619993Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-09-27T15:22:50.0623198Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-09-27T15:22:50.0625742Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-09-27T15:22:50.0629076Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-09-27T15:22:50.0631673Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-09-27T15:22:50.0634733Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-09-27T15:22:50.0636994Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-09-27T15:22:50.0639047Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-09-27T15:22:50.0641013Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-09-27T15:22:50.0643241Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-09-27T15:22:50.0645474Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-09-27T15:22:50.0647637Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-09-27T15:22:50.0649703Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-09-27T15:22:50.0652064Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-09-27T15:22:50.0655807Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-09-27T15:22:50.0659532Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-09-27T15:22:50.0662074Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-09-27T15:22:50.0664501Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-09-27T15:22:50.0666436Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-09-27T15:22:50.0668854Z adding 'caffe2/python/operator_test/conftest.py' 2022-09-27T15:22:50.0674798Z adding 'caffe2/python/operator_test/conv_test.py' 2022-09-27T15:22:50.0678475Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-09-27T15:22:50.0681721Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-09-27T15:22:50.0683708Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-09-27T15:22:50.0685752Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-09-27T15:22:50.0687698Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-09-27T15:22:50.0690002Z adding 'caffe2/python/operator_test/crf_test.py' 2022-09-27T15:22:50.0692925Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-09-27T15:22:50.0695690Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-09-27T15:22:50.0697878Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-09-27T15:22:50.0700266Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-09-27T15:22:50.0702031Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-09-27T15:22:50.0707843Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-09-27T15:22:50.0710371Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-09-27T15:22:50.0713956Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-09-27T15:22:50.0716307Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-09-27T15:22:50.0718138Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-09-27T15:22:50.0721195Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-09-27T15:22:50.0723481Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-09-27T15:22:50.0725596Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-09-27T15:22:50.0727337Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-09-27T15:22:50.0729017Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-09-27T15:22:50.0731045Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-09-27T15:22:50.0734413Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-09-27T15:22:50.0740385Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-09-27T15:22:50.0742947Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-09-27T15:22:50.0744671Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-09-27T15:22:50.0746398Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-09-27T15:22:50.0748117Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-09-27T15:22:50.0749969Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-09-27T15:22:50.0751596Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-09-27T15:22:50.0753714Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-09-27T15:22:50.0756918Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-09-27T15:22:50.0760172Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-09-27T15:22:50.0762123Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-09-27T15:22:50.0764013Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-09-27T15:22:50.0765840Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-09-27T15:22:50.0767461Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-09-27T15:22:50.0771115Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-09-27T15:22:50.0773498Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-09-27T15:22:50.0776603Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-09-27T15:22:50.0779663Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-09-27T15:22:50.0781711Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-09-27T15:22:50.0783478Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-09-27T15:22:50.0785175Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-09-27T15:22:50.0787127Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-09-27T15:22:50.0789222Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-09-27T15:22:50.0792986Z adding 'caffe2/python/operator_test/gru_test.py' 2022-09-27T15:22:50.0795641Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-09-27T15:22:50.0797775Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-09-27T15:22:50.0800958Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-09-27T15:22:50.0803103Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-09-27T15:22:50.0805242Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-09-27T15:22:50.0809757Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-09-27T15:22:50.0812092Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-09-27T15:22:50.0814300Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-09-27T15:22:50.0817507Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-09-27T15:22:50.0819696Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-09-27T15:22:50.0821451Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-09-27T15:22:50.0823102Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-09-27T15:22:50.0825136Z adding 'caffe2/python/operator_test/lars_test.py' 2022-09-27T15:22:50.0828131Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-09-27T15:22:50.0830819Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-09-27T15:22:50.0832800Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-09-27T15:22:50.0835597Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-09-27T15:22:50.0837712Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-09-27T15:22:50.0839767Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-09-27T15:22:50.0842724Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-09-27T15:22:50.0844808Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-09-27T15:22:50.0846827Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-09-27T15:22:50.0849099Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-09-27T15:22:50.0856676Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-09-27T15:22:50.0860266Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-09-27T15:22:50.0862203Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-09-27T15:22:50.0864225Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-09-27T15:22:50.0866197Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-09-27T15:22:50.0868328Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-09-27T15:22:50.0870323Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-09-27T15:22:50.0872095Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-09-27T15:22:50.0874847Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-09-27T15:22:50.0876977Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-09-27T15:22:50.0879129Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-09-27T15:22:50.0881035Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-09-27T15:22:50.0883050Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-09-27T15:22:50.0884928Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-09-27T15:22:50.0886776Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-09-27T15:22:50.0889282Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-09-27T15:22:50.0891993Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-09-27T15:22:50.0893996Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-09-27T15:22:50.0896214Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-09-27T15:22:50.0898421Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-09-27T15:22:50.0900213Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-09-27T15:22:50.0902051Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-09-27T15:22:50.0904607Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-09-27T15:22:50.0906972Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-09-27T15:22:50.0908763Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-09-27T15:22:50.0911970Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-09-27T15:22:50.0914359Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-09-27T15:22:50.0916160Z adding 'caffe2/python/operator_test/pad_test.py' 2022-09-27T15:22:50.0918669Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-09-27T15:22:50.0921108Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-09-27T15:22:50.0923563Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-09-27T15:22:50.0927077Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-09-27T15:22:50.0929321Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-09-27T15:22:50.0931210Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-09-27T15:22:50.0933224Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-09-27T15:22:50.0935644Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-09-27T15:22:50.0938086Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-09-27T15:22:50.0941320Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-09-27T15:22:50.0943656Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-09-27T15:22:50.0947541Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-09-27T15:22:50.0951620Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-09-27T15:22:50.0955791Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-09-27T15:22:50.0958141Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-09-27T15:22:50.0961081Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-09-27T15:22:50.0964085Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-09-27T15:22:50.0966424Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-09-27T15:22:50.0968320Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-09-27T15:22:50.0980970Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-09-27T15:22:50.0985203Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-09-27T15:22:50.0987463Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-09-27T15:22:50.0989418Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-09-27T15:22:50.0995273Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-09-27T15:22:50.0999272Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-09-27T15:22:50.1001648Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-09-27T15:22:50.1005752Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-09-27T15:22:50.1011769Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-09-27T15:22:50.1014507Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-09-27T15:22:50.1019186Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-09-27T15:22:50.1021447Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-09-27T15:22:50.1023401Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-09-27T15:22:50.1025221Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-09-27T15:22:50.1027172Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-09-27T15:22:50.1029568Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-09-27T15:22:50.1031768Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-09-27T15:22:50.1033896Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-09-27T15:22:50.1036189Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-09-27T15:22:50.1038239Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-09-27T15:22:50.1042148Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-09-27T15:22:50.1045639Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-09-27T15:22:50.1048364Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-09-27T15:22:50.1050600Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-09-27T15:22:50.1052704Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-09-27T15:22:50.1055078Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-09-27T15:22:50.1057267Z adding 'caffe2/python/operator_test/storm_test.py' 2022-09-27T15:22:50.1059362Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-09-27T15:22:50.1061351Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-09-27T15:22:50.1063453Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-09-27T15:22:50.1065515Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-09-27T15:22:50.1068137Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-09-27T15:22:50.1076972Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-09-27T15:22:50.1079922Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-09-27T15:22:50.1081712Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-09-27T15:22:50.1083951Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-09-27T15:22:50.1085792Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-09-27T15:22:50.1087914Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-09-27T15:22:50.1090346Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-09-27T15:22:50.1094521Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-09-27T15:22:50.1097809Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-09-27T15:22:50.1100100Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-09-27T15:22:50.1102004Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-09-27T15:22:50.1104119Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-09-27T15:22:50.1106053Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-09-27T15:22:50.1108780Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-09-27T15:22:50.1110934Z adding 'caffe2/python/predictor/__init__.py' 2022-09-27T15:22:50.1113351Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-09-27T15:22:50.1115854Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-09-27T15:22:50.1119217Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-09-27T15:22:50.1122437Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-09-27T15:22:50.1125561Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-09-27T15:22:50.1127618Z adding 'caffe2/python/predictor/predictor_test.py' 2022-09-27T15:22:50.1129237Z adding 'caffe2/python/predictor/serde.py' 2022-09-27T15:22:50.1130939Z adding 'caffe2/python/rnn/__init__.py' 2022-09-27T15:22:50.1132794Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-09-27T15:22:50.1134793Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-09-27T15:22:50.1136808Z adding 'caffe2/python/serialized_test/__init__.py' 2022-09-27T15:22:50.1138958Z adding 'caffe2/python/serialized_test/coverage.py' 2022-09-27T15:22:50.1142549Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-09-27T15:22:50.1146973Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-09-27T15:22:50.1148970Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-09-27T15:22:50.1150846Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-09-27T15:22:50.1152725Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-09-27T15:22:50.1154636Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-09-27T15:22:50.1156689Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-09-27T15:22:50.1158537Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-09-27T15:22:50.1160488Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-09-27T15:22:50.1162584Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-09-27T15:22:50.1164645Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-09-27T15:22:50.1166458Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-09-27T15:22:50.1168361Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-09-27T15:22:50.1170333Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-09-27T15:22:50.1172367Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-09-27T15:22:50.1174264Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-09-27T15:22:50.1176575Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-09-27T15:22:50.1178538Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-09-27T15:22:50.1180487Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-09-27T15:22:50.1182471Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-09-27T15:22:50.1184397Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-09-27T15:22:50.1186318Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-09-27T15:22:50.1188222Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-09-27T15:22:50.1190374Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-09-27T15:22:50.1192252Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-09-27T15:22:50.1194203Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-09-27T15:22:50.1196295Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-09-27T15:22:50.1198312Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-09-27T15:22:50.1200211Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-09-27T15:22:50.1202200Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-09-27T15:22:50.1212937Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-09-27T15:22:50.1216106Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-09-27T15:22:50.1218089Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-09-27T15:22:50.1220070Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-09-27T15:22:50.1222489Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-09-27T15:22:50.1224606Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-09-27T15:22:50.1226695Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-09-27T15:22:50.1235168Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-09-27T15:22:50.1238135Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-09-27T15:22:50.1240141Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-09-27T15:22:50.1242278Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-09-27T15:22:50.1244431Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-09-27T15:22:50.1246430Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-09-27T15:22:50.1248383Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-09-27T15:22:50.1251010Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-09-27T15:22:50.1253036Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-09-27T15:22:50.1255141Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-09-27T15:22:50.1257426Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-09-27T15:22:50.1259512Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-09-27T15:22:50.1261451Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-09-27T15:22:50.1263475Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-09-27T15:22:50.1265535Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-09-27T15:22:50.1267517Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-09-27T15:22:50.1269538Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-09-27T15:22:50.1271746Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-09-27T15:22:50.1273831Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-09-27T15:22:50.1275872Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-09-27T15:22:50.1277819Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-09-27T15:22:50.1279959Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-09-27T15:22:50.1282041Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-09-27T15:22:50.1284314Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-09-27T15:22:50.1286268Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-09-27T15:22:50.1288311Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-09-27T15:22:50.1290229Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-09-27T15:22:50.1292695Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-09-27T15:22:50.1294993Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-09-27T15:22:50.1297469Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-09-27T15:22:50.1299990Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-09-27T15:22:50.1301729Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-09-27T15:22:50.1303826Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-09-27T15:22:50.1305443Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-09-27T15:22:50.1307394Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-09-27T15:22:50.1309247Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-09-27T15:22:50.1311188Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-09-27T15:22:50.1313464Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-09-27T15:22:50.1315400Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-09-27T15:22:50.1317165Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-09-27T15:22:50.1319280Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-09-27T15:22:50.1321135Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-09-27T15:22:50.1323172Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-09-27T15:22:50.1325377Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-09-27T15:22:50.1327093Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-09-27T15:22:50.1329037Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-09-27T15:22:50.1330988Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-09-27T15:22:50.1333780Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-09-27T15:22:50.1336043Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-09-27T15:22:50.1337750Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-09-27T15:22:50.1339691Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-09-27T15:22:50.1341774Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-09-27T15:22:50.1343749Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-09-27T15:22:50.1345706Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-09-27T15:22:50.1347534Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-09-27T15:22:50.1349554Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-09-27T15:22:50.1351427Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-09-27T15:22:50.1353449Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-09-27T15:22:50.1355529Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-09-27T15:22:50.1357473Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-09-27T15:22:50.1359668Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-09-27T15:22:50.1361790Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-09-27T15:22:50.1363832Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-09-27T15:22:50.1366086Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-09-27T15:22:50.1368753Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-09-27T15:22:50.1371416Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-09-27T15:22:50.1374201Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-09-27T15:22:50.1376957Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-09-27T15:22:50.1379523Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-09-27T15:22:50.1381605Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-09-27T15:22:50.1383545Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-09-27T15:22:50.1385495Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-09-27T15:22:50.1387377Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-09-27T15:22:50.1389419Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-09-27T15:22:50.1391293Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-09-27T15:22:50.1393185Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-09-27T15:22:50.1395104Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-09-27T15:22:50.1397025Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-09-27T15:22:50.1398908Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-09-27T15:22:50.1400938Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-09-27T15:22:50.1402899Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-09-27T15:22:50.1404854Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-09-27T15:22:50.1406775Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-09-27T15:22:50.1408811Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-09-27T15:22:50.1410752Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-09-27T15:22:50.1412693Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-09-27T15:22:50.1414598Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-09-27T15:22:50.1416887Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-09-27T15:22:50.1420201Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-09-27T15:22:50.1422366Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-09-27T15:22:50.1424388Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-09-27T15:22:50.1426392Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-09-27T15:22:50.1428408Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-09-27T15:22:50.1430348Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-09-27T15:22:50.1432305Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-09-27T15:22:50.1434227Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-09-27T15:22:50.1436704Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-09-27T15:22:50.1438826Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-09-27T15:22:50.1440671Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-09-27T15:22:50.1442080Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-09-27T15:22:50.1444243Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-09-27T15:22:50.1446088Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-09-27T15:22:50.1448084Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-09-27T15:22:50.1450010Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-09-27T15:22:50.1452059Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-09-27T15:22:50.1454172Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-09-27T15:22:50.1456801Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-09-27T15:22:50.1459434Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-09-27T15:22:50.1461956Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-09-27T15:22:50.1464558Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-09-27T15:22:50.1466823Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-09-27T15:22:50.1468970Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-09-27T15:22:50.1471169Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-09-27T15:22:50.1473196Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-09-27T15:22:50.1475327Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-09-27T15:22:50.1477301Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-09-27T15:22:50.1479750Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-09-27T15:22:50.1481715Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-09-27T15:22:50.1483752Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-09-27T15:22:50.1485738Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-09-27T15:22:50.1487552Z adding 'caffe2/python/test/__init__.py' 2022-09-27T15:22:50.1489563Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-09-27T15:22:50.1491099Z adding 'caffe2/python/test/do_op_test.py' 2022-09-27T15:22:50.1493234Z adding 'caffe2/python/test/executor_test.py' 2022-09-27T15:22:50.1496850Z adding 'caffe2/python/test/executor_test_util.py' 2022-09-27T15:22:50.1500641Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-09-27T15:22:50.1502699Z adding 'caffe2/python/test/gpu_context_test.py' 2022-09-27T15:22:50.1504793Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-09-27T15:22:50.1506667Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-09-27T15:22:50.1508553Z adding 'caffe2/python/trt/__init__.py' 2022-09-27T15:22:50.1511445Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-09-27T15:22:50.1515304Z adding 'caffe2/python/trt/test_trt.py' 2022-09-27T15:22:50.1517954Z adding 'caffe2/python/trt/transform.py' 2022-09-27T15:22:50.1519943Z adding 'caffe2/quantization/__init__.py' 2022-09-27T15:22:50.1522186Z adding 'caffe2/quantization/server/__init__.py' 2022-09-27T15:22:50.1525478Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-09-27T15:22:50.1527812Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-09-27T15:22:50.1530147Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-09-27T15:22:50.1532496Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-09-27T15:22:50.1534952Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-09-27T15:22:50.1538134Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-09-27T15:22:50.1541932Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-09-27T15:22:50.1545986Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-09-27T15:22:50.1550081Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-09-27T15:22:50.1553208Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-09-27T15:22:50.1555541Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-09-27T15:22:50.1560089Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-09-27T15:22:50.1563449Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-09-27T15:22:50.1566032Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-09-27T15:22:50.1568787Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-09-27T15:22:50.1571614Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-09-27T15:22:50.1574668Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-09-27T15:22:50.1578733Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-09-27T15:22:50.1581106Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-09-27T15:22:50.1583974Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-09-27T15:22:50.1586299Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-09-27T15:22:50.1588941Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-09-27T15:22:50.1591424Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-09-27T15:22:50.1593915Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-09-27T15:22:50.1596088Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-09-27T15:22:50.1598457Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-09-27T15:22:50.1600369Z adding 'caffe2/quantization/server/observer_test.py' 2022-09-27T15:22:50.1602994Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-09-27T15:22:50.1605503Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-09-27T15:22:50.1607706Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-09-27T15:22:50.1609897Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-09-27T15:22:50.1612020Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-09-27T15:22:50.1614242Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-09-27T15:22:50.1616883Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-09-27T15:22:50.1618961Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-09-27T15:22:50.1623739Z adding 'caffe2/quantization/server/utils.py' 2022-09-27T15:22:50.1808809Z adding 'functorch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-09-27T15:22:50.1819899Z adding 'functorch/__init__.py' 2022-09-27T15:22:50.1821865Z adding 'functorch/setup.py' 2022-09-27T15:22:50.1824119Z adding 'functorch/_src/__init__.py' 2022-09-27T15:22:50.1834257Z adding 'functorch/_src/aot_autograd.py' 2022-09-27T15:22:50.1838148Z adding 'functorch/_src/benchmark_utils.py' 2022-09-27T15:22:50.1840713Z adding 'functorch/_src/compile_utils.py' 2022-09-27T15:22:50.1844861Z adding 'functorch/_src/compilers.py' 2022-09-27T15:22:50.1847027Z adding 'functorch/_src/config.py' 2022-09-27T15:22:50.1864581Z adding 'functorch/_src/eager_transforms.py' 2022-09-27T15:22:50.1870066Z adding 'functorch/_src/fx_minifier.py' 2022-09-27T15:22:50.1876218Z adding 'functorch/_src/make_functional.py' 2022-09-27T15:22:50.1878944Z adding 'functorch/_src/monkey_patching.py' 2022-09-27T15:22:50.1881024Z adding 'functorch/_src/named_members_polyfill.py' 2022-09-27T15:22:50.1886876Z adding 'functorch/_src/partitioners.py' 2022-09-27T15:22:50.1889163Z adding 'functorch/_src/python_key.py' 2022-09-27T15:22:50.1890935Z adding 'functorch/_src/pytree_hacks.py' 2022-09-27T15:22:50.1897143Z adding 'functorch/_src/top_operators_github_usage.py' 2022-09-27T15:22:50.1904040Z adding 'functorch/_src/vmap.py' 2022-09-27T15:22:50.1906842Z adding 'functorch/compile/__init__.py' 2022-09-27T15:22:50.1909665Z adding 'functorch/dim/__init__.py' 2022-09-27T15:22:50.1911638Z adding 'functorch/dim/batch_tensor.py' 2022-09-27T15:22:50.1913732Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-09-27T15:22:50.1916082Z adding 'functorch/dim/dim.py' 2022-09-27T15:22:50.1918045Z adding 'functorch/dim/magic_trace.py' 2022-09-27T15:22:50.1920794Z adding 'functorch/dim/op_properties.py' 2022-09-27T15:22:50.1927577Z adding 'functorch/dim/reference.py' 2022-09-27T15:22:50.1929936Z adding 'functorch/dim/tree_map.py' 2022-09-27T15:22:50.1931918Z adding 'functorch/dim/wrap_type.py' 2022-09-27T15:22:50.1933948Z adding 'functorch/experimental/__init__.py' 2022-09-27T15:22:50.1935926Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-09-27T15:22:50.1938538Z adding 'functorch/experimental/cond.py' 2022-09-27T15:22:50.1940254Z adding 'functorch/experimental/ops.py' 2022-09-27T15:22:50.1952898Z adding 'torch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-09-27T15:22:50.1965397Z adding 'torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so' 2022-09-27T15:22:50.1968093Z adding 'torch/_VF.py' 2022-09-27T15:22:50.1969873Z adding 'torch/__config__.py' 2022-09-27T15:22:50.1971706Z adding 'torch/__future__.py' 2022-09-27T15:22:50.1983492Z adding 'torch/__init__.py' 2022-09-27T15:22:50.1990538Z adding 'torch/_appdirs.py' 2022-09-27T15:22:50.1993290Z adding 'torch/_classes.py' 2022-09-27T15:22:50.1995654Z adding 'torch/_deploy.py' 2022-09-27T15:22:50.2011946Z adding 'torch/_jit_internal.py' 2022-09-27T15:22:50.2015658Z adding 'torch/_linalg_utils.py' 2022-09-27T15:22:50.2028356Z adding 'torch/_lobpcg.py' 2022-09-27T15:22:50.2033344Z adding 'torch/_lowrank.py' 2022-09-27T15:22:50.2043115Z adding 'torch/_meta_registrations.py' 2022-09-27T15:22:50.2046817Z adding 'torch/_namedtensor_internals.py' 2022-09-27T15:22:50.2053603Z adding 'torch/_ops.py' 2022-09-27T15:22:50.2057587Z adding 'torch/_python_dispatcher.py' 2022-09-27T15:22:50.2059768Z adding 'torch/_six.py' 2022-09-27T15:22:50.2062583Z adding 'torch/_sources.py' 2022-09-27T15:22:50.2064564Z adding 'torch/_storage_docs.py' 2022-09-27T15:22:50.2079587Z adding 'torch/_tensor.py' 2022-09-27T15:22:50.2112058Z adding 'torch/_tensor_docs.py' 2022-09-27T15:22:50.2121403Z adding 'torch/_tensor_str.py' 2022-09-27T15:22:50.2237121Z adding 'torch/_torch_docs.py' 2022-09-27T15:22:50.2254271Z adding 'torch/_utils.py' 2022-09-27T15:22:50.2257189Z adding 'torch/_utils_internal.py' 2022-09-27T15:22:50.2262208Z adding 'torch/_vmap_internals.py' 2022-09-27T15:22:50.2284468Z adding 'torch/functional.py' 2022-09-27T15:22:50.2295468Z adding 'torch/hub.py' 2022-09-27T15:22:50.2299574Z adding 'torch/library.py' 2022-09-27T15:22:50.2323217Z adding 'torch/overrides.py' 2022-09-27T15:22:50.2327218Z adding 'torch/py.typed' 2022-09-27T15:22:50.2330232Z adding 'torch/quasirandom.py' 2022-09-27T15:22:50.2332992Z adding 'torch/random.py' 2022-09-27T15:22:50.2334927Z adding 'torch/return_types.py' 2022-09-27T15:22:50.2348594Z adding 'torch/serialization.py' 2022-09-27T15:22:50.2357177Z adding 'torch/storage.py' 2022-09-27T15:22:50.2360367Z adding 'torch/torch_version.py' 2022-09-27T15:22:50.2362599Z adding 'torch/types.py' 2022-09-27T15:22:50.2364369Z adding 'torch/version.py' 2022-09-27T15:22:50.2392517Z adding 'torch/_C/_VariableFunctions.pyi' 2022-09-27T15:22:50.2423873Z adding 'torch/_C/__init__.pyi' 2022-09-27T15:22:50.2428981Z adding 'torch/_C/_autograd.pyi' 2022-09-27T15:22:50.2430784Z adding 'torch/_C/_cudnn.pyi' 2022-09-27T15:22:50.2432643Z adding 'torch/_C/_distributed_autograd.pyi' 2022-09-27T15:22:50.2435858Z adding 'torch/_C/_distributed_c10d.pyi' 2022-09-27T15:22:50.2438748Z adding 'torch/_C/_distributed_rpc.pyi' 2022-09-27T15:22:50.2440779Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-09-27T15:22:50.2442602Z adding 'torch/_C/_functions.pyi' 2022-09-27T15:22:50.2444196Z adding 'torch/_C/_itt.pyi' 2022-09-27T15:22:50.2445983Z adding 'torch/_C/_lazy.pyi' 2022-09-27T15:22:50.2447653Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-09-27T15:22:50.2449379Z adding 'torch/_C/_monitor.pyi' 2022-09-27T15:22:50.2451376Z adding 'torch/_C/_nn.pyi' 2022-09-27T15:22:50.2452904Z adding 'torch/_C/_nvtx.pyi' 2022-09-27T15:22:50.2454516Z adding 'torch/_C/_onnx.pyi' 2022-09-27T15:22:50.2456623Z adding 'torch/_C/_profiler.pyi' 2022-09-27T15:22:50.2458302Z adding 'torch/_C/_verbose.pyi' 2022-09-27T15:22:50.2460216Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-09-27T15:22:50.2463689Z adding 'torch/_decomp/__init__.py' 2022-09-27T15:22:50.2488055Z adding 'torch/_decomp/decompositions.py' 2022-09-27T15:22:50.2493403Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-09-27T15:22:50.2495656Z adding 'torch/_dispatch/__init__.py' 2022-09-27T15:22:50.2497333Z adding 'torch/_dispatch/python.py' 2022-09-27T15:22:50.2499568Z adding 'torch/_lazy/__init__.py' 2022-09-27T15:22:50.2502231Z adding 'torch/_lazy/closure.py' 2022-09-27T15:22:50.2504139Z adding 'torch/_lazy/computation.py' 2022-09-27T15:22:50.2505780Z adding 'torch/_lazy/config.py' 2022-09-27T15:22:50.2507467Z adding 'torch/_lazy/debug.py' 2022-09-27T15:22:50.2509148Z adding 'torch/_lazy/device_context.py' 2022-09-27T15:22:50.2512821Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-09-27T15:22:50.2514602Z adding 'torch/_lazy/ir_cache.py' 2022-09-27T15:22:50.2516217Z adding 'torch/_lazy/metrics.py' 2022-09-27T15:22:50.2518073Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-09-27T15:22:50.2519766Z adding 'torch/_lazy/ts_backend.py' 2022-09-27T15:22:50.2535162Z adding 'torch/_masked/__init__.py' 2022-09-27T15:22:50.2542035Z adding 'torch/_masked/_docs.py' 2022-09-27T15:22:50.2562944Z adding 'torch/_prims/__init__.py' 2022-09-27T15:22:50.2568187Z adding 'torch/_prims/context.py' 2022-09-27T15:22:50.2570387Z adding 'torch/_prims/executor.py' 2022-09-27T15:22:50.2574942Z adding 'torch/_prims/nvfuser_executor.py' 2022-09-27T15:22:50.2580644Z adding 'torch/_prims/nvfuser_prims.py' 2022-09-27T15:22:50.2596057Z adding 'torch/_prims_common/__init__.py' 2022-09-27T15:22:50.2601776Z adding 'torch/_prims_common/wrappers.py' 2022-09-27T15:22:50.2642111Z adding 'torch/_refs/__init__.py' 2022-09-27T15:22:50.2649967Z adding 'torch/_refs/fft.py' 2022-09-27T15:22:50.2653787Z adding 'torch/_refs/linalg/__init__.py' 2022-09-27T15:22:50.2655783Z adding 'torch/_refs/nn/__init__.py' 2022-09-27T15:22:50.2661318Z adding 'torch/_refs/nn/functional/__init__.py' 2022-09-27T15:22:50.2663861Z adding 'torch/_refs/special/__init__.py' 2022-09-27T15:22:50.2665659Z adding 'torch/_subclasses/__init__.py' 2022-09-27T15:22:50.2677520Z adding 'torch/_subclasses/fake_tensor.py' 2022-09-27T15:22:50.2680449Z adding 'torch/_subclasses/fake_utils.py' 2022-09-27T15:22:50.2684743Z adding 'torch/_subclasses/meta_utils.py' 2022-09-27T15:22:50.2686727Z adding 'torch/amp/__init__.py' 2022-09-27T15:22:50.2690444Z adding 'torch/amp/autocast_mode.py' 2022-09-27T15:22:50.2692557Z adding 'torch/ao/__init__.py' 2022-09-27T15:22:50.2694328Z adding 'torch/ao/nn/__init__.py' 2022-09-27T15:22:50.2696120Z adding 'torch/ao/nn/qat/__init__.py' 2022-09-27T15:22:50.2697690Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-09-27T15:22:50.2699682Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-09-27T15:22:50.2701055Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-09-27T15:22:50.2702495Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-09-27T15:22:50.2705082Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-09-27T15:22:50.2707894Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-09-27T15:22:50.2710202Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-09-27T15:22:50.2712043Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-09-27T15:22:50.2713913Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-09-27T15:22:50.2719491Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-09-27T15:22:50.2724809Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-09-27T15:22:50.2727286Z adding 'torch/ao/nn/quantized/__init__.py' 2022-09-27T15:22:50.2733151Z adding 'torch/ao/nn/quantized/functional.py' 2022-09-27T15:22:50.2735914Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-09-27T15:22:50.2737800Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-09-27T15:22:50.2740991Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-09-27T15:22:50.2744168Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-09-27T15:22:50.2754533Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-09-27T15:22:50.2758428Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-09-27T15:22:50.2761821Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-09-27T15:22:50.2764360Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-09-27T15:22:50.2771260Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-09-27T15:22:50.2774096Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-09-27T15:22:50.2777965Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-09-27T15:22:50.2780936Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-09-27T15:22:50.2785169Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-09-27T15:22:50.2787915Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-09-27T15:22:50.2790088Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-09-27T15:22:50.2792589Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-09-27T15:22:50.2794612Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-09-27T15:22:50.2796571Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-09-27T15:22:50.2799423Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-09-27T15:22:50.2801804Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-09-27T15:22:50.2806858Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-09-27T15:22:50.2809592Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-09-27T15:22:50.2812466Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-09-27T15:22:50.2814401Z adding 'torch/ao/nn/sparse/__init__.py' 2022-09-27T15:22:50.2816445Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-09-27T15:22:50.2819323Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-09-27T15:22:50.2821464Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-09-27T15:22:50.2823283Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-09-27T15:22:50.2826147Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-09-27T15:22:50.2827993Z adding 'torch/ao/ns/__init__.py' 2022-09-27T15:22:50.2833218Z adding 'torch/ao/ns/_numeric_suite.py' 2022-09-27T15:22:50.2839989Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-09-27T15:22:50.2842882Z adding 'torch/ao/ns/fx/__init__.py' 2022-09-27T15:22:50.2848390Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-09-27T15:22:50.2859537Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-09-27T15:22:50.2864666Z adding 'torch/ao/ns/fx/mappings.py' 2022-09-27T15:22:50.2867124Z adding 'torch/ao/ns/fx/ns_types.py' 2022-09-27T15:22:50.2870295Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-09-27T15:22:50.2876089Z adding 'torch/ao/ns/fx/utils.py' 2022-09-27T15:22:50.2879957Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-09-27T15:22:50.2882664Z adding 'torch/ao/quantization/__init__.py' 2022-09-27T15:22:50.2885349Z adding 'torch/ao/quantization/_correct_bias.py' 2022-09-27T15:22:50.2888375Z adding 'torch/ao/quantization/_equalize.py' 2022-09-27T15:22:50.2891495Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-09-27T15:22:50.2897287Z adding 'torch/ao/quantization/fake_quantize.py' 2022-09-27T15:22:50.2900914Z adding 'torch/ao/quantization/fuse_modules.py' 2022-09-27T15:22:50.2904494Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-09-27T15:22:50.2920471Z adding 'torch/ao/quantization/observer.py' 2022-09-27T15:22:50.2927573Z adding 'torch/ao/quantization/qconfig.py' 2022-09-27T15:22:50.2931875Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-09-27T15:22:50.2934596Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-09-27T15:22:50.2936760Z adding 'torch/ao/quantization/quant_type.py' 2022-09-27T15:22:50.2940444Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-09-27T15:22:50.2942621Z adding 'torch/ao/quantization/quantization_types.py' 2022-09-27T15:22:50.2950104Z adding 'torch/ao/quantization/quantize.py' 2022-09-27T15:22:50.2957885Z adding 'torch/ao/quantization/quantize_fx.py' 2022-09-27T15:22:50.2962766Z adding 'torch/ao/quantization/quantize_jit.py' 2022-09-27T15:22:50.2965274Z adding 'torch/ao/quantization/stubs.py' 2022-09-27T15:22:50.2970976Z adding 'torch/ao/quantization/utils.py' 2022-09-27T15:22:50.2973713Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-09-27T15:22:50.2978801Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-09-27T15:22:50.2984091Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-09-27T15:22:50.2986783Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-09-27T15:22:50.2989323Z adding 'torch/ao/quantization/backend_config/native.py' 2022-09-27T15:22:50.2991132Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-09-27T15:22:50.2993250Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-09-27T15:22:50.2995420Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-09-27T15:22:50.2998536Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-09-27T15:22:50.3000763Z adding 'torch/ao/quantization/fx/__init__.py' 2022-09-27T15:22:50.3011231Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-09-27T15:22:50.3022837Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-09-27T15:22:50.3026538Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-09-27T15:22:50.3038174Z adding 'torch/ao/quantization/fx/convert.py' 2022-09-27T15:22:50.3043334Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-09-27T15:22:50.3046782Z adding 'torch/ao/quantization/fx/fuse.py' 2022-09-27T15:22:50.3049438Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-09-27T15:22:50.3051897Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-09-27T15:22:50.3053808Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-09-27T15:22:50.3055674Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-09-27T15:22:50.3058954Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-09-27T15:22:50.3061476Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-09-27T15:22:50.3082062Z adding 'torch/ao/quantization/fx/prepare.py' 2022-09-27T15:22:50.3087784Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-09-27T15:22:50.3090599Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-09-27T15:22:50.3092986Z adding 'torch/ao/quantization/fx/tracer.py' 2022-09-27T15:22:50.3101346Z adding 'torch/ao/quantization/fx/utils.py' 2022-09-27T15:22:50.3104106Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-09-27T15:22:50.3123110Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-09-27T15:22:50.3132867Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-09-27T15:22:50.3137477Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-09-27T15:22:50.3146515Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-09-27T15:22:50.3149446Z adding 'torch/ao/sparsity/__init__.py' 2022-09-27T15:22:50.3151061Z adding 'torch/ao/sparsity/_mappings.py' 2022-09-27T15:22:50.3153141Z adding 'torch/ao/sparsity/_experimental/__init__.py' 2022-09-27T15:22:50.3154936Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py' 2022-09-27T15:22:50.3161006Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-09-27T15:22:50.3162812Z adding 'torch/ao/sparsity/_experimental/data_scheduler/__init__.py' 2022-09-27T15:22:50.3165984Z adding 'torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py' 2022-09-27T15:22:50.3167904Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/__init__.py' 2022-09-27T15:22:50.3172287Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-09-27T15:22:50.3175799Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-09-27T15:22:50.3178766Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py' 2022-09-27T15:22:50.3180699Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py' 2022-09-27T15:22:50.3182382Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-09-27T15:22:50.3184421Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-09-27T15:22:50.3187013Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-09-27T15:22:50.3188959Z adding 'torch/ao/sparsity/_experimental/pruner/__init__.py' 2022-09-27T15:22:50.3192627Z adding 'torch/ao/sparsity/_experimental/pruner/base_pruner.py' 2022-09-27T15:22:50.3195163Z adding 'torch/ao/sparsity/_experimental/pruner/parametrization.py' 2022-09-27T15:22:50.3196864Z adding 'torch/ao/sparsity/scheduler/__init__.py' 2022-09-27T15:22:50.3199655Z adding 'torch/ao/sparsity/scheduler/base_scheduler.py' 2022-09-27T15:22:50.3201802Z adding 'torch/ao/sparsity/scheduler/lambda_scheduler.py' 2022-09-27T15:22:50.3203891Z adding 'torch/ao/sparsity/sparsifier/__init__.py' 2022-09-27T15:22:50.3207887Z adding 'torch/ao/sparsity/sparsifier/base_sparsifier.py' 2022-09-27T15:22:50.3210437Z adding 'torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py' 2022-09-27T15:22:50.3212562Z adding 'torch/ao/sparsity/sparsifier/utils.py' 2022-09-27T15:22:50.3216008Z adding 'torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py' 2022-09-27T15:22:50.3222413Z adding 'torch/autograd/__init__.py' 2022-09-27T15:22:50.3225226Z adding 'torch/autograd/anomaly_mode.py' 2022-09-27T15:22:50.3228024Z adding 'torch/autograd/forward_ad.py' 2022-09-27T15:22:50.3235562Z adding 'torch/autograd/function.py' 2022-09-27T15:22:50.3247921Z adding 'torch/autograd/functional.py' 2022-09-27T15:22:50.3252567Z adding 'torch/autograd/grad_mode.py' 2022-09-27T15:22:50.3277477Z adding 'torch/autograd/gradcheck.py' 2022-09-27T15:22:50.3281979Z adding 'torch/autograd/graph.py' 2022-09-27T15:22:50.3291571Z adding 'torch/autograd/profiler.py' 2022-09-27T15:22:50.3296213Z adding 'torch/autograd/profiler_legacy.py' 2022-09-27T15:22:50.3306026Z adding 'torch/autograd/profiler_util.py' 2022-09-27T15:22:50.3308427Z adding 'torch/autograd/variable.py' 2022-09-27T15:22:50.3310195Z adding 'torch/autograd/_functions/__init__.py' 2022-09-27T15:22:50.3312031Z adding 'torch/autograd/_functions/tensor.py' 2022-09-27T15:22:50.3314048Z adding 'torch/autograd/_functions/utils.py' 2022-09-27T15:22:50.3316292Z adding 'torch/backends/__init__.py' 2022-09-27T15:22:50.3318045Z adding 'torch/backends/_coreml/__init__.py' 2022-09-27T15:22:50.3320386Z adding 'torch/backends/_coreml/preprocess.py' 2022-09-27T15:22:50.3322226Z adding 'torch/backends/_nnapi/__init__.py' 2022-09-27T15:22:50.3325145Z adding 'torch/backends/_nnapi/prepare.py' 2022-09-27T15:22:50.3345214Z adding 'torch/backends/_nnapi/serializer.py' 2022-09-27T15:22:50.3349993Z adding 'torch/backends/cuda/__init__.py' 2022-09-27T15:22:50.3353548Z adding 'torch/backends/cudnn/__init__.py' 2022-09-27T15:22:50.3355361Z adding 'torch/backends/cudnn/rnn.py' 2022-09-27T15:22:50.3357417Z adding 'torch/backends/mkl/__init__.py' 2022-09-27T15:22:50.3359989Z adding 'torch/backends/mkldnn/__init__.py' 2022-09-27T15:22:50.3361766Z adding 'torch/backends/mps/__init__.py' 2022-09-27T15:22:50.3363397Z adding 'torch/backends/openmp/__init__.py' 2022-09-27T15:22:50.3365636Z adding 'torch/backends/quantized/__init__.py' 2022-09-27T15:22:50.3367117Z adding 'torch/backends/xeon/__init__.py' 2022-09-27T15:22:50.3375018Z adding 'torch/backends/xeon/run_cpu.py' 2022-09-27T15:22:50.3378149Z adding 'torch/backends/xnnpack/__init__.py' 2022-09-27T15:22:50.3636830Z adding 'torch/bin/FileStoreTest' 2022-09-27T15:22:50.3907398Z adding 'torch/bin/HashStoreTest' 2022-09-27T15:22:50.4210548Z adding 'torch/bin/TCPStoreTest' 2022-09-27T15:22:50.4263981Z adding 'torch/bin/aot_model_compiler_test' 2022-09-27T15:22:50.6688980Z adding 'torch/bin/protoc' 2022-09-27T15:22:50.9216595Z adding 'torch/bin/protoc-3.13.0.0' 2022-09-27T15:22:51.4973735Z adding 'torch/bin/test_api' 2022-09-27T15:22:51.5628297Z adding 'torch/bin/test_cpp_rpc' 2022-09-27T15:22:51.5904451Z adding 'torch/bin/test_dist_autograd' 2022-09-27T15:22:51.8734424Z adding 'torch/bin/test_jit' 2022-09-27T15:22:52.0427316Z adding 'torch/bin/test_lazy' 2022-09-27T15:22:52.0864853Z adding 'torch/bin/test_mobile_nnc' 2022-09-27T15:22:52.4787020Z adding 'torch/bin/test_tensorexpr' 2022-09-27T15:22:52.5009254Z adding 'torch/bin/torch_shm_manager' 2022-09-27T15:22:52.5076031Z adding 'torch/bin/tutorial_tensorexpr' 2022-09-27T15:22:52.5081852Z adding 'torch/contrib/__init__.py' 2022-09-27T15:22:52.5084768Z adding 'torch/contrib/_tensorboard_vis.py' 2022-09-27T15:22:52.5086692Z adding 'torch/cpu/__init__.py' 2022-09-27T15:22:52.5088365Z adding 'torch/cpu/amp/__init__.py' 2022-09-27T15:22:52.5090198Z adding 'torch/cpu/amp/autocast_mode.py' 2022-09-27T15:22:52.5099489Z adding 'torch/cuda/__init__.py' 2022-09-27T15:22:52.5103014Z adding 'torch/cuda/_dynamo_graphs.py' 2022-09-27T15:22:52.5106536Z adding 'torch/cuda/_memory_viz.py' 2022-09-27T15:22:52.5112778Z adding 'torch/cuda/_sanitizer.py' 2022-09-27T15:22:52.5115748Z adding 'torch/cuda/_utils.py' 2022-09-27T15:22:52.5117783Z adding 'torch/cuda/comm.py' 2022-09-27T15:22:52.5119504Z adding 'torch/cuda/error.py' 2022-09-27T15:22:52.5125714Z adding 'torch/cuda/graphs.py' 2022-09-27T15:22:52.5129170Z adding 'torch/cuda/jiterator.py' 2022-09-27T15:22:52.5135840Z adding 'torch/cuda/memory.py' 2022-09-27T15:22:52.5138704Z adding 'torch/cuda/nccl.py' 2022-09-27T15:22:52.5141011Z adding 'torch/cuda/nvtx.py' 2022-09-27T15:22:52.5143081Z adding 'torch/cuda/profiler.py' 2022-09-27T15:22:52.5145580Z adding 'torch/cuda/random.py' 2022-09-27T15:22:52.5147402Z adding 'torch/cuda/sparse.py' 2022-09-27T15:22:52.5150784Z adding 'torch/cuda/streams.py' 2022-09-27T15:22:52.5153102Z adding 'torch/cuda/amp/__init__.py' 2022-09-27T15:22:52.5155839Z adding 'torch/cuda/amp/autocast_mode.py' 2022-09-27T15:22:52.5157723Z adding 'torch/cuda/amp/common.py' 2022-09-27T15:22:52.5165203Z adding 'torch/cuda/amp/grad_scaler.py' 2022-09-27T15:22:52.5168652Z adding 'torch/distributed/__init__.py' 2022-09-27T15:22:52.5171191Z adding 'torch/distributed/argparse_util.py' 2022-09-27T15:22:52.5173139Z adding 'torch/distributed/constants.py' 2022-09-27T15:22:52.5208870Z adding 'torch/distributed/distributed_c10d.py' 2022-09-27T15:22:52.5215237Z adding 'torch/distributed/launch.py' 2022-09-27T15:22:52.5218145Z adding 'torch/distributed/remote_device.py' 2022-09-27T15:22:52.5221881Z adding 'torch/distributed/rendezvous.py' 2022-09-27T15:22:52.5230681Z adding 'torch/distributed/run.py' 2022-09-27T15:22:52.5234537Z adding 'torch/distributed/utils.py' 2022-09-27T15:22:52.5236867Z adding 'torch/distributed/_shard/__init__.py' 2022-09-27T15:22:52.5238841Z adding 'torch/distributed/_shard/_utils.py' 2022-09-27T15:22:52.5243240Z adding 'torch/distributed/_shard/api.py' 2022-09-27T15:22:52.5245940Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-09-27T15:22:52.5248121Z adding 'torch/distributed/_shard/metadata.py' 2022-09-27T15:22:52.5250192Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-09-27T15:22:52.5254769Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-09-27T15:22:52.5258379Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-09-27T15:22:52.5260418Z adding 'torch/distributed/_shard/sharder.py' 2022-09-27T15:22:52.5262709Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-09-27T15:22:52.5265057Z adding 'torch/distributed/_shard/checkpoint/api.py' 2022-09-27T15:22:52.5267989Z adding 'torch/distributed/_shard/checkpoint/default_planner.py' 2022-09-27T15:22:52.5271962Z adding 'torch/distributed/_shard/checkpoint/filesystem.py' 2022-09-27T15:22:52.5274495Z adding 'torch/distributed/_shard/checkpoint/metadata.py' 2022-09-27T15:22:52.5278761Z adding 'torch/distributed/_shard/checkpoint/planner.py' 2022-09-27T15:22:52.5282142Z adding 'torch/distributed/_shard/checkpoint/planner_helpers.py' 2022-09-27T15:22:52.5284523Z adding 'torch/distributed/_shard/checkpoint/resharding.py' 2022-09-27T15:22:52.5287194Z adding 'torch/distributed/_shard/checkpoint/state_dict_loader.py' 2022-09-27T15:22:52.5290015Z adding 'torch/distributed/_shard/checkpoint/state_dict_saver.py' 2022-09-27T15:22:52.5292974Z adding 'torch/distributed/_shard/checkpoint/storage.py' 2022-09-27T15:22:52.5296661Z adding 'torch/distributed/_shard/checkpoint/utils.py' 2022-09-27T15:22:52.5299421Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-09-27T15:22:52.5302109Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-09-27T15:22:52.5307034Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-09-27T15:22:52.5320233Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-09-27T15:22:52.5323876Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-09-27T15:22:52.5327490Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-09-27T15:22:52.5330103Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-09-27T15:22:52.5333552Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-09-27T15:22:52.5336285Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-09-27T15:22:52.5338781Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-09-27T15:22:52.5341181Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-09-27T15:22:52.5343473Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-09-27T15:22:52.5345337Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-09-27T15:22:52.5347981Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-09-27T15:22:52.5350509Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-09-27T15:22:52.5352760Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-09-27T15:22:52.5354622Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-09-27T15:22:52.5357614Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-09-27T15:22:52.5359808Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-09-27T15:22:52.5362259Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-09-27T15:22:52.5364554Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-09-27T15:22:52.5367451Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-09-27T15:22:52.5371224Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-09-27T15:22:52.5375096Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-09-27T15:22:52.5377600Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-09-27T15:22:52.5382133Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-09-27T15:22:52.5386543Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-09-27T15:22:52.5392460Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-09-27T15:22:52.5397989Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-09-27T15:22:52.5400597Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-09-27T15:22:52.5405269Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-09-27T15:22:52.5407612Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-09-27T15:22:52.5409721Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-09-27T15:22:52.5411878Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-09-27T15:22:52.5413716Z adding 'torch/distributed/_spmd/__init__.py' 2022-09-27T15:22:52.5417611Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-09-27T15:22:52.5419906Z adding 'torch/distributed/algorithms/__init__.py' 2022-09-27T15:22:52.5424574Z adding 'torch/distributed/algorithms/join.py' 2022-09-27T15:22:52.5426909Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-09-27T15:22:52.5430768Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-09-27T15:22:52.5433020Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-09-27T15:22:52.5435862Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-09-27T15:22:52.5437996Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-09-27T15:22:52.5440453Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-09-27T15:22:52.5442523Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-09-27T15:22:52.5445197Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-09-27T15:22:52.5448056Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-09-27T15:22:52.5453490Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-09-27T15:22:52.5456890Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-09-27T15:22:52.5459901Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-09-27T15:22:52.5462786Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-09-27T15:22:52.5466144Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-09-27T15:22:52.5477643Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-09-27T15:22:52.5482154Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-09-27T15:22:52.5484548Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-09-27T15:22:52.5487954Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-09-27T15:22:52.5492263Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-09-27T15:22:52.5495446Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-09-27T15:22:52.5498266Z adding 'torch/distributed/autograd/__init__.py' 2022-09-27T15:22:52.5501708Z adding 'torch/distributed/elastic/__init__.py' 2022-09-27T15:22:52.5503842Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-09-27T15:22:52.5506776Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-09-27T15:22:52.5518458Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-09-27T15:22:52.5523693Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-09-27T15:22:52.5527208Z adding 'torch/distributed/elastic/events/__init__.py' 2022-09-27T15:22:52.5530261Z adding 'torch/distributed/elastic/events/api.py' 2022-09-27T15:22:52.5532328Z adding 'torch/distributed/elastic/events/handlers.py' 2022-09-27T15:22:52.5536007Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-09-27T15:22:52.5538664Z adding 'torch/distributed/elastic/metrics/api.py' 2022-09-27T15:22:52.5542674Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-09-27T15:22:52.5549972Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-09-27T15:22:52.5552877Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-09-27T15:22:52.5555338Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-09-27T15:22:52.5560534Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-09-27T15:22:52.5563733Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-09-27T15:22:52.5565596Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-09-27T15:22:52.5568600Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-09-27T15:22:52.5572178Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-09-27T15:22:52.5576138Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-09-27T15:22:52.5586479Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-09-27T15:22:52.5598980Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-09-27T15:22:52.5602984Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-09-27T15:22:52.5606529Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-09-27T15:22:52.5609753Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-09-27T15:22:52.5611839Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-09-27T15:22:52.5614095Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-09-27T15:22:52.5617664Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-09-27T15:22:52.5620224Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-09-27T15:22:52.5623770Z adding 'torch/distributed/elastic/timer/api.py' 2022-09-27T15:22:52.5628163Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-09-27T15:22:52.5630968Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-09-27T15:22:52.5632900Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-09-27T15:22:52.5634765Z adding 'torch/distributed/elastic/utils/api.py' 2022-09-27T15:22:52.5637293Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-09-27T15:22:52.5639059Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-09-27T15:22:52.5640948Z adding 'torch/distributed/elastic/utils/logging.py' 2022-09-27T15:22:52.5643233Z adding 'torch/distributed/elastic/utils/store.py' 2022-09-27T15:22:52.5645628Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-09-27T15:22:52.5647217Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-09-27T15:22:52.5649234Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-09-27T15:22:52.5651154Z adding 'torch/distributed/fsdp/__init__.py' 2022-09-27T15:22:52.5665952Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-09-27T15:22:52.5670916Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-09-27T15:22:52.5674695Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-09-27T15:22:52.5677477Z adding 'torch/distributed/fsdp/_utils.py' 2022-09-27T15:22:52.5690469Z adding 'torch/distributed/fsdp/flat_param.py' 2022-09-27T15:22:52.5694522Z adding 'torch/distributed/fsdp/flatten_params_wrapper.py' 2022-09-27T15:22:52.5760264Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-09-27T15:22:52.5769820Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-09-27T15:22:52.5772629Z adding 'torch/distributed/fsdp/utils.py' 2022-09-27T15:22:52.5779060Z adding 'torch/distributed/fsdp/wrap.py' 2022-09-27T15:22:52.5781251Z adding 'torch/distributed/launcher/__init__.py' 2022-09-27T15:22:52.5784916Z adding 'torch/distributed/launcher/api.py' 2022-09-27T15:22:52.5787068Z adding 'torch/distributed/nn/__init__.py' 2022-09-27T15:22:52.5791203Z adding 'torch/distributed/nn/functional.py' 2022-09-27T15:22:52.5793346Z adding 'torch/distributed/nn/api/__init__.py' 2022-09-27T15:22:52.5800573Z adding 'torch/distributed/nn/api/remote_module.py' 2022-09-27T15:22:52.5803081Z adding 'torch/distributed/nn/jit/__init__.py' 2022-09-27T15:22:52.5805566Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-09-27T15:22:52.5807646Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-09-27T15:22:52.5809648Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-09-27T15:22:52.5811846Z adding 'torch/distributed/optim/__init__.py' 2022-09-27T15:22:52.5814126Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-09-27T15:22:52.5817044Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-09-27T15:22:52.5819485Z adding 'torch/distributed/optim/functional_adam.py' 2022-09-27T15:22:52.5821939Z adding 'torch/distributed/optim/functional_adamax.py' 2022-09-27T15:22:52.5824555Z adding 'torch/distributed/optim/functional_adamw.py' 2022-09-27T15:22:52.5826907Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-09-27T15:22:52.5829138Z adding 'torch/distributed/optim/functional_rprop.py' 2022-09-27T15:22:52.5831716Z adding 'torch/distributed/optim/functional_sgd.py' 2022-09-27T15:22:52.5835421Z adding 'torch/distributed/optim/optimizer.py' 2022-09-27T15:22:52.5838216Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-09-27T15:22:52.5840125Z adding 'torch/distributed/optim/utils.py' 2022-09-27T15:22:52.5861270Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-09-27T15:22:52.5864476Z adding 'torch/distributed/pipeline/__init__.py' 2022-09-27T15:22:52.5866495Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-09-27T15:22:52.5868980Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-09-27T15:22:52.5872845Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-09-27T15:22:52.5875303Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-09-27T15:22:52.5877187Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-09-27T15:22:52.5880196Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-09-27T15:22:52.5882242Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-09-27T15:22:52.5888139Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-09-27T15:22:52.5892104Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-09-27T15:22:52.5894649Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-09-27T15:22:52.5896533Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-09-27T15:22:52.5899022Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-09-27T15:22:52.5902007Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-09-27T15:22:52.5904468Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-09-27T15:22:52.5906861Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-09-27T15:22:52.5908777Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-09-27T15:22:52.5910987Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-09-27T15:22:52.5912839Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-09-27T15:22:52.5915683Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-09-27T15:22:52.5920449Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-09-27T15:22:52.5923646Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-09-27T15:22:52.5927630Z adding 'torch/distributed/rpc/__init__.py' 2022-09-27T15:22:52.5929717Z adding 'torch/distributed/rpc/_utils.py' 2022-09-27T15:22:52.5939213Z adding 'torch/distributed/rpc/api.py' 2022-09-27T15:22:52.5945113Z adding 'torch/distributed/rpc/backend_registry.py' 2022-09-27T15:22:52.5947102Z adding 'torch/distributed/rpc/constants.py' 2022-09-27T15:22:52.5951103Z adding 'torch/distributed/rpc/functions.py' 2022-09-27T15:22:52.5954893Z adding 'torch/distributed/rpc/internal.py' 2022-09-27T15:22:52.5958062Z adding 'torch/distributed/rpc/options.py' 2022-09-27T15:22:52.5960255Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-09-27T15:22:52.5963483Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-09-27T15:22:52.5965576Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-09-27T15:22:52.5967501Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-09-27T15:22:52.5970978Z adding 'torch/distributions/__init__.py' 2022-09-27T15:22:52.5973417Z adding 'torch/distributions/bernoulli.py' 2022-09-27T15:22:52.5975793Z adding 'torch/distributions/beta.py' 2022-09-27T15:22:52.5978537Z adding 'torch/distributions/binomial.py' 2022-09-27T15:22:52.5981299Z adding 'torch/distributions/categorical.py' 2022-09-27T15:22:52.5983472Z adding 'torch/distributions/cauchy.py' 2022-09-27T15:22:52.5985227Z adding 'torch/distributions/chi2.py' 2022-09-27T15:22:52.5988429Z adding 'torch/distributions/constraint_registry.py' 2022-09-27T15:22:52.5993301Z adding 'torch/distributions/constraints.py' 2022-09-27T15:22:52.5996909Z adding 'torch/distributions/continuous_bernoulli.py' 2022-09-27T15:22:52.5999423Z adding 'torch/distributions/dirichlet.py' 2022-09-27T15:22:52.6003219Z adding 'torch/distributions/distribution.py' 2022-09-27T15:22:52.6005545Z adding 'torch/distributions/exp_family.py' 2022-09-27T15:22:52.6007902Z adding 'torch/distributions/exponential.py' 2022-09-27T15:22:52.6010459Z adding 'torch/distributions/fishersnedecor.py' 2022-09-27T15:22:52.6012370Z adding 'torch/distributions/gamma.py' 2022-09-27T15:22:52.6014792Z adding 'torch/distributions/geometric.py' 2022-09-27T15:22:52.6016848Z adding 'torch/distributions/gumbel.py' 2022-09-27T15:22:52.6018807Z adding 'torch/distributions/half_cauchy.py' 2022-09-27T15:22:52.6021022Z adding 'torch/distributions/half_normal.py' 2022-09-27T15:22:52.6023237Z adding 'torch/distributions/independent.py' 2022-09-27T15:22:52.6030928Z adding 'torch/distributions/kl.py' 2022-09-27T15:22:52.6033813Z adding 'torch/distributions/kumaraswamy.py' 2022-09-27T15:22:52.6035890Z adding 'torch/distributions/laplace.py' 2022-09-27T15:22:52.6038866Z adding 'torch/distributions/lkj_cholesky.py' 2022-09-27T15:22:52.6040806Z adding 'torch/distributions/log_normal.py' 2022-09-27T15:22:52.6043043Z adding 'torch/distributions/logistic_normal.py' 2022-09-27T15:22:52.6048070Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-09-27T15:22:52.6051318Z adding 'torch/distributions/mixture_same_family.py' 2022-09-27T15:22:52.6054089Z adding 'torch/distributions/multinomial.py' 2022-09-27T15:22:52.6066569Z adding 'torch/distributions/multivariate_normal.py' 2022-09-27T15:22:52.6067237Z adding 'torch/distributions/negative_binomial.py' 2022-09-27T15:22:52.6067749Z adding 'torch/distributions/normal.py' 2022-09-27T15:22:52.6068128Z adding 'torch/distributions/one_hot_categorical.py' 2022-09-27T15:22:52.6068477Z adding 'torch/distributions/pareto.py' 2022-09-27T15:22:52.6068966Z adding 'torch/distributions/poisson.py' 2022-09-27T15:22:52.6071389Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-09-27T15:22:52.6074059Z adding 'torch/distributions/relaxed_categorical.py' 2022-09-27T15:22:52.6076474Z adding 'torch/distributions/studentT.py' 2022-09-27T15:22:52.6079477Z adding 'torch/distributions/transformed_distribution.py' 2022-09-27T15:22:52.6089541Z adding 'torch/distributions/transforms.py' 2022-09-27T15:22:52.6092684Z adding 'torch/distributions/uniform.py' 2022-09-27T15:22:52.6095735Z adding 'torch/distributions/utils.py' 2022-09-27T15:22:52.6098653Z adding 'torch/distributions/von_mises.py' 2022-09-27T15:22:52.6100854Z adding 'torch/distributions/weibull.py' 2022-09-27T15:22:52.6104841Z adding 'torch/distributions/wishart.py' 2022-09-27T15:22:52.6114744Z adding 'torch/fft/__init__.py' 2022-09-27T15:22:52.6120775Z adding 'torch/futures/__init__.py' 2022-09-27T15:22:52.6124182Z adding 'torch/fx/__init__.py' 2022-09-27T15:22:52.6126007Z adding 'torch/fx/_compatibility.py' 2022-09-27T15:22:52.6127862Z adding 'torch/fx/_pytree.py' 2022-09-27T15:22:52.6140760Z adding 'torch/fx/_symbolic_trace.py' 2022-09-27T15:22:52.6143429Z adding 'torch/fx/annotate.py' 2022-09-27T15:22:52.6161851Z adding 'torch/fx/graph.py' 2022-09-27T15:22:52.6173160Z adding 'torch/fx/graph_module.py' 2022-09-27T15:22:52.6176037Z adding 'torch/fx/immutable_collections.py' 2022-09-27T15:22:52.6181066Z adding 'torch/fx/interpreter.py' 2022-09-27T15:22:52.6189759Z adding 'torch/fx/node.py' 2022-09-27T15:22:52.6195879Z adding 'torch/fx/operator_schemas.py' 2022-09-27T15:22:52.6201678Z adding 'torch/fx/proxy.py' 2022-09-27T15:22:52.6206032Z adding 'torch/fx/subgraph_rewriter.py' 2022-09-27T15:22:52.6208336Z adding 'torch/fx/tensor_type.py' 2022-09-27T15:22:52.6210211Z adding 'torch/fx/traceback.py' 2022-09-27T15:22:52.6212264Z adding 'torch/fx/experimental/__init__.py' 2022-09-27T15:22:52.6225133Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-09-27T15:22:52.6230407Z adding 'torch/fx/experimental/const_fold.py' 2022-09-27T15:22:52.6232435Z adding 'torch/fx/experimental/debug.py' 2022-09-27T15:22:52.6241218Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-09-27T15:22:52.6245098Z adding 'torch/fx/experimental/merge_matmul.py' 2022-09-27T15:22:52.6248649Z adding 'torch/fx/experimental/meta_tracer.py' 2022-09-27T15:22:52.6251435Z adding 'torch/fx/experimental/normalize.py' 2022-09-27T15:22:52.6258233Z adding 'torch/fx/experimental/optimization.py' 2022-09-27T15:22:52.6261842Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-09-27T15:22:52.6271734Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-09-27T15:22:52.6273705Z adding 'torch/fx/experimental/refinement_types.py' 2022-09-27T15:22:52.6276087Z adding 'torch/fx/experimental/rewriter.py' 2022-09-27T15:22:52.6278828Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-09-27T15:22:52.6283761Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-09-27T15:22:52.6286255Z adding 'torch/fx/experimental/unify_refinements.py' 2022-09-27T15:22:52.6288245Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-09-27T15:22:52.6292089Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-09-27T15:22:52.6303515Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-09-27T15:22:52.6314715Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-09-27T15:22:52.6317211Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-09-27T15:22:52.6321219Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-09-27T15:22:52.6323424Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-09-27T15:22:52.6325210Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-09-27T15:22:52.6326939Z adding 'torch/fx/experimental/unification/__init__.py' 2022-09-27T15:22:52.6328977Z adding 'torch/fx/experimental/unification/core.py' 2022-09-27T15:22:52.6330552Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-09-27T15:22:52.6332709Z adding 'torch/fx/experimental/unification/match.py' 2022-09-27T15:22:52.6334833Z adding 'torch/fx/experimental/unification/more.py' 2022-09-27T15:22:52.6338771Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-09-27T15:22:52.6341231Z adding 'torch/fx/experimental/unification/utils.py' 2022-09-27T15:22:52.6343266Z adding 'torch/fx/experimental/unification/variable.py' 2022-09-27T15:22:52.6345169Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-09-27T15:22:52.6347381Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-09-27T15:22:52.6349479Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-09-27T15:22:52.6354094Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-09-27T15:22:52.6356959Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-09-27T15:22:52.6359139Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-09-27T15:22:52.6361106Z adding 'torch/fx/passes/__init__.py' 2022-09-27T15:22:52.6362932Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-09-27T15:22:52.6366705Z adding 'torch/fx/passes/graph_drawer.py' 2022-09-27T15:22:52.6369395Z adding 'torch/fx/passes/graph_manipulation.py' 2022-09-27T15:22:52.6375637Z adding 'torch/fx/passes/net_min_base.py' 2022-09-27T15:22:52.6379144Z adding 'torch/fx/passes/operator_support.py' 2022-09-27T15:22:52.6381481Z adding 'torch/fx/passes/param_fetch.py' 2022-09-27T15:22:52.6384516Z adding 'torch/fx/passes/pass_manager.py' 2022-09-27T15:22:52.6395082Z adding 'torch/fx/passes/reinplace.py' 2022-09-27T15:22:52.6398424Z adding 'torch/fx/passes/shape_prop.py' 2022-09-27T15:22:52.6402789Z adding 'torch/fx/passes/split_module.py' 2022-09-27T15:22:52.6406867Z adding 'torch/fx/passes/split_utils.py' 2022-09-27T15:22:52.6416099Z adding 'torch/fx/passes/splitter_base.py' 2022-09-27T15:22:52.6420496Z adding 'torch/fx/passes/tools_common.py' 2022-09-27T15:22:52.6422503Z adding 'torch/fx/passes/backends/__init__.py' 2022-09-27T15:22:52.6424399Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-09-27T15:22:52.6428655Z adding 'torch/fx/passes/backends/nvfuser.py' 2022-09-27T15:22:52.6430304Z adding 'torch/fx/passes/dialect/__init__.py' 2022-09-27T15:22:52.6432099Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-09-27T15:22:52.6434495Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-09-27T15:22:52.6436332Z adding 'torch/fx/passes/infra/__init__.py' 2022-09-27T15:22:52.6439902Z adding 'torch/fx/passes/infra/partitioner.py' 2022-09-27T15:22:52.6442239Z adding 'torch/fx/passes/infra/pass_base.py' 2022-09-27T15:22:52.6446075Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-09-27T15:22:52.6448066Z adding 'torch/fx/passes/tests/__init__.py' 2022-09-27T15:22:52.6449815Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-09-27T15:22:52.6451501Z adding 'torch/fx/passes/utils/__init__.py' 2022-09-27T15:22:52.6453598Z adding 'torch/fx/passes/utils/common.py' 2022-09-27T15:22:52.6457125Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-09-27T15:22:52.6461143Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-09-27T15:22:52.6464891Z adding 'torch/include/ATen/ATen.h' 2022-09-27T15:22:52.6467244Z adding 'torch/include/ATen/AccumulateType.h' 2022-09-27T15:22:52.6468796Z adding 'torch/include/ATen/ArrayRef.h' 2022-09-27T15:22:52.6470260Z adding 'torch/include/ATen/Backend.h' 2022-09-27T15:22:52.6471695Z adding 'torch/include/ATen/Backtrace.h' 2022-09-27T15:22:52.6473346Z adding 'torch/include/ATen/BatchedFallback.h' 2022-09-27T15:22:52.6476140Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-09-27T15:22:52.6479763Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-09-27T15:22:52.6481808Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-09-27T15:22:52.6483923Z adding 'torch/include/ATen/CPUFunctions.h' 2022-09-27T15:22:52.6488149Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-09-27T15:22:52.6490749Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-09-27T15:22:52.6492729Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-09-27T15:22:52.6497416Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-09-27T15:22:52.6500249Z adding 'torch/include/ATen/CollapseDims.h' 2022-09-27T15:22:52.6502414Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-09-27T15:22:52.6507863Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-09-27T15:22:52.6510486Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-09-27T15:22:52.6513888Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-09-27T15:22:52.6516442Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-09-27T15:22:52.6520958Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-09-27T15:22:52.6524271Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-09-27T15:22:52.6525983Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-09-27T15:22:52.6527698Z adding 'torch/include/ATen/Config.h' 2022-09-27T15:22:52.6532133Z adding 'torch/include/ATen/Context.h' 2022-09-27T15:22:52.6534543Z adding 'torch/include/ATen/DLConvertor.h' 2022-09-27T15:22:52.6536300Z adding 'torch/include/ATen/Device.h' 2022-09-27T15:22:52.6538299Z adding 'torch/include/ATen/DeviceGuard.h' 2022-09-27T15:22:52.6539870Z adding 'torch/include/ATen/DimVector.h' 2022-09-27T15:22:52.6541461Z adding 'torch/include/ATen/Dimname.h' 2022-09-27T15:22:52.6546844Z adding 'torch/include/ATen/Dispatch.h' 2022-09-27T15:22:52.6549321Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-09-27T15:22:52.6551455Z adding 'torch/include/ATen/EmptyTensor.h' 2022-09-27T15:22:52.6553370Z adding 'torch/include/ATen/ExpandBase.h' 2022-09-27T15:22:52.6557252Z adding 'torch/include/ATen/ExpandUtils.h' 2022-09-27T15:22:52.6559353Z adding 'torch/include/ATen/Formatting.h' 2022-09-27T15:22:52.6561390Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-09-27T15:22:52.6564338Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-09-27T15:22:52.6568720Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-09-27T15:22:52.6577359Z adding 'torch/include/ATen/Functions.h' 2022-09-27T15:22:52.6580301Z adding 'torch/include/ATen/Generator.h' 2022-09-27T15:22:52.6582502Z adding 'torch/include/ATen/InferSize.h' 2022-09-27T15:22:52.6584376Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-09-27T15:22:52.6586037Z adding 'torch/include/ATen/Layout.h' 2022-09-27T15:22:52.6588141Z adding 'torch/include/ATen/LinalgBackend.h' 2022-09-27T15:22:52.6590058Z adding 'torch/include/ATen/MapAllocator.h' 2022-09-27T15:22:52.6592353Z adding 'torch/include/ATen/MatrixRef.h' 2022-09-27T15:22:52.6594310Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-09-27T15:22:52.6596410Z adding 'torch/include/ATen/MetaFunctions.h' 2022-09-27T15:22:52.6599457Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-09-27T15:22:52.6603408Z adding 'torch/include/ATen/MethodOperators.h' 2022-09-27T15:22:52.6605405Z adding 'torch/include/ATen/NamedTensor.h' 2022-09-27T15:22:52.6608233Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-09-27T15:22:52.6616109Z adding 'torch/include/ATen/NativeFunctions.h' 2022-09-27T15:22:52.6624884Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-09-27T15:22:52.6629738Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-09-27T15:22:52.6632118Z adding 'torch/include/ATen/NumericUtils.h' 2022-09-27T15:22:52.6634170Z adding 'torch/include/ATen/OpMathType.h' 2022-09-27T15:22:52.6636781Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-09-27T15:22:52.6645020Z adding 'torch/include/ATen/Operators.h' 2022-09-27T15:22:52.6648152Z adding 'torch/include/ATen/PTThreadPool.h' 2022-09-27T15:22:52.6650175Z adding 'torch/include/ATen/Parallel-inl.h' 2022-09-27T15:22:52.6652849Z adding 'torch/include/ATen/Parallel.h' 2022-09-27T15:22:52.6654733Z adding 'torch/include/ATen/ParallelFuture.h' 2022-09-27T15:22:52.6656644Z adding 'torch/include/ATen/ParallelNative.h' 2022-09-27T15:22:52.6658575Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-09-27T15:22:52.6660516Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-09-27T15:22:52.6662294Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-09-27T15:22:52.6858059Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-09-27T15:22:52.7006982Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-09-27T15:22:52.7026231Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-09-27T15:22:52.7027750Z adding 'torch/include/ATen/Scalar.h' 2022-09-27T15:22:52.7029766Z adding 'torch/include/ATen/ScalarOps.h' 2022-09-27T15:22:52.7031401Z adding 'torch/include/ATen/ScalarType.h' 2022-09-27T15:22:52.7033102Z adding 'torch/include/ATen/SequenceNumber.h' 2022-09-27T15:22:52.7034726Z adding 'torch/include/ATen/SmallVector.h' 2022-09-27T15:22:52.7037389Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-09-27T15:22:52.7040760Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-09-27T15:22:52.7045412Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-09-27T15:22:52.7048373Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-09-27T15:22:52.7050538Z adding 'torch/include/ATen/Storage.h' 2022-09-27T15:22:52.7051845Z adding 'torch/include/ATen/Tensor.h' 2022-09-27T15:22:52.7053371Z adding 'torch/include/ATen/TensorAccessor.h' 2022-09-27T15:22:52.7055717Z adding 'torch/include/ATen/TensorGeometry.h' 2022-09-27T15:22:52.7062843Z adding 'torch/include/ATen/TensorIndexing.h' 2022-09-27T15:22:52.7074348Z adding 'torch/include/ATen/TensorIterator.h' 2022-09-27T15:22:52.7077383Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-09-27T15:22:52.7080027Z adding 'torch/include/ATen/TensorMeta.h' 2022-09-27T15:22:52.7082508Z adding 'torch/include/ATen/TensorNames.h' 2022-09-27T15:22:52.7084735Z adding 'torch/include/ATen/TensorOperators.h' 2022-09-27T15:22:52.7086410Z adding 'torch/include/ATen/TensorOptions.h' 2022-09-27T15:22:52.7088739Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-09-27T15:22:52.7092643Z adding 'torch/include/ATen/TensorUtils.h' 2022-09-27T15:22:52.7095392Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-09-27T15:22:52.7098425Z adding 'torch/include/ATen/TracerMode.h' 2022-09-27T15:22:52.7100520Z adding 'torch/include/ATen/TypeDefault.h' 2022-09-27T15:22:52.7102662Z adding 'torch/include/ATen/Utils.h' 2022-09-27T15:22:52.7104543Z adding 'torch/include/ATen/Version.h' 2022-09-27T15:22:52.7249084Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-09-27T15:22:52.7287605Z adding 'torch/include/ATen/VmapMode.h' 2022-09-27T15:22:52.7291031Z adding 'torch/include/ATen/VmapTransforms.h' 2022-09-27T15:22:52.7293516Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-09-27T15:22:52.7295757Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-09-27T15:22:52.7298625Z adding 'torch/include/ATen/autocast_mode.h' 2022-09-27T15:22:52.7300577Z adding 'torch/include/ATen/ceil_div.h' 2022-09-27T15:22:52.7303645Z adding 'torch/include/ATen/code_template.h' 2022-09-27T15:22:52.7306170Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-09-27T15:22:52.7307975Z adding 'torch/include/ATen/div_rtn.h' 2022-09-27T15:22:52.7310813Z adding 'torch/include/ATen/dlpack.h' 2022-09-27T15:22:52.7312614Z adding 'torch/include/ATen/jit_macros.h' 2022-09-27T15:22:52.7314585Z adding 'torch/include/ATen/jiterator_macros.h' 2022-09-27T15:22:52.7320899Z adding 'torch/include/ATen/record_function.h' 2022-09-27T15:22:52.7324215Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-09-27T15:22:52.7326095Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-09-27T15:22:52.7327670Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-09-27T15:22:52.7330357Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-09-27T15:22:52.7332162Z adding 'torch/include/ATen/core/Array.h' 2022-09-27T15:22:52.7333795Z adding 'torch/include/ATen/core/Backtrace.h' 2022-09-27T15:22:52.7335825Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-09-27T15:22:52.7338220Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-09-27T15:22:52.7340181Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-09-27T15:22:52.7344686Z adding 'torch/include/ATen/core/Dict.h' 2022-09-27T15:22:52.7347825Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-09-27T15:22:52.7349769Z adding 'torch/include/ATen/core/DimVector.h' 2022-09-27T15:22:52.7351606Z adding 'torch/include/ATen/core/Dimname.h' 2022-09-27T15:22:52.7355009Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-09-27T15:22:52.7357143Z adding 'torch/include/ATen/core/Formatting.h' 2022-09-27T15:22:52.7360140Z adding 'torch/include/ATen/core/Generator.h' 2022-09-27T15:22:52.7366508Z adding 'torch/include/ATen/core/IListRef.h' 2022-09-27T15:22:52.7369665Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-09-27T15:22:52.7372486Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-09-27T15:22:52.7377474Z adding 'torch/include/ATen/core/List.h' 2022-09-27T15:22:52.7381324Z adding 'torch/include/ATen/core/List_inl.h' 2022-09-27T15:22:52.7384656Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-09-27T15:22:52.7387553Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-09-27T15:22:52.7390860Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-09-27T15:22:52.7392878Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-09-27T15:22:52.7395082Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-09-27T15:22:52.7396840Z adding 'torch/include/ATen/core/Range.h' 2022-09-27T15:22:52.7398562Z adding 'torch/include/ATen/core/Reduction.h' 2022-09-27T15:22:52.7400038Z adding 'torch/include/ATen/core/Scalar.h' 2022-09-27T15:22:52.7401610Z adding 'torch/include/ATen/core/ScalarType.h' 2022-09-27T15:22:52.7403644Z adding 'torch/include/ATen/core/Tensor.h' 2022-09-27T15:22:52.7406852Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-09-27T15:22:52.7417652Z adding 'torch/include/ATen/core/TensorBase.h' 2022-09-27T15:22:52.7464994Z adding 'torch/include/ATen/core/TensorBody.h' 2022-09-27T15:22:52.7472777Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-09-27T15:22:52.7475558Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-09-27T15:22:52.7477409Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-09-27T15:22:52.7479197Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-09-27T15:22:52.7481499Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-09-27T15:22:52.7483796Z adding 'torch/include/ATen/core/Variadic.h' 2022-09-27T15:22:52.7485932Z adding 'torch/include/ATen/core/Vitals.h' 2022-09-27T15:22:52.7488285Z adding 'torch/include/ATen/core/alias_info.h' 2022-09-27T15:22:52.7499499Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-09-27T15:22:52.7503502Z adding 'torch/include/ATen/core/blob.h' 2022-09-27T15:22:52.7505702Z adding 'torch/include/ATen/core/builtin_function.h' 2022-09-27T15:22:52.7510221Z adding 'torch/include/ATen/core/class_type.h' 2022-09-27T15:22:52.7512473Z adding 'torch/include/ATen/core/custom_class.h' 2022-09-27T15:22:52.7516184Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-09-27T15:22:52.7518136Z adding 'torch/include/ATen/core/enum_tag.h' 2022-09-27T15:22:52.7520339Z adding 'torch/include/ATen/core/enum_type.h' 2022-09-27T15:22:52.7522840Z adding 'torch/include/ATen/core/function.h' 2022-09-27T15:22:52.7530167Z adding 'torch/include/ATen/core/function_schema.h' 2022-09-27T15:22:52.7535519Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-09-27T15:22:52.7538433Z adding 'torch/include/ATen/core/functional.h' 2022-09-27T15:22:52.7539777Z adding 'torch/include/ATen/core/grad_mode.h' 2022-09-27T15:22:52.7543604Z adding 'torch/include/ATen/core/interned_strings.h' 2022-09-27T15:22:52.7545663Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-09-27T15:22:52.7559051Z adding 'torch/include/ATen/core/ivalue.h' 2022-09-27T15:22:52.7583406Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-09-27T15:22:52.7586691Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-09-27T15:22:52.7605279Z adding 'torch/include/ATen/core/jit_type.h' 2022-09-27T15:22:52.7612961Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-09-27T15:22:52.7615938Z adding 'torch/include/ATen/core/operator_name.h' 2022-09-27T15:22:52.7618653Z adding 'torch/include/ATen/core/qualified_name.h' 2022-09-27T15:22:52.7620575Z adding 'torch/include/ATen/core/rref_interface.h' 2022-09-27T15:22:52.7623322Z adding 'torch/include/ATen/core/stack.h' 2022-09-27T15:22:52.7626289Z adding 'torch/include/ATen/core/symbol.h' 2022-09-27T15:22:52.7628530Z adding 'torch/include/ATen/core/type_factory.h' 2022-09-27T15:22:52.7630383Z adding 'torch/include/ATen/core/type_ptr.h' 2022-09-27T15:22:52.7631867Z adding 'torch/include/ATen/core/typeid.h' 2022-09-27T15:22:52.7635468Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-09-27T15:22:52.7637810Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-09-27T15:22:52.7640837Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-09-27T15:22:52.7644339Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-09-27T15:22:52.7646365Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-09-27T15:22:52.7648612Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-09-27T15:22:52.7650574Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-09-27T15:22:52.7654600Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-09-27T15:22:52.7662048Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-09-27T15:22:52.7665073Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-09-27T15:22:52.7667623Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-09-27T15:22:52.7671286Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-09-27T15:22:52.7679866Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-09-27T15:22:52.7682218Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-09-27T15:22:52.7686796Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-09-27T15:22:52.7688920Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-09-27T15:22:52.7690696Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-09-27T15:22:52.7693111Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-09-27T15:22:52.7696142Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-09-27T15:22:52.7699349Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-09-27T15:22:52.7705591Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-09-27T15:22:52.7708376Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-09-27T15:22:52.7711576Z adding 'torch/include/ATen/cpu/vml.h' 2022-09-27T15:22:52.7713756Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-09-27T15:22:52.7716601Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-09-27T15:22:52.7720749Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-09-27T15:22:52.7723436Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-09-27T15:22:52.7725322Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-09-27T15:22:52.7733318Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-09-27T15:22:52.7737444Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-09-27T15:22:52.7739499Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-09-27T15:22:52.7742344Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-09-27T15:22:52.7748788Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-09-27T15:22:52.7753987Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-09-27T15:22:52.7759181Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-09-27T15:22:52.7763461Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-09-27T15:22:52.7767227Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-09-27T15:22:52.7772835Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-09-27T15:22:52.7780893Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-09-27T15:22:52.7789847Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-09-27T15:22:52.7793809Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-09-27T15:22:52.7800766Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-09-27T15:22:52.7806939Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-09-27T15:22:52.7814288Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-09-27T15:22:52.7819268Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-09-27T15:22:52.7823845Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-09-27T15:22:52.7831453Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-09-27T15:22:52.7840085Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-09-27T15:22:52.7843589Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-09-27T15:22:52.7845411Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-09-27T15:22:52.7847471Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-09-27T15:22:52.7852155Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-09-27T15:22:52.7858679Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-09-27T15:22:52.7862240Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-09-27T15:22:52.7864708Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-09-27T15:22:52.7866669Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-09-27T15:22:52.7868490Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-09-27T15:22:52.7871303Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-09-27T15:22:52.7874128Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-09-27T15:22:52.7876301Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-09-27T15:22:52.7878338Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-09-27T15:22:52.7880254Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-09-27T15:22:52.7883298Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-09-27T15:22:52.7886095Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-09-27T15:22:52.7887887Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-09-27T15:22:52.7889527Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-09-27T15:22:52.7891435Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-09-27T15:22:52.7893529Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-09-27T15:22:52.7895429Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-09-27T15:22:52.7898054Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-09-27T15:22:52.7900551Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-09-27T15:22:52.7902268Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-09-27T15:22:52.7904034Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-09-27T15:22:52.7905978Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-09-27T15:22:52.7907482Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-09-27T15:22:52.7909123Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-09-27T15:22:52.7913119Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-09-27T15:22:52.7915822Z adding 'torch/include/ATen/cuda/cub.h' 2022-09-27T15:22:52.7917793Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-09-27T15:22:52.7919658Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-09-27T15:22:52.7922480Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-09-27T15:22:52.7924387Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-09-27T15:22:52.7926736Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-09-27T15:22:52.7930215Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-09-27T15:22:52.7932237Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-09-27T15:22:52.7934879Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-09-27T15:22:52.7937197Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-09-27T15:22:52.7938944Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-09-27T15:22:52.7941375Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-09-27T15:22:52.7943437Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-09-27T15:22:52.7945674Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-09-27T15:22:52.7947761Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-09-27T15:22:52.7952285Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-09-27T15:22:52.7954203Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-09-27T15:22:52.7955836Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-09-27T15:22:52.7957296Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-09-27T15:22:52.7958914Z adding 'torch/include/ATen/cudnn/Types.h' 2022-09-27T15:22:52.7960851Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-09-27T15:22:52.7962730Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-09-27T15:22:52.7966153Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-09-27T15:22:52.7968580Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-09-27T15:22:52.7970929Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-09-27T15:22:52.7973170Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-09-27T15:22:52.7975576Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-09-27T15:22:52.7980251Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-09-27T15:22:52.7983138Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-09-27T15:22:52.7986088Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-09-27T15:22:52.7988741Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-09-27T15:22:52.7991441Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-09-27T15:22:52.7993534Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-09-27T15:22:52.7996552Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-09-27T15:22:52.8000299Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-09-27T15:22:52.8002086Z adding 'torch/include/ATen/functorch/Macros.h' 2022-09-27T15:22:52.8004493Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-09-27T15:22:52.8006934Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-09-27T15:22:52.8008937Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-09-27T15:22:52.8011253Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-09-27T15:22:52.8013328Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-09-27T15:22:52.8017368Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-09-27T15:22:52.8020097Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-09-27T15:22:52.8023551Z adding 'torch/include/ATen/native/Activation.h' 2022-09-27T15:22:52.8025546Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-09-27T15:22:52.8028481Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-09-27T15:22:52.8031013Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-09-27T15:22:52.8034290Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-09-27T15:22:52.8036764Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-09-27T15:22:52.8038944Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-09-27T15:22:52.8040803Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-09-27T15:22:52.8043433Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-09-27T15:22:52.8045270Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-09-27T15:22:52.8048042Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-09-27T15:22:52.8052741Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-09-27T15:22:52.8055044Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-09-27T15:22:52.8057015Z adding 'torch/include/ATen/native/Copy.h' 2022-09-27T15:22:52.8058887Z adding 'torch/include/ATen/native/Cross.h' 2022-09-27T15:22:52.8061703Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-09-27T15:22:52.8064974Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-09-27T15:22:52.8066990Z adding 'torch/include/ATen/native/Distance.h' 2022-09-27T15:22:52.8071524Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-09-27T15:22:52.8078382Z adding 'torch/include/ATen/native/Distributions.h' 2022-09-27T15:22:52.8082851Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-09-27T15:22:52.8084781Z adding 'torch/include/ATen/native/Fill.h' 2022-09-27T15:22:52.8087508Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-09-27T15:22:52.8089524Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-09-27T15:22:52.8092645Z adding 'torch/include/ATen/native/GridSampler.h' 2022-09-27T15:22:52.8095199Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-09-27T15:22:52.8097250Z adding 'torch/include/ATen/native/Histogram.h' 2022-09-27T15:22:52.8099174Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-09-27T15:22:52.8101884Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-09-27T15:22:52.8103763Z adding 'torch/include/ATen/native/Lerp.h' 2022-09-27T15:22:52.8105489Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-09-27T15:22:52.8113868Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-09-27T15:22:52.8116650Z adding 'torch/include/ATen/native/LossMulti.h' 2022-09-27T15:22:52.8155681Z adding 'torch/include/ATen/native/Math.h' 2022-09-27T15:22:52.8160942Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-09-27T15:22:52.8164389Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-09-27T15:22:52.8166499Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-09-27T15:22:52.8168324Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-09-27T15:22:52.8170065Z adding 'torch/include/ATen/native/Normalization.h' 2022-09-27T15:22:52.8171744Z adding 'torch/include/ATen/native/PadNd.h' 2022-09-27T15:22:52.8173492Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-09-27T15:22:52.8177181Z adding 'torch/include/ATen/native/Pool.h' 2022-09-27T15:22:52.8179492Z adding 'torch/include/ATen/native/Pow.h' 2022-09-27T15:22:52.8181546Z adding 'torch/include/ATen/native/RNN.h' 2022-09-27T15:22:52.8183485Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-09-27T15:22:52.8184984Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-09-27T15:22:52.8186869Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-09-27T15:22:52.8191059Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-09-27T15:22:52.8193571Z adding 'torch/include/ATen/native/Repeat.h' 2022-09-27T15:22:52.8196542Z adding 'torch/include/ATen/native/Resize.h' 2022-09-27T15:22:52.8198690Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-09-27T15:22:52.8200974Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-09-27T15:22:52.8202965Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-09-27T15:22:52.8206754Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-09-27T15:22:52.8209271Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-09-27T15:22:52.8211038Z adding 'torch/include/ATen/native/Sorting.h' 2022-09-27T15:22:52.8213064Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-09-27T15:22:52.8215567Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-09-27T15:22:52.8218423Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-09-27T15:22:52.8220480Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-09-27T15:22:52.8222833Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-09-27T15:22:52.8224692Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-09-27T15:22:52.8226420Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-09-27T15:22:52.8228366Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-09-27T15:22:52.8230889Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-09-27T15:22:52.8232541Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-09-27T15:22:52.8234569Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-09-27T15:22:52.8236169Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-09-27T15:22:52.8238275Z adding 'torch/include/ATen/native/TensorShape.h' 2022-09-27T15:22:52.8240184Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-09-27T15:22:52.8242208Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-09-27T15:22:52.8244124Z adding 'torch/include/ATen/native/TransposeType.h' 2022-09-27T15:22:52.8246095Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-09-27T15:22:52.8247805Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-09-27T15:22:52.8249930Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-09-27T15:22:52.8251757Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-09-27T15:22:52.8253393Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-09-27T15:22:52.8256062Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-09-27T15:22:52.8260786Z adding 'torch/include/ATen/native/UpSample.h' 2022-09-27T15:22:52.8263103Z adding 'torch/include/ATen/native/batch_norm.h' 2022-09-27T15:22:52.8264858Z adding 'torch/include/ATen/native/group_norm.h' 2022-09-27T15:22:52.8267103Z adding 'torch/include/ATen/native/im2col.h' 2022-09-27T15:22:52.8269881Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-09-27T15:22:52.8272168Z adding 'torch/include/ATen/native/layer_norm.h' 2022-09-27T15:22:52.8273852Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-09-27T15:22:52.8275899Z adding 'torch/include/ATen/native/vol2col.h' 2022-09-27T15:22:52.8278378Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-09-27T15:22:52.8279980Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-09-27T15:22:52.8282267Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-09-27T15:22:52.8283655Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-09-27T15:22:52.8285092Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-09-27T15:22:52.8288517Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-09-27T15:22:52.8290451Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-09-27T15:22:52.8292636Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-09-27T15:22:52.8294500Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-09-27T15:22:52.8297093Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-09-27T15:22:52.8300474Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-09-27T15:22:52.8302425Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-09-27T15:22:52.8304125Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-09-27T15:22:52.8307950Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-09-27T15:22:52.8310934Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-09-27T15:22:52.8312676Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-09-27T15:22:52.8314370Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-09-27T15:22:52.8315995Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-09-27T15:22:52.8320501Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-09-27T15:22:52.8323006Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-09-27T15:22:52.8325447Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-09-27T15:22:52.8327758Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-09-27T15:22:52.8330221Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-09-27T15:22:52.8333000Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-09-27T15:22:52.8334831Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-09-27T15:22:52.8338701Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-09-27T15:22:52.8342230Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-09-27T15:22:52.8344351Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-09-27T15:22:52.8345879Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-09-27T15:22:52.8351938Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-09-27T15:22:52.8354394Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-09-27T15:22:52.8356114Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-09-27T15:22:52.8362496Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-09-27T15:22:52.8365008Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-09-27T15:22:52.8366775Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-09-27T15:22:52.8369859Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-09-27T15:22:52.8373621Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-09-27T15:22:52.8375844Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-09-27T15:22:52.8377532Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-09-27T15:22:52.8380540Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-09-27T15:22:52.8382839Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-09-27T15:22:52.8384518Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-09-27T15:22:52.8387964Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-09-27T15:22:52.8417193Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-09-27T15:22:52.8423883Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-09-27T15:22:52.8426134Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-09-27T15:22:52.8429232Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-09-27T15:22:52.8444466Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-09-27T15:22:52.8450457Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-09-27T15:22:52.8454888Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-09-27T15:22:52.8457602Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-09-27T15:22:52.8470405Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-09-27T15:22:52.8473179Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-09-27T15:22:52.8475276Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-09-27T15:22:52.8476911Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-09-27T15:22:52.8481347Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-09-27T15:22:52.8483529Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-09-27T15:22:52.8485161Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-09-27T15:22:52.8488365Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-09-27T15:22:52.8490226Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-09-27T15:22:52.8492691Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-09-27T15:22:52.8497246Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-09-27T15:22:52.8502461Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-09-27T15:22:52.8504472Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-09-27T15:22:52.8506006Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-09-27T15:22:52.8507565Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-09-27T15:22:52.8511061Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-09-27T15:22:52.8513544Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-09-27T15:22:52.8515663Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-09-27T15:22:52.8517011Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-09-27T15:22:52.8519793Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-09-27T15:22:52.8523028Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-09-27T15:22:52.8526097Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-09-27T15:22:52.8532306Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-09-27T15:22:52.8534566Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-09-27T15:22:52.8538118Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-09-27T15:22:52.8540807Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-09-27T15:22:52.8542780Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-09-27T15:22:52.8544326Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-09-27T15:22:52.8546182Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-09-27T15:22:52.8548050Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-09-27T15:22:52.8550027Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-09-27T15:22:52.8552143Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-09-27T15:22:52.8553903Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-09-27T15:22:52.8556939Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-09-27T15:22:52.8562034Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-09-27T15:22:52.8566112Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-09-27T15:22:52.8568969Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-09-27T15:22:52.8570909Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-09-27T15:22:52.8574278Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-09-27T15:22:52.8578642Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-09-27T15:22:52.8582306Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-09-27T15:22:52.8584303Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-09-27T15:22:52.8586090Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-09-27T15:22:52.8587870Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-09-27T15:22:52.8648002Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-09-27T15:22:52.8649698Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-09-27T15:22:52.8651598Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8653355Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:22:52.8655144Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:22:52.8657108Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-09-27T15:22:52.8659016Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-09-27T15:22:52.8660916Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8662613Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-09-27T15:22:52.8664298Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-09-27T15:22:52.8665869Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-09-27T15:22:52.8667591Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-09-27T15:22:52.8669344Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-09-27T15:22:52.8671047Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-09-27T15:22:52.8672869Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8674468Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:22:52.8676103Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:22:52.8677788Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-09-27T15:22:52.8679552Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-09-27T15:22:52.8681396Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8683059Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-09-27T15:22:52.8684765Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-09-27T15:22:52.8686406Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-09-27T15:22:52.8688175Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-09-27T15:22:52.8689844Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-09-27T15:22:52.8691635Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8693174Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-09-27T15:22:52.8694890Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-09-27T15:22:52.8696841Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-09-27T15:22:52.8698711Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8700352Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-09-27T15:22:52.8702091Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-09-27T15:22:52.8703718Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-09-27T15:22:52.8705739Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-09-27T15:22:52.8707679Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-09-27T15:22:52.8709563Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.8711193Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-09-27T15:22:52.8712921Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-09-27T15:22:52.8714587Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-09-27T15:22:52.8716265Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-09-27T15:22:52.8717947Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-09-27T15:22:52.8719752Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-09-27T15:22:52.8721570Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-09-27T15:22:52.8723597Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8725244Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-09-27T15:22:52.8726858Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-09-27T15:22:52.8728480Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-09-27T15:22:52.8730358Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-09-27T15:22:52.8732307Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-09-27T15:22:52.8734205Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8735976Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-09-27T15:22:52.8737807Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-09-27T15:22:52.8739700Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-09-27T15:22:52.8741677Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-09-27T15:22:52.8743569Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8745231Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-09-27T15:22:52.8746943Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-09-27T15:22:52.8748621Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-09-27T15:22:52.8750486Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-09-27T15:22:52.8752274Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-09-27T15:22:52.8754001Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-09-27T15:22:52.8755647Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-09-27T15:22:52.8757269Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-09-27T15:22:52.8758986Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-09-27T15:22:52.8760708Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-09-27T15:22:52.8762559Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8764236Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-09-27T15:22:52.8765992Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-09-27T15:22:52.8767586Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-09-27T15:22:52.8771918Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8773721Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-09-27T15:22:52.8775698Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-09-27T15:22:52.8777558Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-09-27T15:22:52.8779329Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8780930Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-09-27T15:22:52.8782846Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-09-27T15:22:52.8784281Z adding 'torch/include/ATen/ops/_backward.h' 2022-09-27T15:22:52.8786142Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8787706Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-09-27T15:22:52.8789635Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-09-27T15:22:52.8791308Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-09-27T15:22:52.8793200Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-09-27T15:22:52.8795045Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8796693Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-09-27T15:22:52.8798643Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-09-27T15:22:52.8800405Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8802228Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-09-27T15:22:52.8803999Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-09-27T15:22:52.8805871Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-09-27T15:22:52.8807546Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8809027Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-09-27T15:22:52.8810675Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-09-27T15:22:52.8812796Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-09-27T15:22:52.8814804Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8816601Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-09-27T15:22:52.8818572Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-09-27T15:22:52.8820268Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-09-27T15:22:52.8822284Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8823776Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-09-27T15:22:52.8825587Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-09-27T15:22:52.8827277Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-09-27T15:22:52.8829163Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8830767Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-09-27T15:22:52.8832661Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-09-27T15:22:52.8834402Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-09-27T15:22:52.8836233Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8837869Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-09-27T15:22:52.8839693Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-09-27T15:22:52.8841449Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-09-27T15:22:52.8843519Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8844999Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-09-27T15:22:52.8846990Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-09-27T15:22:52.8848678Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-09-27T15:22:52.8850602Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8852190Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-09-27T15:22:52.8854035Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-09-27T15:22:52.8855853Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-09-27T15:22:52.8857684Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8859318Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-09-27T15:22:52.8861199Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-09-27T15:22:52.8862944Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-09-27T15:22:52.8864949Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8866692Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-09-27T15:22:52.8868431Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-09-27T15:22:52.8870113Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-09-27T15:22:52.8872061Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-09-27T15:22:52.8873906Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-09-27T15:22:52.8875854Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8877583Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-09-27T15:22:52.8879393Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-09-27T15:22:52.8881082Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-09-27T15:22:52.8883060Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-09-27T15:22:52.8885021Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-09-27T15:22:52.8886910Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8888636Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-09-27T15:22:52.8890353Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-09-27T15:22:52.8892084Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-09-27T15:22:52.8894093Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-09-27T15:22:52.8896133Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-09-27T15:22:52.8897871Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8899611Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-09-27T15:22:52.8901703Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-09-27T15:22:52.8903600Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-09-27T15:22:52.8905079Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8906810Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-09-27T15:22:52.8908687Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-09-27T15:22:52.8910596Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-09-27T15:22:52.8912421Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8914335Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-09-27T15:22:52.8915817Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-09-27T15:22:52.8917720Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-09-27T15:22:52.8919720Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-09-27T15:22:52.8921647Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-09-27T15:22:52.8923534Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-09-27T15:22:52.8925450Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-09-27T15:22:52.8927484Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-09-27T15:22:52.8929304Z adding 'torch/include/ATen/ops/_conj.h' 2022-09-27T15:22:52.8931280Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8933095Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-09-27T15:22:52.8935082Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8937169Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.8938904Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-09-27T15:22:52.8940871Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-09-27T15:22:52.8942692Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-09-27T15:22:52.8944602Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-09-27T15:22:52.8946483Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-09-27T15:22:52.8948471Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8950187Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-09-27T15:22:52.8952125Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-09-27T15:22:52.8954098Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-09-27T15:22:52.8956129Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-09-27T15:22:52.8957992Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-09-27T15:22:52.8960073Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-09-27T15:22:52.8962105Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-09-27T15:22:52.8964341Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.8966146Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-09-27T15:22:52.8968078Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-09-27T15:22:52.8969942Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-09-27T15:22:52.8971896Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-09-27T15:22:52.8973762Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-09-27T15:22:52.8976070Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-09-27T15:22:52.8977977Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-09-27T15:22:52.8980116Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.8981906Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-09-27T15:22:52.8983878Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-09-27T15:22:52.8985766Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-09-27T15:22:52.8987681Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-09-27T15:22:52.8989529Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-09-27T15:22:52.8991538Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-09-27T15:22:52.8993556Z adding 'torch/include/ATen/ops/_convolution.h' 2022-09-27T15:22:52.8995807Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.8997802Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.8999731Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-09-27T15:22:52.9001819Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9003805Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-09-27T15:22:52.9005841Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-09-27T15:22:52.9007740Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-09-27T15:22:52.9009761Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9011485Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-09-27T15:22:52.9013551Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-09-27T15:22:52.9015643Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-09-27T15:22:52.9017809Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-09-27T15:22:52.9019929Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-09-27T15:22:52.9021842Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-09-27T15:22:52.9023872Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9025604Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-09-27T15:22:52.9027744Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-09-27T15:22:52.9029645Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9031670Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-09-27T15:22:52.9033426Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-09-27T15:22:52.9035584Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-09-27T15:22:52.9037606Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-09-27T15:22:52.9039793Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9041678Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:52.9043624Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:52.9045648Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-09-27T15:22:52.9047823Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-09-27T15:22:52.9049921Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9051855Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-09-27T15:22:52.9053614Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-09-27T15:22:52.9055770Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-09-27T15:22:52.9058021Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-09-27T15:22:52.9060171Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-09-27T15:22:52.9062253Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9064172Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-09-27T15:22:52.9066040Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-09-27T15:22:52.9068225Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-09-27T15:22:52.9070376Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-09-27T15:22:52.9072439Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9074430Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-09-27T15:22:52.9076237Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-09-27T15:22:52.9078305Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-09-27T15:22:52.9080501Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-09-27T15:22:52.9082986Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-09-27T15:22:52.9085279Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9087296Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-09-27T15:22:52.9089295Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-09-27T15:22:52.9091697Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-09-27T15:22:52.9093926Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9096043Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-09-27T15:22:52.9098292Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-09-27T15:22:52.9100362Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9102316Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-09-27T15:22:52.9104100Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-09-27T15:22:52.9106205Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-09-27T15:22:52.9108220Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-09-27T15:22:52.9110490Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-09-27T15:22:52.9112465Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-09-27T15:22:52.9114451Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9116217Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-09-27T15:22:52.9118032Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-09-27T15:22:52.9119899Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-09-27T15:22:52.9121915Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9123791Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-09-27T15:22:52.9125617Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-09-27T15:22:52.9127438Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-09-27T15:22:52.9129406Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9131177Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-09-27T15:22:52.9132962Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-09-27T15:22:52.9134796Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-09-27T15:22:52.9136970Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9138755Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-09-27T15:22:52.9140702Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-09-27T15:22:52.9142539Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-09-27T15:22:52.9144425Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-09-27T15:22:52.9146267Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-09-27T15:22:52.9148056Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-09-27T15:22:52.9149976Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-09-27T15:22:52.9151831Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-09-27T15:22:52.9153739Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-09-27T15:22:52.9155606Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-09-27T15:22:52.9157486Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-09-27T15:22:52.9159380Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-09-27T15:22:52.9161201Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-09-27T15:22:52.9163212Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9164991Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-09-27T15:22:52.9166910Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-09-27T15:22:52.9168640Z adding 'torch/include/ATen/ops/_dimI.h' 2022-09-27T15:22:52.9170433Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-09-27T15:22:52.9172381Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-09-27T15:22:52.9174124Z adding 'torch/include/ATen/ops/_dimV.h' 2022-09-27T15:22:52.9176006Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-09-27T15:22:52.9178000Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-09-27T15:22:52.9179870Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-09-27T15:22:52.9181718Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9183354Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-09-27T15:22:52.9185124Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-09-27T15:22:52.9186927Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-09-27T15:22:52.9188878Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9190620Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-09-27T15:22:52.9192474Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-09-27T15:22:52.9194141Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-09-27T15:22:52.9196077Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-09-27T15:22:52.9197951Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-09-27T15:22:52.9199883Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9201549Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-09-27T15:22:52.9203497Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-09-27T15:22:52.9205318Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-09-27T15:22:52.9207255Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-09-27T15:22:52.9210232Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-09-27T15:22:52.9212272Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-09-27T15:22:52.9214285Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9216140Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-09-27T15:22:52.9218092Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-09-27T15:22:52.9220107Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9221897Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-09-27T15:22:52.9223764Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-09-27T15:22:52.9225740Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-09-27T15:22:52.9227750Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9229653Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-09-27T15:22:52.9231449Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-09-27T15:22:52.9233301Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-09-27T15:22:52.9235337Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-09-27T15:22:52.9237425Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-09-27T15:22:52.9239484Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9241428Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-09-27T15:22:52.9243390Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-09-27T15:22:52.9245229Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-09-27T15:22:52.9247326Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-09-27T15:22:52.9249240Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-09-27T15:22:52.9251330Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-09-27T15:22:52.9253408Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-09-27T15:22:52.9255564Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9257586Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-09-27T15:22:52.9259509Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-09-27T15:22:52.9261265Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-09-27T15:22:52.9263447Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-09-27T15:22:52.9265226Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-09-27T15:22:52.9267251Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9268990Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-09-27T15:22:52.9270930Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-09-27T15:22:52.9272904Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-09-27T15:22:52.9275016Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9276770Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-09-27T15:22:52.9278548Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-09-27T15:22:52.9280594Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-09-27T15:22:52.9282805Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-09-27T15:22:52.9284986Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9287004Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-09-27T15:22:52.9288414Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-09-27T15:22:52.9290773Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-09-27T15:22:52.9292708Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-09-27T15:22:52.9294537Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9296187Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-09-27T15:22:52.9298276Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-09-27T15:22:52.9300509Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-09-27T15:22:52.9302399Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-09-27T15:22:52.9304467Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-09-27T15:22:52.9306339Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-09-27T15:22:52.9308060Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-09-27T15:22:52.9309968Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-09-27T15:22:52.9311932Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9313722Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-09-27T15:22:52.9315473Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-09-27T15:22:52.9317226Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-09-27T15:22:52.9319257Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-09-27T15:22:52.9321667Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-09-27T15:22:52.9323669Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-09-27T15:22:52.9325207Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-09-27T15:22:52.9326924Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-09-27T15:22:52.9328793Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-09-27T15:22:52.9330659Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-09-27T15:22:52.9332663Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9334406Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-09-27T15:22:52.9336373Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-09-27T15:22:52.9338105Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-09-27T15:22:52.9340068Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-09-27T15:22:52.9342129Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-09-27T15:22:52.9344172Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9345950Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-09-27T15:22:52.9347791Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-09-27T15:22:52.9349476Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-09-27T15:22:52.9351523Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-09-27T15:22:52.9353380Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-09-27T15:22:52.9355241Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-09-27T15:22:52.9357121Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-09-27T15:22:52.9358886Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-09-27T15:22:52.9360833Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-09-27T15:22:52.9362787Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-09-27T15:22:52.9364756Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-09-27T15:22:52.9366552Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-09-27T15:22:52.9368415Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-09-27T15:22:52.9370323Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-09-27T15:22:52.9372192Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-09-27T15:22:52.9374073Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-09-27T15:22:52.9376093Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-09-27T15:22:52.9377954Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-09-27T15:22:52.9379752Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-09-27T15:22:52.9381783Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention.h' 2022-09-27T15:22:52.9383524Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h' 2022-09-27T15:22:52.9385293Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h' 2022-09-27T15:22:52.9387217Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h' 2022-09-27T15:22:52.9389003Z adding 'torch/include/ATen/ops/_foobar.h' 2022-09-27T15:22:52.9390915Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9392662Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-09-27T15:22:52.9394332Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-09-27T15:22:52.9396301Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-09-27T15:22:52.9398169Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-09-27T15:22:52.9400060Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9401794Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-09-27T15:22:52.9403515Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-09-27T15:22:52.9405295Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-09-27T15:22:52.9407252Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-09-27T15:22:52.9409126Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-09-27T15:22:52.9410977Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9412715Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-09-27T15:22:52.9414422Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-09-27T15:22:52.9416409Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-09-27T15:22:52.9418415Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-09-27T15:22:52.9420601Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-09-27T15:22:52.9422540Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9424343Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-09-27T15:22:52.9426109Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-09-27T15:22:52.9428107Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-09-27T15:22:52.9430356Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-09-27T15:22:52.9432490Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-09-27T15:22:52.9434551Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9436454Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-09-27T15:22:52.9438262Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-09-27T15:22:52.9440125Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-09-27T15:22:52.9442483Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-09-27T15:22:52.9444310Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-09-27T15:22:52.9446218Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9447798Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-09-27T15:22:52.9449488Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-09-27T15:22:52.9451172Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-09-27T15:22:52.9453112Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-09-27T15:22:52.9454945Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-09-27T15:22:52.9457056Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9458563Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-09-27T15:22:52.9460173Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-09-27T15:22:52.9461807Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-09-27T15:22:52.9463645Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-09-27T15:22:52.9465210Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-09-27T15:22:52.9466892Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9468460Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-09-27T15:22:52.9470057Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-09-27T15:22:52.9471591Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-09-27T15:22:52.9473323Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-09-27T15:22:52.9475077Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-09-27T15:22:52.9476719Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9478220Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-09-27T15:22:52.9479810Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-09-27T15:22:52.9481440Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-09-27T15:22:52.9483335Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-09-27T15:22:52.9485028Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-09-27T15:22:52.9486727Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9488243Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-09-27T15:22:52.9489825Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-09-27T15:22:52.9491375Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-09-27T15:22:52.9493103Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-09-27T15:22:52.9494887Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-09-27T15:22:52.9496764Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9498307Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-09-27T15:22:52.9499871Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-09-27T15:22:52.9501412Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-09-27T15:22:52.9503110Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-09-27T15:22:52.9504952Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-09-27T15:22:52.9506822Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9508439Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-09-27T15:22:52.9510089Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-09-27T15:22:52.9511735Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-09-27T15:22:52.9513766Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-09-27T15:22:52.9515540Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-09-27T15:22:52.9517282Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9518831Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-09-27T15:22:52.9520737Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-09-27T15:22:52.9522251Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-09-27T15:22:52.9524035Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-09-27T15:22:52.9525923Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-09-27T15:22:52.9527581Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9529392Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-09-27T15:22:52.9531152Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-09-27T15:22:52.9532937Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-09-27T15:22:52.9534737Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-09-27T15:22:52.9536611Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-09-27T15:22:52.9538353Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9540288Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-09-27T15:22:52.9541736Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-09-27T15:22:52.9543367Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-09-27T15:22:52.9545022Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-09-27T15:22:52.9546695Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-09-27T15:22:52.9548899Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9550012Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-09-27T15:22:52.9551844Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-09-27T15:22:52.9553654Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-09-27T15:22:52.9555467Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-09-27T15:22:52.9557353Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-09-27T15:22:52.9559224Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9560997Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-09-27T15:22:52.9562803Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-09-27T15:22:52.9564570Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-09-27T15:22:52.9566366Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-09-27T15:22:52.9568029Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-09-27T15:22:52.9569835Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9571412Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-09-27T15:22:52.9573026Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-09-27T15:22:52.9574636Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-09-27T15:22:52.9576602Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-09-27T15:22:52.9578417Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-09-27T15:22:52.9580172Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9581773Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-09-27T15:22:52.9583414Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-09-27T15:22:52.9585022Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-09-27T15:22:52.9586767Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-09-27T15:22:52.9588474Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-09-27T15:22:52.9590288Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-09-27T15:22:52.9592102Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9593714Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-09-27T15:22:52.9595331Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-09-27T15:22:52.9596956Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-09-27T15:22:52.9598558Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-09-27T15:22:52.9600157Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-09-27T15:22:52.9601795Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9603401Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-09-27T15:22:52.9604954Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-09-27T15:22:52.9606523Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-09-27T15:22:52.9608231Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-09-27T15:22:52.9609907Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-09-27T15:22:52.9611872Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9613388Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-09-27T15:22:52.9615121Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-09-27T15:22:52.9616959Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-09-27T15:22:52.9618772Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-09-27T15:22:52.9620672Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9622171Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-09-27T15:22:52.9623771Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-09-27T15:22:52.9625337Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-09-27T15:22:52.9627081Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-09-27T15:22:52.9629664Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-09-27T15:22:52.9631613Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9633139Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-09-27T15:22:52.9634775Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-09-27T15:22:52.9636484Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-09-27T15:22:52.9638290Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-09-27T15:22:52.9640158Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-09-27T15:22:52.9641937Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9643642Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-09-27T15:22:52.9645283Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-09-27T15:22:52.9646888Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-09-27T15:22:52.9648648Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-09-27T15:22:52.9650555Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-09-27T15:22:52.9652396Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9654018Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-09-27T15:22:52.9655942Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-09-27T15:22:52.9657745Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-09-27T15:22:52.9659826Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-09-27T15:22:52.9661691Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-09-27T15:22:52.9663515Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9665051Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-09-27T15:22:52.9666656Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-09-27T15:22:52.9668295Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-09-27T15:22:52.9670046Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-09-27T15:22:52.9671782Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-09-27T15:22:52.9673539Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9675144Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-09-27T15:22:52.9676792Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-09-27T15:22:52.9678326Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-09-27T15:22:52.9680050Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-09-27T15:22:52.9681743Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-09-27T15:22:52.9683574Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9685246Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-09-27T15:22:52.9686872Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-09-27T15:22:52.9688455Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-09-27T15:22:52.9690209Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-09-27T15:22:52.9691922Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-09-27T15:22:52.9693619Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9695220Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-09-27T15:22:52.9696979Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-09-27T15:22:52.9698618Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-09-27T15:22:52.9700390Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-09-27T15:22:52.9702059Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-09-27T15:22:52.9703797Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9705376Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-09-27T15:22:52.9706975Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-09-27T15:22:52.9708628Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-09-27T15:22:52.9710336Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-09-27T15:22:52.9712071Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-09-27T15:22:52.9713821Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9715399Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-09-27T15:22:52.9716999Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-09-27T15:22:52.9718594Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-09-27T15:22:52.9720293Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-09-27T15:22:52.9722009Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-09-27T15:22:52.9723853Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9725441Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-09-27T15:22:52.9727065Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-09-27T15:22:52.9728649Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-09-27T15:22:52.9730363Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-09-27T15:22:52.9732033Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-09-27T15:22:52.9733765Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9735475Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-09-27T15:22:52.9737101Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-09-27T15:22:52.9738711Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-09-27T15:22:52.9740444Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-09-27T15:22:52.9742327Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-09-27T15:22:52.9744159Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9745777Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-09-27T15:22:52.9747422Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-09-27T15:22:52.9749109Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-09-27T15:22:52.9751259Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-09-27T15:22:52.9753140Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-09-27T15:22:52.9754839Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9756405Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-09-27T15:22:52.9758025Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-09-27T15:22:52.9759563Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-09-27T15:22:52.9761270Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-09-27T15:22:52.9763024Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-09-27T15:22:52.9764829Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9766396Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-09-27T15:22:52.9768643Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-09-27T15:22:52.9770209Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-09-27T15:22:52.9771946Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-09-27T15:22:52.9773668Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-09-27T15:22:52.9775449Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9777732Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-09-27T15:22:52.9779327Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-09-27T15:22:52.9780839Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-09-27T15:22:52.9782660Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-09-27T15:22:52.9784252Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-09-27T15:22:52.9786095Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9787606Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-09-27T15:22:52.9788993Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-09-27T15:22:52.9790486Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-09-27T15:22:52.9792225Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-09-27T15:22:52.9794214Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-09-27T15:22:52.9796106Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9797760Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-09-27T15:22:52.9799418Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-09-27T15:22:52.9801396Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-09-27T15:22:52.9803439Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-09-27T15:22:52.9805228Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9806847Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-09-27T15:22:52.9808314Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-09-27T15:22:52.9810029Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-09-27T15:22:52.9812006Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-09-27T15:22:52.9813956Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9815753Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-09-27T15:22:52.9817455Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-09-27T15:22:52.9819129Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-09-27T15:22:52.9821178Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-09-27T15:22:52.9822988Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-09-27T15:22:52.9824594Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9826198Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-09-27T15:22:52.9827829Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9829439Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9830873Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-09-27T15:22:52.9832606Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-09-27T15:22:52.9834330Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-09-27T15:22:52.9835859Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-09-27T15:22:52.9837468Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-09-27T15:22:52.9839180Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9840630Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-09-27T15:22:52.9842279Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-09-27T15:22:52.9844162Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-09-27T15:22:52.9845792Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-09-27T15:22:52.9847419Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9848902Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-09-27T15:22:52.9850595Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-09-27T15:22:52.9852360Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9853859Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-09-27T15:22:52.9855733Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-09-27T15:22:52.9857349Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-09-27T15:22:52.9859171Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9860618Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-09-27T15:22:52.9862168Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-09-27T15:22:52.9863668Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-09-27T15:22:52.9865324Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9866825Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-09-27T15:22:52.9868441Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-09-27T15:22:52.9870209Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-09-27T15:22:52.9871861Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9873441Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-09-27T15:22:52.9874927Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-09-27T15:22:52.9876740Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-09-27T15:22:52.9878498Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-09-27T15:22:52.9880258Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9881879Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-09-27T15:22:52.9883482Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-09-27T15:22:52.9885196Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-09-27T15:22:52.9886983Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-09-27T15:22:52.9888750Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9890363Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-09-27T15:22:52.9891808Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-09-27T15:22:52.9893560Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-09-27T15:22:52.9895211Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-09-27T15:22:52.9897185Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9898767Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-09-27T15:22:52.9900393Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-09-27T15:22:52.9901956Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-09-27T15:22:52.9903560Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-09-27T15:22:52.9905390Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-09-27T15:22:52.9906922Z adding 'torch/include/ATen/ops/_indices.h' 2022-09-27T15:22:52.9908557Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-09-27T15:22:52.9910206Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9911778Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9913151Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-09-27T15:22:52.9914857Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-09-27T15:22:52.9916453Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-09-27T15:22:52.9917969Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-09-27T15:22:52.9919492Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-09-27T15:22:52.9921147Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:52.9922609Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-09-27T15:22:52.9924318Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-09-27T15:22:52.9925853Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-09-27T15:22:52.9927561Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:52.9929109Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-09-27T15:22:52.9930686Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-09-27T15:22:52.9932290Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-09-27T15:22:52.9934046Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9935665Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-09-27T15:22:52.9937431Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-09-27T15:22:52.9939066Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-09-27T15:22:52.9940607Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-09-27T15:22:52.9942194Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-09-27T15:22:52.9943909Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-09-27T15:22:52.9945603Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-09-27T15:22:52.9947377Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9948993Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-09-27T15:22:52.9950738Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-09-27T15:22:52.9952267Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-09-27T15:22:52.9954005Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-09-27T15:22:52.9955594Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-09-27T15:22:52.9957271Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-09-27T15:22:52.9958993Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-09-27T15:22:52.9960758Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9962397Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-09-27T15:22:52.9964063Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-09-27T15:22:52.9965642Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-09-27T15:22:52.9967441Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-09-27T15:22:52.9968925Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-09-27T15:22:52.9970662Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-09-27T15:22:52.9972399Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-09-27T15:22:52.9974188Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9975839Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-09-27T15:22:52.9977548Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-09-27T15:22:52.9979182Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-09-27T15:22:52.9980841Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-09-27T15:22:52.9982458Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-09-27T15:22:52.9984150Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-09-27T15:22:52.9985859Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-09-27T15:22:52.9987629Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:52.9989217Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-09-27T15:22:52.9990846Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-09-27T15:22:52.9992459Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-09-27T15:22:52.9994078Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-09-27T15:22:52.9995747Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-09-27T15:22:52.9997376Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-09-27T15:22:52.9999006Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-09-27T15:22:53.0000563Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-09-27T15:22:53.0002117Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-09-27T15:22:53.0003811Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-09-27T15:22:53.0005395Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-09-27T15:22:53.0006996Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-09-27T15:22:53.0008697Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-09-27T15:22:53.0010450Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0011996Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-09-27T15:22:53.0013609Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-09-27T15:22:53.0015166Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-09-27T15:22:53.0018267Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-09-27T15:22:53.0020124Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-09-27T15:22:53.0021548Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-09-27T15:22:53.0024103Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0025075Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-09-27T15:22:53.0026747Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-09-27T15:22:53.0028370Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-09-27T15:22:53.0029954Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-09-27T15:22:53.0031539Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-09-27T15:22:53.0033205Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-09-27T15:22:53.0034944Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-09-27T15:22:53.0036794Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-09-27T15:22:53.0038403Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-09-27T15:22:53.0039971Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-09-27T15:22:53.0041814Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-09-27T15:22:53.0043593Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-09-27T15:22:53.0045650Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0047205Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-09-27T15:22:53.0049446Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-09-27T15:22:53.0054175Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-09-27T15:22:53.0056249Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0058016Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-09-27T15:22:53.0059758Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-09-27T15:22:53.0061343Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-09-27T15:22:53.0063067Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0064641Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-09-27T15:22:53.0066366Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0068024Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0069592Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-09-27T15:22:53.0071227Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-09-27T15:22:53.0072815Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-09-27T15:22:53.0074409Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-09-27T15:22:53.0076200Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-09-27T15:22:53.0077946Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0079521Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-09-27T15:22:53.0081094Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-09-27T15:22:53.0082728Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-09-27T15:22:53.0084448Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-09-27T15:22:53.0086146Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-09-27T15:22:53.0087914Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0089511Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-09-27T15:22:53.0091081Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-09-27T15:22:53.0092593Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-09-27T15:22:53.0094266Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-09-27T15:22:53.0096009Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-09-27T15:22:53.0097988Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0099501Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-09-27T15:22:53.0101031Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-09-27T15:22:53.0102741Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-09-27T15:22:53.0104451Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-09-27T15:22:53.0106096Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-09-27T15:22:53.0107799Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0109341Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-09-27T15:22:53.0110941Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-09-27T15:22:53.0112495Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-09-27T15:22:53.0114241Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-09-27T15:22:53.0115954Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0117528Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-09-27T15:22:53.0119073Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-09-27T15:22:53.0120624Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-09-27T15:22:53.0122383Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-09-27T15:22:53.0124062Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-09-27T15:22:53.0125816Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0127368Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-09-27T15:22:53.0129010Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-09-27T15:22:53.0130670Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-09-27T15:22:53.0132374Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0133950Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-09-27T15:22:53.0135645Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-09-27T15:22:53.0137348Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-09-27T15:22:53.0139113Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-09-27T15:22:53.0140892Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0142436Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-09-27T15:22:53.0144158Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-09-27T15:22:53.0145948Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-09-27T15:22:53.0147679Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0149138Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-09-27T15:22:53.0150931Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-09-27T15:22:53.0152663Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-09-27T15:22:53.0154492Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0155950Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-09-27T15:22:53.0157633Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-09-27T15:22:53.0159573Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-09-27T15:22:53.0161499Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0163264Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-09-27T15:22:53.0164938Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:22:53.0166590Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-09-27T15:22:53.0168632Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-09-27T15:22:53.0170736Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-09-27T15:22:53.0172688Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0174368Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-09-27T15:22:53.0176182Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:22:53.0177798Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-09-27T15:22:53.0179706Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-09-27T15:22:53.0181311Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-09-27T15:22:53.0182977Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0184543Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-09-27T15:22:53.0186223Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0203637Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0204260Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-09-27T15:22:53.0204620Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-09-27T15:22:53.0204919Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-09-27T15:22:53.0205103Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-09-27T15:22:53.0205339Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-09-27T15:22:53.0205583Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-09-27T15:22:53.0205870Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0206084Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-09-27T15:22:53.0206277Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-09-27T15:22:53.0206515Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0206712Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-09-27T15:22:53.0208397Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-09-27T15:22:53.0210097Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-09-27T15:22:53.0212211Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-09-27T15:22:53.0214088Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-09-27T15:22:53.0216030Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-09-27T15:22:53.0218027Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-09-27T15:22:53.0219854Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-09-27T15:22:53.0221602Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-09-27T15:22:53.0223480Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-09-27T15:22:53.0225344Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-09-27T15:22:53.0227368Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0229135Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-09-27T15:22:53.0230935Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-09-27T15:22:53.0232722Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-09-27T15:22:53.0234563Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-09-27T15:22:53.0236365Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-09-27T15:22:53.0238098Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-09-27T15:22:53.0239932Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-09-27T15:22:53.0241661Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-09-27T15:22:53.0243748Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-09-27T15:22:53.0245638Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm.h' 2022-09-27T15:22:53.0247576Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0249346Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_native.h' 2022-09-27T15:22:53.0251286Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h' 2022-09-27T15:22:53.0253035Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-09-27T15:22:53.0254805Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-09-27T15:22:53.0257066Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-09-27T15:22:53.0258990Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-09-27T15:22:53.0260957Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0262672Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-09-27T15:22:53.0264720Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-09-27T15:22:53.0266413Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-09-27T15:22:53.0268219Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-09-27T15:22:53.0270070Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-09-27T15:22:53.0271572Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-09-27T15:22:53.0273283Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0274909Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-09-27T15:22:53.0276677Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-09-27T15:22:53.0278462Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-09-27T15:22:53.0280210Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-09-27T15:22:53.0282038Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0284297Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0285778Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-09-27T15:22:53.0288378Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-09-27T15:22:53.0290638Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-09-27T15:22:53.0292610Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-09-27T15:22:53.0294903Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-09-27T15:22:53.0297437Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-09-27T15:22:53.0299507Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-09-27T15:22:53.0301952Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0303963Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-09-27T15:22:53.0306388Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-09-27T15:22:53.0308543Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-09-27T15:22:53.0310765Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0312604Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-09-27T15:22:53.0314953Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-09-27T15:22:53.0317163Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-09-27T15:22:53.0319587Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0321539Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-09-27T15:22:53.0324183Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-09-27T15:22:53.0326119Z adding 'torch/include/ATen/ops/_nnz.h' 2022-09-27T15:22:53.0328220Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-09-27T15:22:53.0330404Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-09-27T15:22:53.0332672Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-09-27T15:22:53.0334812Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-09-27T15:22:53.0337363Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0339338Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-09-27T15:22:53.0341638Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-09-27T15:22:53.0343987Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0345963Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-09-27T15:22:53.0348373Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-09-27T15:22:53.0350393Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-09-27T15:22:53.0352752Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0354539Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-09-27T15:22:53.0356873Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-09-27T15:22:53.0358887Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-09-27T15:22:53.0361268Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0363223Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-09-27T15:22:53.0365557Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-09-27T15:22:53.0367700Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-09-27T15:22:53.0370051Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0371959Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-09-27T15:22:53.0374356Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-09-27T15:22:53.0377250Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-09-27T15:22:53.0378726Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0381253Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-09-27T15:22:53.0383119Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-09-27T15:22:53.0385193Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-09-27T15:22:53.0387385Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-09-27T15:22:53.0389417Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-09-27T15:22:53.0391799Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0393636Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-09-27T15:22:53.0395884Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-09-27T15:22:53.0397687Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-09-27T15:22:53.0400146Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-09-27T15:22:53.0401985Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-09-27T15:22:53.0404577Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0406393Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-09-27T15:22:53.0408548Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-09-27T15:22:53.0410710Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-09-27T15:22:53.0412762Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-09-27T15:22:53.0415076Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0417176Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-09-27T15:22:53.0419421Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-09-27T15:22:53.0421395Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-09-27T15:22:53.0423566Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-09-27T15:22:53.0425790Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0427910Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0429859Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-09-27T15:22:53.0432181Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-09-27T15:22:53.0434273Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-09-27T15:22:53.0436277Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-09-27T15:22:53.0438347Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-09-27T15:22:53.0440239Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-09-27T15:22:53.0442530Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-09-27T15:22:53.0444489Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-09-27T15:22:53.0446887Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0448544Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-09-27T15:22:53.0450916Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-09-27T15:22:53.0452905Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-09-27T15:22:53.0456421Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0458222Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-09-27T15:22:53.0460397Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-09-27T15:22:53.0462701Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-09-27T15:22:53.0464687Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-09-27T15:22:53.0467070Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0468812Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-09-27T15:22:53.0471152Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-09-27T15:22:53.0473303Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-09-27T15:22:53.0475510Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0477471Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-09-27T15:22:53.0479636Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-09-27T15:22:53.0481530Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-09-27T15:22:53.0484066Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-09-27T15:22:53.0485922Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-09-27T15:22:53.0488501Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0490053Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-09-27T15:22:53.0492549Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-09-27T15:22:53.0494395Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-09-27T15:22:53.0497137Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0498849Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-09-27T15:22:53.0501499Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-09-27T15:22:53.0503655Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-09-27T15:22:53.0506087Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0508008Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-09-27T15:22:53.0510310Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-09-27T15:22:53.0512211Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-09-27T15:22:53.0514992Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-09-27T15:22:53.0516615Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-09-27T15:22:53.0519188Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0520680Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-09-27T15:22:53.0523134Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-09-27T15:22:53.0525466Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-09-27T15:22:53.0527321Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0528994Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.0530738Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.0532449Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-09-27T15:22:53.0534610Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-09-27T15:22:53.0536500Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-09-27T15:22:53.0538273Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-09-27T15:22:53.0540094Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-09-27T15:22:53.0541721Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-09-27T15:22:53.0543524Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-09-27T15:22:53.0545198Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-09-27T15:22:53.0546935Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0548408Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-09-27T15:22:53.0550111Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-09-27T15:22:53.0551738Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-09-27T15:22:53.0553442Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0554904Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-09-27T15:22:53.0556545Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-09-27T15:22:53.0558077Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-09-27T15:22:53.0559724Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0561141Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-09-27T15:22:53.0562901Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-09-27T15:22:53.0564321Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-09-27T15:22:53.0565998Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0567396Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-09-27T15:22:53.0569060Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-09-27T15:22:53.0570553Z adding 'torch/include/ATen/ops/_softmax.h' 2022-09-27T15:22:53.0572205Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-09-27T15:22:53.0574111Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0575678Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-09-27T15:22:53.0577294Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-09-27T15:22:53.0578825Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-09-27T15:22:53.0580416Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-09-27T15:22:53.0582093Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-09-27T15:22:53.0583634Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-09-27T15:22:53.0585313Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0586759Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-09-27T15:22:53.0588303Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-09-27T15:22:53.0589789Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-09-27T15:22:53.0591355Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-09-27T15:22:53.0592882Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-09-27T15:22:53.0594561Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-09-27T15:22:53.0596180Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-09-27T15:22:53.0597920Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0599324Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-09-27T15:22:53.0600963Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-09-27T15:22:53.0602636Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-09-27T15:22:53.0604246Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-09-27T15:22:53.0605965Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0607546Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0608919Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-09-27T15:22:53.0610551Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-09-27T15:22:53.0612127Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-09-27T15:22:53.0613658Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-09-27T15:22:53.0615511Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-09-27T15:22:53.0617245Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0618763Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-09-27T15:22:53.0620398Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-09-27T15:22:53.0622166Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-09-27T15:22:53.0624311Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0625676Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-09-27T15:22:53.0627200Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-09-27T15:22:53.0629044Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-09-27T15:22:53.0630619Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0632064Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-09-27T15:22:53.0633686Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-09-27T15:22:53.0635341Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-09-27T15:22:53.0637064Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0638524Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-09-27T15:22:53.0640247Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-09-27T15:22:53.0642035Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-09-27T15:22:53.0643946Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-09-27T15:22:53.0645659Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0647211Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-09-27T15:22:53.0648716Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-09-27T15:22:53.0650472Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-09-27T15:22:53.0652182Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0653735Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-09-27T15:22:53.0655208Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-09-27T15:22:53.0657047Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-09-27T15:22:53.0658723Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-09-27T15:22:53.0660443Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0661928Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-09-27T15:22:53.0663596Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-09-27T15:22:53.0665193Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-09-27T15:22:53.0666871Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0668537Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-09-27T15:22:53.0670309Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-09-27T15:22:53.0671893Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-09-27T15:22:53.0673917Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0675455Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-09-27T15:22:53.0677044Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-09-27T15:22:53.0678642Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-09-27T15:22:53.0680344Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0681805Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-09-27T15:22:53.0683683Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-09-27T15:22:53.0685273Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-09-27T15:22:53.0687101Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-09-27T15:22:53.0688850Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0690361Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-09-27T15:22:53.0692071Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-09-27T15:22:53.0693678Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0695235Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0697010Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-09-27T15:22:53.0698877Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-09-27T15:22:53.0700539Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-09-27T15:22:53.0702402Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0703760Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-09-27T15:22:53.0705521Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-09-27T15:22:53.0707234Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-09-27T15:22:53.0709027Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0710681Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-09-27T15:22:53.0712309Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-09-27T15:22:53.0714078Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-09-27T15:22:53.0715863Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-09-27T15:22:53.0717731Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0719306Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-09-27T15:22:53.0721077Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-09-27T15:22:53.0723019Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0724761Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0726384Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-09-27T15:22:53.0728283Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-09-27T15:22:53.0730097Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-09-27T15:22:53.0731966Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0733472Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-09-27T15:22:53.0735211Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-09-27T15:22:53.0737390Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-09-27T15:22:53.0739069Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-09-27T15:22:53.0740811Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0742303Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-09-27T15:22:53.0743921Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-09-27T15:22:53.0745600Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0747135Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0748564Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-09-27T15:22:53.0750288Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-09-27T15:22:53.0752077Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-09-27T15:22:53.0753796Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0755278Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-09-27T15:22:53.0756735Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-09-27T15:22:53.0758394Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-09-27T15:22:53.0759993Z adding 'torch/include/ATen/ops/_stack.h' 2022-09-27T15:22:53.0761771Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0763431Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-09-27T15:22:53.0764858Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-09-27T15:22:53.0766600Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-09-27T15:22:53.0768111Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-09-27T15:22:53.0770072Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0771480Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-09-27T15:22:53.0772932Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-09-27T15:22:53.0774421Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-09-27T15:22:53.0776353Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0777766Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-09-27T15:22:53.0779259Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-09-27T15:22:53.0780721Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-09-27T15:22:53.0782342Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-09-27T15:22:53.0783919Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-09-27T15:22:53.0785598Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-09-27T15:22:53.0787142Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-09-27T15:22:53.0788817Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0790303Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-09-27T15:22:53.0791985Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-09-27T15:22:53.0793732Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-09-27T15:22:53.0795405Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-09-27T15:22:53.0797031Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-09-27T15:22:53.0798746Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0800164Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-09-27T15:22:53.0801824Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-09-27T15:22:53.0803661Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-09-27T15:22:53.0805380Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0806894Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0808204Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-09-27T15:22:53.0809780Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-09-27T15:22:53.0811324Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-09-27T15:22:53.0812849Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0814247Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-09-27T15:22:53.0815926Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0817515Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0818957Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-09-27T15:22:53.0820686Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-09-27T15:22:53.0822139Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-09-27T15:22:53.0823778Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-09-27T15:22:53.0825444Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-09-27T15:22:53.0827257Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0828750Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-09-27T15:22:53.0830427Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-09-27T15:22:53.0832184Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-09-27T15:22:53.0833898Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-09-27T15:22:53.0835628Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0837196Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-09-27T15:22:53.0838839Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-09-27T15:22:53.0840370Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-09-27T15:22:53.0841971Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-09-27T15:22:53.0843703Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0845201Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-09-27T15:22:53.0846727Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-09-27T15:22:53.0848350Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-09-27T15:22:53.0849927Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-09-27T15:22:53.0863941Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0865574Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-09-27T15:22:53.0867208Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-09-27T15:22:53.0868758Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-09-27T15:22:53.0870415Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0871844Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-09-27T15:22:53.0873430Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-09-27T15:22:53.0874992Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-09-27T15:22:53.0876641Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0878118Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-09-27T15:22:53.0879742Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-09-27T15:22:53.0881377Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-09-27T15:22:53.0883133Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0884616Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-09-27T15:22:53.0886275Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-09-27T15:22:53.0887876Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-09-27T15:22:53.0889585Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0891099Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-09-27T15:22:53.0892755Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-09-27T15:22:53.0894380Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-09-27T15:22:53.0896210Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-09-27T15:22:53.0898001Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0899540Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-09-27T15:22:53.0901089Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-09-27T15:22:53.0902786Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-09-27T15:22:53.0904519Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0906070Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-09-27T15:22:53.0907577Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-09-27T15:22:53.0909338Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-09-27T15:22:53.0911097Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-09-27T15:22:53.0912724Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-09-27T15:22:53.0914418Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0916063Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-09-27T15:22:53.0917826Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0919324Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-09-27T15:22:53.0920807Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-09-27T15:22:53.0922599Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-09-27T15:22:53.0924318Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-09-27T15:22:53.0925910Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-09-27T15:22:53.0927609Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0929158Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-09-27T15:22:53.0930670Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-09-27T15:22:53.0932378Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-09-27T15:22:53.0934157Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-09-27T15:22:53.0936083Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0938062Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-09-27T15:22:53.0939752Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-09-27T15:22:53.0941330Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-09-27T15:22:53.0942956Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.0944621Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-09-27T15:22:53.0946144Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-09-27T15:22:53.0947883Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-09-27T15:22:53.0949652Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0951141Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-09-27T15:22:53.0952830Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-09-27T15:22:53.0954490Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h' 2022-09-27T15:22:53.0956224Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0957621Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h' 2022-09-27T15:22:53.0959157Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h' 2022-09-27T15:22:53.0960780Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h' 2022-09-27T15:22:53.0962572Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-09-27T15:22:53.0964391Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0965823Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-09-27T15:22:53.0967329Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-09-27T15:22:53.0969255Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-09-27T15:22:53.0970666Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-09-27T15:22:53.0972457Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-09-27T15:22:53.0974457Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0976330Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-09-27T15:22:53.0978066Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-09-27T15:22:53.0979769Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-09-27T15:22:53.0981805Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-09-27T15:22:53.0983810Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-09-27T15:22:53.0985764Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0987570Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-09-27T15:22:53.0989226Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-09-27T15:22:53.0990933Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-09-27T15:22:53.0992888Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-09-27T15:22:53.0994729Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-09-27T15:22:53.0996627Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.0998334Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.0999850Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-09-27T15:22:53.1001602Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-09-27T15:22:53.1003581Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-09-27T15:22:53.1007128Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1008545Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:22:53.1010623Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-09-27T15:22:53.1012827Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-09-27T15:22:53.1014429Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-09-27T15:22:53.1016335Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1018011Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-09-27T15:22:53.1019624Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-09-27T15:22:53.1021395Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-09-27T15:22:53.1023146Z adding 'torch/include/ATen/ops/_unique.h' 2022-09-27T15:22:53.1024934Z adding 'torch/include/ATen/ops/_unique2.h' 2022-09-27T15:22:53.1026769Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1028370Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-09-27T15:22:53.1030000Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-09-27T15:22:53.1031617Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-09-27T15:22:53.1033394Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-09-27T15:22:53.1035245Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1036894Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-09-27T15:22:53.1038483Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-09-27T15:22:53.1040103Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-09-27T15:22:53.1041869Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-09-27T15:22:53.1043725Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-09-27T15:22:53.1045546Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1046994Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-09-27T15:22:53.1048717Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-09-27T15:22:53.1050390Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-09-27T15:22:53.1052164Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1053685Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-09-27T15:22:53.1055658Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-09-27T15:22:53.1057565Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-09-27T15:22:53.1059547Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-09-27T15:22:53.1061493Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1063280Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1064966Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1066599Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1068241Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-09-27T15:22:53.1069963Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-09-27T15:22:53.1071730Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-09-27T15:22:53.1073710Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-09-27T15:22:53.1075593Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1077343Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1078962Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-09-27T15:22:53.1080644Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-09-27T15:22:53.1082276Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-09-27T15:22:53.1084067Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-09-27T15:22:53.1085808Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-09-27T15:22:53.1087754Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-09-27T15:22:53.1089713Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-09-27T15:22:53.1091682Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-09-27T15:22:53.1093602Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1095584Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1097458Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1099123Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1100750Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-09-27T15:22:53.1102458Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-09-27T15:22:53.1104188Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-09-27T15:22:53.1106142Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-09-27T15:22:53.1108227Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1110022Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1111743Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-09-27T15:22:53.1113059Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-09-27T15:22:53.1115293Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-09-27T15:22:53.1116554Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-09-27T15:22:53.1118325Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-09-27T15:22:53.1120632Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-09-27T15:22:53.1122555Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-09-27T15:22:53.1124432Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-09-27T15:22:53.1126467Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1128076Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1129655Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1131251Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1132912Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-09-27T15:22:53.1134578Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-09-27T15:22:53.1136347Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-09-27T15:22:53.1138244Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-09-27T15:22:53.1140120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1141709Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1143243Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-09-27T15:22:53.1144839Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-09-27T15:22:53.1146385Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-09-27T15:22:53.1147993Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-09-27T15:22:53.1149591Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-09-27T15:22:53.1151426Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-09-27T15:22:53.1153236Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-09-27T15:22:53.1155241Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-09-27T15:22:53.1157043Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1158766Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1160357Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1161911Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1163579Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-09-27T15:22:53.1165232Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-09-27T15:22:53.1167044Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-09-27T15:22:53.1168914Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-09-27T15:22:53.1170845Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1172676Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1174300Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-09-27T15:22:53.1176187Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-09-27T15:22:53.1177792Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-09-27T15:22:53.1179592Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-09-27T15:22:53.1181370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-09-27T15:22:53.1183321Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-09-27T15:22:53.1185286Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-09-27T15:22:53.1187344Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-09-27T15:22:53.1189226Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1191087Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1192820Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1194603Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1196286Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-09-27T15:22:53.1198044Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-09-27T15:22:53.1199827Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-09-27T15:22:53.1201854Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-09-27T15:22:53.1203828Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1205662Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1207377Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-09-27T15:22:53.1209089Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-09-27T15:22:53.1210721Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-09-27T15:22:53.1212484Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-09-27T15:22:53.1214304Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-09-27T15:22:53.1216977Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-09-27T15:22:53.1218335Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-09-27T15:22:53.1220186Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-09-27T15:22:53.1221811Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-09-27T15:22:53.1223744Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-09-27T15:22:53.1225567Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-09-27T15:22:53.1227423Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1229073Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-09-27T15:22:53.1230869Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-09-27T15:22:53.1232652Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-09-27T15:22:53.1234485Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-09-27T15:22:53.1236260Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-09-27T15:22:53.1237968Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-09-27T15:22:53.1239798Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-09-27T15:22:53.1241578Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-09-27T15:22:53.1243612Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1245300Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-09-27T15:22:53.1247122Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-09-27T15:22:53.1248908Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-09-27T15:22:53.1250766Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1252351Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-09-27T15:22:53.1254216Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-09-27T15:22:53.1256159Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-09-27T15:22:53.1258395Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1260135Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-09-27T15:22:53.1261961Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-09-27T15:22:53.1263756Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-09-27T15:22:53.1265638Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1268102Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-09-27T15:22:53.1270012Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-09-27T15:22:53.1271849Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-09-27T15:22:53.1273741Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1275420Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-09-27T15:22:53.1277281Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-09-27T15:22:53.1279118Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-09-27T15:22:53.1280972Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1282624Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-09-27T15:22:53.1284482Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-09-27T15:22:53.1286193Z adding 'torch/include/ATen/ops/_values.h' 2022-09-27T15:22:53.1287998Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-09-27T15:22:53.1289871Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1291681Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1293280Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-09-27T15:22:53.1295091Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-09-27T15:22:53.1297052Z adding 'torch/include/ATen/ops/_values_native.h' 2022-09-27T15:22:53.1298819Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-09-27T15:22:53.1300470Z adding 'torch/include/ATen/ops/_version.h' 2022-09-27T15:22:53.1302307Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1303966Z adding 'torch/include/ATen/ops/_version_native.h' 2022-09-27T15:22:53.1305765Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-09-27T15:22:53.1307518Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-09-27T15:22:53.1309378Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1311092Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-09-27T15:22:53.1312956Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1314636Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-09-27T15:22:53.1316485Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-09-27T15:22:53.1318339Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-09-27T15:22:53.1320255Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-09-27T15:22:53.1322196Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1324078Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1325827Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1327560Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-09-27T15:22:53.1329521Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-09-27T15:22:53.1331508Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1333347Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-09-27T15:22:53.1335105Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-09-27T15:22:53.1336967Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-09-27T15:22:53.1338827Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-09-27T15:22:53.1340569Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-09-27T15:22:53.1342368Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-09-27T15:22:53.1344139Z adding 'torch/include/ATen/ops/abs.h' 2022-09-27T15:22:53.1346084Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1347821Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-09-27T15:22:53.1349542Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-09-27T15:22:53.1351230Z adding 'torch/include/ATen/ops/abs_native.h' 2022-09-27T15:22:53.1353051Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-09-27T15:22:53.1354901Z adding 'torch/include/ATen/ops/absolute.h' 2022-09-27T15:22:53.1356807Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1358764Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-09-27T15:22:53.1360564Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-09-27T15:22:53.1362221Z adding 'torch/include/ATen/ops/acos.h' 2022-09-27T15:22:53.1364461Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1365946Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-09-27T15:22:53.1367735Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-09-27T15:22:53.1369618Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-09-27T15:22:53.1371320Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-09-27T15:22:53.1373064Z adding 'torch/include/ATen/ops/acos_native.h' 2022-09-27T15:22:53.1375026Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-09-27T15:22:53.1377071Z adding 'torch/include/ATen/ops/acosh.h' 2022-09-27T15:22:53.1379188Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1381713Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-09-27T15:22:53.1382645Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-09-27T15:22:53.1384397Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-09-27T15:22:53.1385939Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-09-27T15:22:53.1387387Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-09-27T15:22:53.1389175Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-09-27T15:22:53.1391536Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-09-27T15:22:53.1393419Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1394757Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-09-27T15:22:53.1396487Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-09-27T15:22:53.1398434Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-09-27T15:22:53.1400139Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1402048Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-09-27T15:22:53.1404433Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-09-27T15:22:53.1406012Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-09-27T15:22:53.1407722Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-09-27T15:22:53.1409355Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-09-27T15:22:53.1410931Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-09-27T15:22:53.1412515Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1414154Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1416231Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-09-27T15:22:53.1418203Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-09-27T15:22:53.1419987Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1421446Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-09-27T15:22:53.1422880Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-09-27T15:22:53.1424234Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-09-27T15:22:53.1426428Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-09-27T15:22:53.1428249Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-09-27T15:22:53.1430120Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1431731Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-09-27T15:22:53.1433651Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-09-27T15:22:53.1435729Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-09-27T15:22:53.1437347Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-09-27T15:22:53.1439475Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1441523Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1443158Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1444685Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-09-27T15:22:53.1446329Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-09-27T15:22:53.1447951Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-09-27T15:22:53.1449764Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-09-27T15:22:53.1452086Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1453863Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-09-27T15:22:53.1455730Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-09-27T15:22:53.1457658Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-09-27T15:22:53.1459904Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-09-27T15:22:53.1461692Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-09-27T15:22:53.1463579Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-09-27T15:22:53.1465390Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-09-27T15:22:53.1467149Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-09-27T15:22:53.1468927Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1470479Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.1472122Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.1473768Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-09-27T15:22:53.1475440Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-09-27T15:22:53.1477080Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-09-27T15:22:53.1479372Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-09-27T15:22:53.1481283Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1482949Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-09-27T15:22:53.1484630Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-09-27T15:22:53.1486259Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-09-27T15:22:53.1487952Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-09-27T15:22:53.1489552Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-09-27T15:22:53.1491407Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-09-27T15:22:53.1493167Z adding 'torch/include/ATen/ops/add.h' 2022-09-27T15:22:53.1494981Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1496893Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1498611Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-09-27T15:22:53.1500265Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-09-27T15:22:53.1502085Z adding 'torch/include/ATen/ops/add_meta.h' 2022-09-27T15:22:53.1504045Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-09-27T15:22:53.1505770Z adding 'torch/include/ATen/ops/add_native.h' 2022-09-27T15:22:53.1507824Z adding 'torch/include/ATen/ops/add_ops.h' 2022-09-27T15:22:53.1509571Z adding 'torch/include/ATen/ops/addbmm.h' 2022-09-27T15:22:53.1511341Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-09-27T15:22:53.1512984Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-09-27T15:22:53.1514675Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-09-27T15:22:53.1516742Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-09-27T15:22:53.1518466Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-09-27T15:22:53.1520096Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-09-27T15:22:53.1522026Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1523709Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-09-27T15:22:53.1525573Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-09-27T15:22:53.1527057Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-09-27T15:22:53.1528910Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-09-27T15:22:53.1530463Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-09-27T15:22:53.1532220Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-09-27T15:22:53.1534038Z adding 'torch/include/ATen/ops/addcmul.h' 2022-09-27T15:22:53.1536206Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1537913Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-09-27T15:22:53.1539603Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-09-27T15:22:53.1541240Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-09-27T15:22:53.1542961Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-09-27T15:22:53.1544581Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-09-27T15:22:53.1546547Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-09-27T15:22:53.1548272Z adding 'torch/include/ATen/ops/addmm.h' 2022-09-27T15:22:53.1551008Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1552769Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-09-27T15:22:53.1554680Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-09-27T15:22:53.1556423Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-09-27T15:22:53.1558318Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-09-27T15:22:53.1560193Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-09-27T15:22:53.1562405Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-09-27T15:22:53.1564420Z adding 'torch/include/ATen/ops/addmv.h' 2022-09-27T15:22:53.1566481Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1568383Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-09-27T15:22:53.1570448Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-09-27T15:22:53.1571785Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-09-27T15:22:53.1573541Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-09-27T15:22:53.1575562Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-09-27T15:22:53.1577607Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-09-27T15:22:53.1579536Z adding 'torch/include/ATen/ops/addr.h' 2022-09-27T15:22:53.1581518Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1583379Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-09-27T15:22:53.1585247Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-09-27T15:22:53.1587059Z adding 'torch/include/ATen/ops/addr_native.h' 2022-09-27T15:22:53.1589094Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-09-27T15:22:53.1591186Z adding 'torch/include/ATen/ops/adjoint.h' 2022-09-27T15:22:53.1593129Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1594835Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-09-27T15:22:53.1596597Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-09-27T15:22:53.1598604Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-09-27T15:22:53.1600759Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-09-27T15:22:53.1602642Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1604418Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-09-27T15:22:53.1606688Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-09-27T15:22:53.1608679Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1610420Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-09-27T15:22:53.1612284Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-09-27T15:22:53.1614008Z adding 'torch/include/ATen/ops/alias.h' 2022-09-27T15:22:53.1616092Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1617794Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-09-27T15:22:53.1619887Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1621649Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1623361Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-09-27T15:22:53.1625277Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-09-27T15:22:53.1627062Z adding 'torch/include/ATen/ops/alias_native.h' 2022-09-27T15:22:53.1628869Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-09-27T15:22:53.1630649Z adding 'torch/include/ATen/ops/align_as.h' 2022-09-27T15:22:53.1632541Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1634851Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-09-27T15:22:53.1636863Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-09-27T15:22:53.1638463Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-09-27T15:22:53.1640389Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1642153Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-09-27T15:22:53.1644099Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-09-27T15:22:53.1646243Z adding 'torch/include/ATen/ops/align_to.h' 2022-09-27T15:22:53.1648185Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1649967Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-09-27T15:22:53.1651862Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-09-27T15:22:53.1653777Z adding 'torch/include/ATen/ops/all.h' 2022-09-27T15:22:53.1655944Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1658160Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1660169Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-09-27T15:22:53.1662051Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-09-27T15:22:53.1664064Z adding 'torch/include/ATen/ops/all_meta.h' 2022-09-27T15:22:53.1666416Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-09-27T15:22:53.1668205Z adding 'torch/include/ATen/ops/all_native.h' 2022-09-27T15:22:53.1670275Z adding 'torch/include/ATen/ops/all_ops.h' 2022-09-27T15:22:53.1672160Z adding 'torch/include/ATen/ops/allclose.h' 2022-09-27T15:22:53.1674134Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1675802Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-09-27T15:22:53.1677630Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-09-27T15:22:53.1679514Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-09-27T15:22:53.1681660Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1683238Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-09-27T15:22:53.1685475Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-09-27T15:22:53.1687153Z adding 'torch/include/ATen/ops/amax.h' 2022-09-27T15:22:53.1689201Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1691442Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-09-27T15:22:53.1693185Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-09-27T15:22:53.1694852Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-09-27T15:22:53.1696747Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-09-27T15:22:53.1698495Z adding 'torch/include/ATen/ops/amax_native.h' 2022-09-27T15:22:53.1700348Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-09-27T15:22:53.1701888Z adding 'torch/include/ATen/ops/amin.h' 2022-09-27T15:22:53.1703784Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1705271Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-09-27T15:22:53.1706984Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-09-27T15:22:53.1708516Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-09-27T15:22:53.1710099Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-09-27T15:22:53.1711673Z adding 'torch/include/ATen/ops/amin_native.h' 2022-09-27T15:22:53.1713898Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-09-27T15:22:53.1715432Z adding 'torch/include/ATen/ops/aminmax.h' 2022-09-27T15:22:53.1717474Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1718807Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-09-27T15:22:53.1720454Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-09-27T15:22:53.1722042Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-09-27T15:22:53.1724136Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-09-27T15:22:53.1725768Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-09-27T15:22:53.1727574Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-09-27T15:22:53.1729506Z adding 'torch/include/ATen/ops/and.h' 2022-09-27T15:22:53.1731321Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1732953Z adding 'torch/include/ATen/ops/and_native.h' 2022-09-27T15:22:53.1734868Z adding 'torch/include/ATen/ops/and_ops.h' 2022-09-27T15:22:53.1736875Z adding 'torch/include/ATen/ops/angle.h' 2022-09-27T15:22:53.1738708Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-09-27T15:22:53.1740571Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-09-27T15:22:53.1742361Z adding 'torch/include/ATen/ops/angle_native.h' 2022-09-27T15:22:53.1744265Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-09-27T15:22:53.1746074Z adding 'torch/include/ATen/ops/any.h' 2022-09-27T15:22:53.1748013Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1749826Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1752009Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-09-27T15:22:53.1753425Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-09-27T15:22:53.1755036Z adding 'torch/include/ATen/ops/any_meta.h' 2022-09-27T15:22:53.1756647Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-09-27T15:22:53.1758246Z adding 'torch/include/ATen/ops/any_native.h' 2022-09-27T15:22:53.1760078Z adding 'torch/include/ATen/ops/any_ops.h' 2022-09-27T15:22:53.1762021Z adding 'torch/include/ATen/ops/arange.h' 2022-09-27T15:22:53.1764130Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1766046Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-09-27T15:22:53.1767747Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-09-27T15:22:53.1769598Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-09-27T15:22:53.1771136Z adding 'torch/include/ATen/ops/arange_native.h' 2022-09-27T15:22:53.1773704Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-09-27T15:22:53.1775017Z adding 'torch/include/ATen/ops/arccos.h' 2022-09-27T15:22:53.1776829Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1778346Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-09-27T15:22:53.1780073Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-09-27T15:22:53.1781987Z adding 'torch/include/ATen/ops/arccosh.h' 2022-09-27T15:22:53.1783537Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1785124Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-09-27T15:22:53.1787018Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-09-27T15:22:53.1789365Z adding 'torch/include/ATen/ops/arcsin.h' 2022-09-27T15:22:53.1791272Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1792764Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-09-27T15:22:53.1794575Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-09-27T15:22:53.1796381Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-09-27T15:22:53.1798433Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1799927Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-09-27T15:22:53.1801816Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-09-27T15:22:53.1803911Z adding 'torch/include/ATen/ops/arctan.h' 2022-09-27T15:22:53.1805828Z adding 'torch/include/ATen/ops/arctan2.h' 2022-09-27T15:22:53.1807671Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1809356Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-09-27T15:22:53.1811275Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-09-27T15:22:53.1813238Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1815049Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-09-27T15:22:53.1817194Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-09-27T15:22:53.1819061Z adding 'torch/include/ATen/ops/arctanh.h' 2022-09-27T15:22:53.1821032Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1822732Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-09-27T15:22:53.1824439Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-09-27T15:22:53.1826237Z adding 'torch/include/ATen/ops/argmax.h' 2022-09-27T15:22:53.1828104Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1829823Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-09-27T15:22:53.1831701Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-09-27T15:22:53.1833559Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-09-27T15:22:53.1835332Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-09-27T15:22:53.1837063Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-09-27T15:22:53.1838918Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-09-27T15:22:53.1841125Z adding 'torch/include/ATen/ops/argmin.h' 2022-09-27T15:22:53.1843072Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1844770Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-09-27T15:22:53.1846636Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-09-27T15:22:53.1848630Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-09-27T15:22:53.1850355Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-09-27T15:22:53.1852021Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-09-27T15:22:53.1853900Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-09-27T15:22:53.1856450Z adding 'torch/include/ATen/ops/argsort.h' 2022-09-27T15:22:53.1858392Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1860272Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1862037Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-09-27T15:22:53.1863873Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-09-27T15:22:53.1865885Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-09-27T15:22:53.1868026Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-09-27T15:22:53.1869957Z adding 'torch/include/ATen/ops/argwhere.h' 2022-09-27T15:22:53.1872228Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1873931Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-09-27T15:22:53.1875657Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-09-27T15:22:53.1877399Z adding 'torch/include/ATen/ops/as_strided.h' 2022-09-27T15:22:53.1879444Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1881406Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-09-27T15:22:53.1883473Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1885375Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1887291Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-09-27T15:22:53.1889143Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-09-27T15:22:53.1891016Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-09-27T15:22:53.1892886Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-09-27T15:22:53.1894768Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-09-27T15:22:53.1896751Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-09-27T15:22:53.1898799Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-09-27T15:22:53.1900836Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-09-27T15:22:53.1902841Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.1904564Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-09-27T15:22:53.1906649Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-09-27T15:22:53.1908039Z adding 'torch/include/ATen/ops/asin.h' 2022-09-27T15:22:53.1909851Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1911429Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-09-27T15:22:53.1913078Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-09-27T15:22:53.1914712Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-09-27T15:22:53.1916400Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-09-27T15:22:53.1918017Z adding 'torch/include/ATen/ops/asin_native.h' 2022-09-27T15:22:53.1919914Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-09-27T15:22:53.1921768Z adding 'torch/include/ATen/ops/asinh.h' 2022-09-27T15:22:53.1923935Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1925924Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-09-27T15:22:53.1927859Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-09-27T15:22:53.1929368Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-09-27T15:22:53.1931114Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-09-27T15:22:53.1932749Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-09-27T15:22:53.1934503Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-09-27T15:22:53.1936924Z adding 'torch/include/ATen/ops/atan.h' 2022-09-27T15:22:53.1938719Z adding 'torch/include/ATen/ops/atan2.h' 2022-09-27T15:22:53.1940062Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1941792Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-09-27T15:22:53.1943347Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-09-27T15:22:53.1945177Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-09-27T15:22:53.1946913Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-09-27T15:22:53.1948776Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-09-27T15:22:53.1950485Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-09-27T15:22:53.1952395Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1954072Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-09-27T15:22:53.1955687Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-09-27T15:22:53.1957435Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-09-27T15:22:53.1959078Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-09-27T15:22:53.1961291Z adding 'torch/include/ATen/ops/atan_native.h' 2022-09-27T15:22:53.1962838Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-09-27T15:22:53.1964643Z adding 'torch/include/ATen/ops/atanh.h' 2022-09-27T15:22:53.1966828Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.1968497Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-09-27T15:22:53.1970013Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-09-27T15:22:53.1971460Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-09-27T15:22:53.1973111Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-09-27T15:22:53.1974811Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-09-27T15:22:53.1977044Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-09-27T15:22:53.1978704Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-09-27T15:22:53.1980398Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1981920Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-09-27T15:22:53.1983509Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-09-27T15:22:53.1985109Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-09-27T15:22:53.1986774Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1988373Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-09-27T15:22:53.1989856Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-09-27T15:22:53.1991602Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-09-27T15:22:53.1993257Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.1994763Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-09-27T15:22:53.1996404Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-09-27T15:22:53.1998236Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-09-27T15:22:53.1999928Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2001432Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-09-27T15:22:53.2003061Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-09-27T15:22:53.2004731Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-09-27T15:22:53.2006806Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-09-27T15:22:53.2008428Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2009934Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.2011570Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.2013114Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-09-27T15:22:53.2014941Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-09-27T15:22:53.2017340Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-09-27T15:22:53.2019341Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-09-27T15:22:53.2021947Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2023797Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-09-27T15:22:53.2025588Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-09-27T15:22:53.2027727Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-09-27T15:22:53.2029867Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-09-27T15:22:53.2031787Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-09-27T15:22:53.2033783Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-09-27T15:22:53.2035720Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-09-27T15:22:53.2038050Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-09-27T15:22:53.2039923Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2041637Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.2043457Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.2045271Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-09-27T15:22:53.2047264Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-09-27T15:22:53.2048972Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-09-27T15:22:53.2050995Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-09-27T15:22:53.2052972Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2054737Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-09-27T15:22:53.2057198Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-09-27T15:22:53.2058850Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-09-27T15:22:53.2060629Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-09-27T15:22:53.2062495Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-09-27T15:22:53.2064471Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-09-27T15:22:53.2066348Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-09-27T15:22:53.2068359Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2070030Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-09-27T15:22:53.2072474Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-09-27T15:22:53.2074015Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-09-27T15:22:53.2075880Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-09-27T15:22:53.2077721Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-09-27T15:22:53.2079983Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-09-27T15:22:53.2082061Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-09-27T15:22:53.2084308Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2085932Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-09-27T15:22:53.2087798Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-09-27T15:22:53.2089599Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-09-27T15:22:53.2091529Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-09-27T15:22:53.2093474Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2095167Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-09-27T15:22:53.2096921Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-09-27T15:22:53.2098806Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-09-27T15:22:53.2100805Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-09-27T15:22:53.2102865Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2105120Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-09-27T15:22:53.2107237Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-09-27T15:22:53.2108854Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-09-27T15:22:53.2110769Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2113546Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-09-27T15:22:53.2115337Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-09-27T15:22:53.2117104Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-09-27T15:22:53.2119090Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-09-27T15:22:53.2121040Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-09-27T15:22:53.2123093Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2125015Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-09-27T15:22:53.2127011Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-09-27T15:22:53.2129044Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-09-27T15:22:53.2130908Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-09-27T15:22:53.2132968Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2134691Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-09-27T15:22:53.2137307Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-09-27T15:22:53.2138631Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-09-27T15:22:53.2140217Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-09-27T15:22:53.2142082Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-09-27T15:22:53.2144140Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-09-27T15:22:53.2145672Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2147433Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-09-27T15:22:53.2149199Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-09-27T15:22:53.2151090Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-09-27T15:22:53.2152971Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-09-27T15:22:53.2154699Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2156388Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-09-27T15:22:53.2157961Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-09-27T15:22:53.2159883Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-09-27T15:22:53.2161705Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-09-27T15:22:53.2163572Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-09-27T15:22:53.2165409Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2167088Z adding 'torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2168725Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-09-27T15:22:53.2170294Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-09-27T15:22:53.2171998Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-09-27T15:22:53.2173608Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-09-27T15:22:53.2175945Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-09-27T15:22:53.2177931Z adding 'torch/include/ATen/ops/bilinear.h' 2022-09-27T15:22:53.2179479Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2180757Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-09-27T15:22:53.2182461Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-09-27T15:22:53.2184488Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-09-27T15:22:53.2185954Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-09-27T15:22:53.2187604Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-09-27T15:22:53.2189416Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-09-27T15:22:53.2191203Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-09-27T15:22:53.2193153Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-09-27T15:22:53.2194945Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-09-27T15:22:53.2196783Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-09-27T15:22:53.2198630Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-09-27T15:22:53.2200552Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-09-27T15:22:53.2202522Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-09-27T15:22:53.2204545Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2206400Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-09-27T15:22:53.2208274Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-09-27T15:22:53.2210633Z adding 'torch/include/ATen/ops/bincount.h' 2022-09-27T15:22:53.2211953Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2213868Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-09-27T15:22:53.2215786Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-09-27T15:22:53.2217375Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-09-27T15:22:53.2219212Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-09-27T15:22:53.2221065Z adding 'torch/include/ATen/ops/binomial.h' 2022-09-27T15:22:53.2222895Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2224559Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-09-27T15:22:53.2226404Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-09-27T15:22:53.2228077Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-09-27T15:22:53.2229875Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-09-27T15:22:53.2231752Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-09-27T15:22:53.2233676Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2235375Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2237158Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2238884Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-09-27T15:22:53.2240594Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-09-27T15:22:53.2242240Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-09-27T15:22:53.2244068Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-09-27T15:22:53.2245740Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-09-27T15:22:53.2247803Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-09-27T15:22:53.2249846Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-09-27T15:22:53.2251909Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2253792Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2255784Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-09-27T15:22:53.2257379Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-09-27T15:22:53.2259064Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-09-27T15:22:53.2260866Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-09-27T15:22:53.2262671Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-09-27T15:22:53.2264696Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-09-27T15:22:53.2266590Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-09-27T15:22:53.2268494Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2270355Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-09-27T15:22:53.2272341Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-09-27T15:22:53.2273845Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-09-27T15:22:53.2275712Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-09-27T15:22:53.2277702Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-09-27T15:22:53.2279015Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-09-27T15:22:53.2280910Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-09-27T15:22:53.2282677Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2284413Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2286027Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2287709Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-09-27T15:22:53.2289252Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-09-27T15:22:53.2290768Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-09-27T15:22:53.2292354Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-09-27T15:22:53.2294705Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-09-27T15:22:53.2296448Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-09-27T15:22:53.2298485Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-09-27T15:22:53.2300299Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2302194Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2304040Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-09-27T15:22:53.2305493Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-09-27T15:22:53.2306944Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-09-27T15:22:53.2309632Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-09-27T15:22:53.2311153Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-09-27T15:22:53.2312985Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-09-27T15:22:53.2314854Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-09-27T15:22:53.2316784Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2318705Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2320296Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2321818Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-09-27T15:22:53.2323591Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-09-27T15:22:53.2325488Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-09-27T15:22:53.2327422Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-09-27T15:22:53.2329090Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-09-27T15:22:53.2331031Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-09-27T15:22:53.2333699Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-09-27T15:22:53.2335848Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2337584Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-09-27T15:22:53.2339549Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-09-27T15:22:53.2341326Z adding 'torch/include/ATen/ops/block_diag.h' 2022-09-27T15:22:53.2343388Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2344769Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-09-27T15:22:53.2346682Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-09-27T15:22:53.2348488Z adding 'torch/include/ATen/ops/bmm.h' 2022-09-27T15:22:53.2350490Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2352284Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-09-27T15:22:53.2354204Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-09-27T15:22:53.2355843Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-09-27T15:22:53.2357650Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-09-27T15:22:53.2360215Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-09-27T15:22:53.2361736Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-09-27T15:22:53.2363741Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-09-27T15:22:53.2365654Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2367306Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-09-27T15:22:53.2369509Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-09-27T15:22:53.2371088Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-09-27T15:22:53.2372994Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2374890Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-09-27T15:22:53.2376793Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-09-27T15:22:53.2378842Z adding 'torch/include/ATen/ops/bucketize.h' 2022-09-27T15:22:53.2380853Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2382587Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-09-27T15:22:53.2384400Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-09-27T15:22:53.2386196Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-09-27T15:22:53.2388302Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-09-27T15:22:53.2390187Z adding 'torch/include/ATen/ops/can_cast.h' 2022-09-27T15:22:53.2392147Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2393776Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-09-27T15:22:53.2396459Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-09-27T15:22:53.2398615Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-09-27T15:22:53.2400992Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2402833Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-09-27T15:22:53.2404754Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-09-27T15:22:53.2406448Z adding 'torch/include/ATen/ops/cat.h' 2022-09-27T15:22:53.2408333Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2409952Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2411558Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-09-27T15:22:53.2413119Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-09-27T15:22:53.2415155Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-09-27T15:22:53.2417114Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-09-27T15:22:53.2418847Z adding 'torch/include/ATen/ops/cat_native.h' 2022-09-27T15:22:53.2420748Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-09-27T15:22:53.2422480Z adding 'torch/include/ATen/ops/cauchy.h' 2022-09-27T15:22:53.2424259Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2425829Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-09-27T15:22:53.2427441Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-09-27T15:22:53.2429299Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-09-27T15:22:53.2430774Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-09-27T15:22:53.2432444Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-09-27T15:22:53.2433896Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-09-27T15:22:53.2435358Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-09-27T15:22:53.2437306Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2438297Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-09-27T15:22:53.2439891Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-09-27T15:22:53.2441588Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-09-27T15:22:53.2443188Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-09-27T15:22:53.2444877Z adding 'torch/include/ATen/ops/cdist.h' 2022-09-27T15:22:53.2446905Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2448430Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-09-27T15:22:53.2449928Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-09-27T15:22:53.2451410Z adding 'torch/include/ATen/ops/ceil.h' 2022-09-27T15:22:53.2452990Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2454752Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-09-27T15:22:53.2458368Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-09-27T15:22:53.2459897Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-09-27T15:22:53.2462160Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-09-27T15:22:53.2464115Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-09-27T15:22:53.2465971Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-09-27T15:22:53.2467777Z adding 'torch/include/ATen/ops/celu.h' 2022-09-27T15:22:53.2469797Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2471220Z adding 'torch/include/ATen/ops/celu_native.h' 2022-09-27T15:22:53.2473165Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-09-27T15:22:53.2476126Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-09-27T15:22:53.2478129Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2480414Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-09-27T15:22:53.2482163Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-09-27T15:22:53.2483918Z adding 'torch/include/ATen/ops/chalf.h' 2022-09-27T15:22:53.2485518Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2486928Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-09-27T15:22:53.2489892Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-09-27T15:22:53.2491779Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-09-27T15:22:53.2494009Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2496103Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-09-27T15:22:53.2497826Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-09-27T15:22:53.2500257Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-09-27T15:22:53.2501267Z adding 'torch/include/ATen/ops/cholesky.h' 2022-09-27T15:22:53.2502978Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-09-27T15:22:53.2504753Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-09-27T15:22:53.2506461Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-09-27T15:22:53.2508256Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-09-27T15:22:53.2509852Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-09-27T15:22:53.2511432Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-09-27T15:22:53.2513275Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-09-27T15:22:53.2514694Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-09-27T15:22:53.2516402Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-09-27T15:22:53.2518096Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-09-27T15:22:53.2521222Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2521423Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-09-27T15:22:53.2523591Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-09-27T15:22:53.2525352Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-09-27T15:22:53.2526983Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2528362Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-09-27T15:22:53.2530059Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-09-27T15:22:53.2531687Z adding 'torch/include/ATen/ops/chunk.h' 2022-09-27T15:22:53.2533839Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2535649Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-09-27T15:22:53.2537380Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-09-27T15:22:53.2539196Z adding 'torch/include/ATen/ops/clamp.h' 2022-09-27T15:22:53.2541087Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2542790Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-09-27T15:22:53.2544492Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-09-27T15:22:53.2546358Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-09-27T15:22:53.2548184Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2549813Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-09-27T15:22:53.2551702Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-09-27T15:22:53.2553467Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-09-27T15:22:53.2555238Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-09-27T15:22:53.2556889Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-09-27T15:22:53.2558894Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-09-27T15:22:53.2560665Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-09-27T15:22:53.2562482Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-09-27T15:22:53.2564296Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-09-27T15:22:53.2566300Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2567974Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-09-27T15:22:53.2569784Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-09-27T15:22:53.2571475Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-09-27T15:22:53.2573243Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-09-27T15:22:53.2574977Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-09-27T15:22:53.2577755Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-09-27T15:22:53.2579884Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-09-27T15:22:53.2582528Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-09-27T15:22:53.2584900Z adding 'torch/include/ATen/ops/clip.h' 2022-09-27T15:22:53.2587340Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2589421Z adding 'torch/include/ATen/ops/clip_native.h' 2022-09-27T15:22:53.2592029Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-09-27T15:22:53.2594332Z adding 'torch/include/ATen/ops/clone.h' 2022-09-27T15:22:53.2596656Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2598588Z adding 'torch/include/ATen/ops/clone_native.h' 2022-09-27T15:22:53.2601152Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-09-27T15:22:53.2603059Z adding 'torch/include/ATen/ops/coalesce.h' 2022-09-27T15:22:53.2605648Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2607659Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-09-27T15:22:53.2609767Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-09-27T15:22:53.2611829Z adding 'torch/include/ATen/ops/col2im.h' 2022-09-27T15:22:53.2614041Z adding 'torch/include/ATen/ops/col2im_backward.h' 2022-09-27T15:22:53.2616476Z adding 'torch/include/ATen/ops/col2im_backward_cpu_dispatch.h' 2022-09-27T15:22:53.2618571Z adding 'torch/include/ATen/ops/col2im_backward_cuda_dispatch.h' 2022-09-27T15:22:53.2620585Z adding 'torch/include/ATen/ops/col2im_backward_native.h' 2022-09-27T15:22:53.2622975Z adding 'torch/include/ATen/ops/col2im_backward_ops.h' 2022-09-27T15:22:53.2624795Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-09-27T15:22:53.2626446Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-09-27T15:22:53.2628107Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-09-27T15:22:53.2629957Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-09-27T15:22:53.2631526Z adding 'torch/include/ATen/ops/col_indices.h' 2022-09-27T15:22:53.2633342Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-09-27T15:22:53.2635275Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2636992Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2638600Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-09-27T15:22:53.2640415Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-09-27T15:22:53.2641947Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-09-27T15:22:53.2643795Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-09-27T15:22:53.2645441Z adding 'torch/include/ATen/ops/column_stack.h' 2022-09-27T15:22:53.2647335Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2648938Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-09-27T15:22:53.2650759Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-09-27T15:22:53.2652551Z adding 'torch/include/ATen/ops/combinations.h' 2022-09-27T15:22:53.2654488Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2656325Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-09-27T15:22:53.2660017Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-09-27T15:22:53.2661995Z adding 'torch/include/ATen/ops/complex.h' 2022-09-27T15:22:53.2663858Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2665910Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-09-27T15:22:53.2667544Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-09-27T15:22:53.2669234Z adding 'torch/include/ATen/ops/complex_native.h' 2022-09-27T15:22:53.2670972Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-09-27T15:22:53.2672928Z adding 'torch/include/ATen/ops/concat.h' 2022-09-27T15:22:53.2674825Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2676427Z adding 'torch/include/ATen/ops/concat_native.h' 2022-09-27T15:22:53.2678713Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-09-27T15:22:53.2681014Z adding 'torch/include/ATen/ops/concatenate.h' 2022-09-27T15:22:53.2683195Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2685152Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-09-27T15:22:53.2686909Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-09-27T15:22:53.2688661Z adding 'torch/include/ATen/ops/conj.h' 2022-09-27T15:22:53.2690328Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2691810Z adding 'torch/include/ATen/ops/conj_native.h' 2022-09-27T15:22:53.2693973Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-09-27T15:22:53.2695917Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-09-27T15:22:53.2697676Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2699350Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2701479Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-09-27T15:22:53.2702944Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-09-27T15:22:53.2706129Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-09-27T15:22:53.2706299Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-09-27T15:22:53.2708949Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-09-27T15:22:53.2710818Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2712464Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-09-27T15:22:53.2714260Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-09-27T15:22:53.2716546Z adding 'torch/include/ATen/ops/contiguous.h' 2022-09-27T15:22:53.2719069Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2720766Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-09-27T15:22:53.2723099Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-09-27T15:22:53.2725138Z adding 'torch/include/ATen/ops/conv1d.h' 2022-09-27T15:22:53.2727068Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2728928Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-09-27T15:22:53.2730833Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-09-27T15:22:53.2732913Z adding 'torch/include/ATen/ops/conv2d.h' 2022-09-27T15:22:53.2735388Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2736929Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-09-27T15:22:53.2739353Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-09-27T15:22:53.2741477Z adding 'torch/include/ATen/ops/conv3d.h' 2022-09-27T15:22:53.2744156Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2745666Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-09-27T15:22:53.2748752Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-09-27T15:22:53.2751664Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-09-27T15:22:53.2753603Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2754947Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-09-27T15:22:53.2756811Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-09-27T15:22:53.2759253Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-09-27T15:22:53.2762464Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-09-27T15:22:53.2764621Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-09-27T15:22:53.2767126Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2769100Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-09-27T15:22:53.2770776Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-09-27T15:22:53.2772319Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2775106Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-09-27T15:22:53.2778392Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-09-27T15:22:53.2780801Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-09-27T15:22:53.2783512Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2785338Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-09-27T15:22:53.2787520Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-09-27T15:22:53.2789693Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-09-27T15:22:53.2791557Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2794516Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-09-27T15:22:53.2797054Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-09-27T15:22:53.2799218Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-09-27T15:22:53.2801321Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2802970Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-09-27T15:22:53.2805538Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-09-27T15:22:53.2808127Z adding 'torch/include/ATen/ops/convolution.h' 2022-09-27T15:22:53.2810533Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-09-27T15:22:53.2812500Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2814039Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-09-27T15:22:53.2816893Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-09-27T15:22:53.2818402Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-09-27T15:22:53.2820420Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-09-27T15:22:53.2822310Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2824248Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-09-27T15:22:53.2825925Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-09-27T15:22:53.2827744Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2829446Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-09-27T15:22:53.2831351Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-09-27T15:22:53.2833558Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-09-27T15:22:53.2835026Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2836561Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-09-27T15:22:53.2838282Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-09-27T15:22:53.2839955Z adding 'torch/include/ATen/ops/copy.h' 2022-09-27T15:22:53.2842474Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2844368Z adding 'torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2845623Z adding 'torch/include/ATen/ops/copy_native.h' 2022-09-27T15:22:53.2847563Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-09-27T15:22:53.2849565Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-09-27T15:22:53.2851585Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2853355Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-09-27T15:22:53.2855034Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-09-27T15:22:53.2857610Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-09-27T15:22:53.2859461Z adding 'torch/include/ATen/ops/copysign.h' 2022-09-27T15:22:53.2861522Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2863405Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2866131Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-09-27T15:22:53.2868049Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-09-27T15:22:53.2869810Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-09-27T15:22:53.2871433Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-09-27T15:22:53.2873261Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-09-27T15:22:53.2875362Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-09-27T15:22:53.2878404Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-09-27T15:22:53.2880421Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2883447Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-09-27T15:22:53.2885298Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-09-27T15:22:53.2886971Z adding 'torch/include/ATen/ops/cos.h' 2022-09-27T15:22:53.2889081Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2890710Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-09-27T15:22:53.2892547Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-09-27T15:22:53.2897185Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-09-27T15:22:53.2901704Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-09-27T15:22:53.2904084Z adding 'torch/include/ATen/ops/cos_native.h' 2022-09-27T15:22:53.2905382Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-09-27T15:22:53.2907362Z adding 'torch/include/ATen/ops/cosh.h' 2022-09-27T15:22:53.2909387Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.2911185Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-09-27T15:22:53.2914256Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-09-27T15:22:53.2917292Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-09-27T15:22:53.2919091Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-09-27T15:22:53.2920795Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-09-27T15:22:53.2922809Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-09-27T15:22:53.2926103Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-09-27T15:22:53.2929383Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2932320Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-09-27T15:22:53.2934280Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-09-27T15:22:53.2936380Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-09-27T15:22:53.2939326Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2940980Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-09-27T15:22:53.2945174Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-09-27T15:22:53.2947112Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-09-27T15:22:53.2951039Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.2954693Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-09-27T15:22:53.2956428Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-09-27T15:22:53.2958050Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-09-27T15:22:53.2959998Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-09-27T15:22:53.2964386Z adding 'torch/include/ATen/ops/cov.h' 2022-09-27T15:22:53.2966511Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2968148Z adding 'torch/include/ATen/ops/cov_native.h' 2022-09-27T15:22:53.2971973Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-09-27T15:22:53.2973998Z adding 'torch/include/ATen/ops/cross.h' 2022-09-27T15:22:53.2976293Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2979125Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-09-27T15:22:53.2982342Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.2984012Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-09-27T15:22:53.2985836Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-09-27T15:22:53.2987744Z adding 'torch/include/ATen/ops/cross_native.h' 2022-09-27T15:22:53.2989662Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-09-27T15:22:53.2993797Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-09-27T15:22:53.2995630Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-09-27T15:22:53.2997501Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3000705Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3003649Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-09-27T15:22:53.3006947Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-09-27T15:22:53.3008792Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-09-27T15:22:53.3010553Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-09-27T15:22:53.3012803Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-09-27T15:22:53.3018058Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3019864Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-09-27T15:22:53.3023709Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-09-27T15:22:53.3026015Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-09-27T15:22:53.3030419Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-09-27T15:22:53.3034218Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3035872Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-09-27T15:22:53.3040897Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-09-27T15:22:53.3043126Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-09-27T15:22:53.3046865Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3050492Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-09-27T15:22:53.3052209Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-09-27T15:22:53.3054890Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-09-27T15:22:53.3057330Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-09-27T15:22:53.3061774Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-09-27T15:22:53.3065249Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3066982Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:22:53.3068775Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-09-27T15:22:53.3070774Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-09-27T15:22:53.3073077Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3074932Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-09-27T15:22:53.3076674Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-09-27T15:22:53.3079046Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-09-27T15:22:53.3081697Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-09-27T15:22:53.3084096Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-09-27T15:22:53.3086318Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3088241Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-09-27T15:22:53.3089979Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-09-27T15:22:53.3091988Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-09-27T15:22:53.3094512Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3096517Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-09-27T15:22:53.3099035Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-09-27T15:22:53.3101309Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-09-27T15:22:53.3103711Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-09-27T15:22:53.3105937Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3108361Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-09-27T15:22:53.3110279Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-09-27T15:22:53.3112795Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-09-27T15:22:53.3115293Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-09-27T15:22:53.3117748Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3119796Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-09-27T15:22:53.3122086Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-09-27T15:22:53.3124637Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-09-27T15:22:53.3126831Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-09-27T15:22:53.3129112Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-09-27T15:22:53.3131458Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3133590Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-09-27T15:22:53.3135583Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-09-27T15:22:53.3137833Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-09-27T15:22:53.3139416Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3141256Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-09-27T15:22:53.3142399Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-09-27T15:22:53.3144538Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-09-27T15:22:53.3145976Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-09-27T15:22:53.3147826Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3149644Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-09-27T15:22:53.3151482Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-09-27T15:22:53.3152963Z adding 'torch/include/ATen/ops/cummax.h' 2022-09-27T15:22:53.3154839Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3156637Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3158325Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-09-27T15:22:53.3160228Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-09-27T15:22:53.3161922Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-09-27T15:22:53.3163744Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3165325Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-09-27T15:22:53.3167098Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-09-27T15:22:53.3168791Z adding 'torch/include/ATen/ops/cummin.h' 2022-09-27T15:22:53.3170896Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3178452Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3180131Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-09-27T15:22:53.3182247Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-09-27T15:22:53.3184266Z adding 'torch/include/ATen/ops/cumprod.h' 2022-09-27T15:22:53.3186139Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-09-27T15:22:53.3187981Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3189659Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-09-27T15:22:53.3191385Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-09-27T15:22:53.3193289Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3194979Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3196615Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-09-27T15:22:53.3198507Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-09-27T15:22:53.3216401Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-09-27T15:22:53.3216702Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-09-27T15:22:53.3217004Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-09-27T15:22:53.3217271Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-09-27T15:22:53.3217687Z adding 'torch/include/ATen/ops/cumsum.h' 2022-09-27T15:22:53.3218536Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3218812Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3218980Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-09-27T15:22:53.3219148Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-09-27T15:22:53.3220542Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-09-27T15:22:53.3223171Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-09-27T15:22:53.3240113Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-09-27T15:22:53.3240413Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-09-27T15:22:53.3240718Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-09-27T15:22:53.3241140Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3241470Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-09-27T15:22:53.3241795Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-09-27T15:22:53.3242037Z adding 'torch/include/ATen/ops/data.h' 2022-09-27T15:22:53.3242502Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3242760Z adding 'torch/include/ATen/ops/data_native.h' 2022-09-27T15:22:53.3244738Z adding 'torch/include/ATen/ops/data_ops.h' 2022-09-27T15:22:53.3247101Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-09-27T15:22:53.3249236Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3251188Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-09-27T15:22:53.3253550Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-09-27T15:22:53.3255569Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-09-27T15:22:53.3257750Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-09-27T15:22:53.3259764Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-09-27T15:22:53.3262166Z adding 'torch/include/ATen/ops/dequantize.h' 2022-09-27T15:22:53.3264278Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3266349Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-09-27T15:22:53.3268340Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-09-27T15:22:53.3270395Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-09-27T15:22:53.3272774Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-09-27T15:22:53.3274675Z adding 'torch/include/ATen/ops/det.h' 2022-09-27T15:22:53.3277105Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3278667Z adding 'torch/include/ATen/ops/det_native.h' 2022-09-27T15:22:53.3281050Z adding 'torch/include/ATen/ops/det_ops.h' 2022-09-27T15:22:53.3283343Z adding 'torch/include/ATen/ops/detach.h' 2022-09-27T15:22:53.3285666Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3287507Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-09-27T15:22:53.3289741Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3291644Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3292661Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-09-27T15:22:53.3294262Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-09-27T15:22:53.3296255Z adding 'torch/include/ATen/ops/detach_native.h' 2022-09-27T15:22:53.3297928Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-09-27T15:22:53.3299696Z adding 'torch/include/ATen/ops/diag.h' 2022-09-27T15:22:53.3301333Z adding 'torch/include/ATen/ops/diag_backward.h' 2022-09-27T15:22:53.3302965Z adding 'torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3304316Z adding 'torch/include/ATen/ops/diag_backward_native.h' 2022-09-27T15:22:53.3305935Z adding 'torch/include/ATen/ops/diag_backward_ops.h' 2022-09-27T15:22:53.3307626Z adding 'torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3309179Z adding 'torch/include/ATen/ops/diag_cpu_dispatch.h' 2022-09-27T15:22:53.3310698Z adding 'torch/include/ATen/ops/diag_cuda_dispatch.h' 2022-09-27T15:22:53.3312575Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-09-27T15:22:53.3314455Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3316107Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-09-27T15:22:53.3318106Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-09-27T15:22:53.3320061Z adding 'torch/include/ATen/ops/diag_native.h' 2022-09-27T15:22:53.3321804Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-09-27T15:22:53.3323666Z adding 'torch/include/ATen/ops/diagflat.h' 2022-09-27T15:22:53.3325419Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3326788Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-09-27T15:22:53.3328383Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-09-27T15:22:53.3329925Z adding 'torch/include/ATen/ops/diagonal.h' 2022-09-27T15:22:53.3331676Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-09-27T15:22:53.3333340Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3334694Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-09-27T15:22:53.3336550Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-09-27T15:22:53.3338259Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3340146Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3341581Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-09-27T15:22:53.3343421Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3345728Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3346700Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-09-27T15:22:53.3348329Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-09-27T15:22:53.3350092Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-09-27T15:22:53.3351730Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-09-27T15:22:53.3353513Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-09-27T15:22:53.3355424Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3357156Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-09-27T15:22:53.3358803Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-09-27T15:22:53.3360636Z adding 'torch/include/ATen/ops/diff.h' 2022-09-27T15:22:53.3362523Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3364186Z adding 'torch/include/ATen/ops/diff_native.h' 2022-09-27T15:22:53.3365886Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-09-27T15:22:53.3367562Z adding 'torch/include/ATen/ops/digamma.h' 2022-09-27T15:22:53.3369641Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3371635Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-09-27T15:22:53.3373675Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-09-27T15:22:53.3375826Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-09-27T15:22:53.3378322Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-09-27T15:22:53.3380155Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-09-27T15:22:53.3382455Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-09-27T15:22:53.3384749Z adding 'torch/include/ATen/ops/dist.h' 2022-09-27T15:22:53.3387158Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3389237Z adding 'torch/include/ATen/ops/dist_native.h' 2022-09-27T15:22:53.3391494Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-09-27T15:22:53.3394027Z adding 'torch/include/ATen/ops/div.h' 2022-09-27T15:22:53.3396689Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3398943Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3400954Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-09-27T15:22:53.3403438Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-09-27T15:22:53.3405560Z adding 'torch/include/ATen/ops/div_meta.h' 2022-09-27T15:22:53.3408034Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-09-27T15:22:53.3410618Z adding 'torch/include/ATen/ops/div_native.h' 2022-09-27T15:22:53.3413464Z adding 'torch/include/ATen/ops/div_ops.h' 2022-09-27T15:22:53.3416315Z adding 'torch/include/ATen/ops/divide.h' 2022-09-27T15:22:53.3418965Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3421106Z adding 'torch/include/ATen/ops/divide_native.h' 2022-09-27T15:22:53.3424001Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-09-27T15:22:53.3426565Z adding 'torch/include/ATen/ops/dot.h' 2022-09-27T15:22:53.3428918Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3430924Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-09-27T15:22:53.3432952Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-09-27T15:22:53.3434971Z adding 'torch/include/ATen/ops/dot_native.h' 2022-09-27T15:22:53.3437400Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-09-27T15:22:53.3439505Z adding 'torch/include/ATen/ops/dropout.h' 2022-09-27T15:22:53.3441814Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3443925Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-09-27T15:22:53.3446138Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-09-27T15:22:53.3448221Z adding 'torch/include/ATen/ops/dsplit.h' 2022-09-27T15:22:53.3450534Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3452692Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-09-27T15:22:53.3455058Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-09-27T15:22:53.3457323Z adding 'torch/include/ATen/ops/dstack.h' 2022-09-27T15:22:53.3459698Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3461622Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-09-27T15:22:53.3463837Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-09-27T15:22:53.3466076Z adding 'torch/include/ATen/ops/einsum.h' 2022-09-27T15:22:53.3468309Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3470252Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-09-27T15:22:53.3472674Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-09-27T15:22:53.3474691Z adding 'torch/include/ATen/ops/elu.h' 2022-09-27T15:22:53.3477010Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-09-27T15:22:53.3479524Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3481575Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-09-27T15:22:53.3483957Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-09-27T15:22:53.3486049Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-09-27T15:22:53.3488357Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-09-27T15:22:53.3490439Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-09-27T15:22:53.3492869Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-09-27T15:22:53.3495521Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3497506Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-09-27T15:22:53.3499955Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-09-27T15:22:53.3501892Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-09-27T15:22:53.3504008Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-09-27T15:22:53.3506253Z adding 'torch/include/ATen/ops/elu_native.h' 2022-09-27T15:22:53.3508683Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-09-27T15:22:53.3510930Z adding 'torch/include/ATen/ops/embedding.h' 2022-09-27T15:22:53.3513213Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-09-27T15:22:53.3515579Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3517499Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-09-27T15:22:53.3521045Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-09-27T15:22:53.3523531Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-09-27T15:22:53.3526105Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3528139Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-09-27T15:22:53.3530877Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-09-27T15:22:53.3533120Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3535466Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-09-27T15:22:53.3537798Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3540507Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-09-27T15:22:53.3542407Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-09-27T15:22:53.3544437Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-09-27T15:22:53.3546871Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-09-27T15:22:53.3548885Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-09-27T15:22:53.3551250Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-09-27T15:22:53.3553616Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-09-27T15:22:53.3555908Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3558032Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-09-27T15:22:53.3559884Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-09-27T15:22:53.3561499Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-09-27T15:22:53.3563054Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-09-27T15:22:53.3564717Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-09-27T15:22:53.3566440Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-09-27T15:22:53.3568144Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3569681Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-09-27T15:22:53.3571253Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-09-27T15:22:53.3573217Z adding 'torch/include/ATen/ops/empty.h' 2022-09-27T15:22:53.3575203Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3577022Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3578593Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-09-27T15:22:53.3580196Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-09-27T15:22:53.3582045Z adding 'torch/include/ATen/ops/empty_like.h' 2022-09-27T15:22:53.3583752Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3585346Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-09-27T15:22:53.3587212Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-09-27T15:22:53.3589028Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-09-27T15:22:53.3590516Z adding 'torch/include/ATen/ops/empty_native.h' 2022-09-27T15:22:53.3592387Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-09-27T15:22:53.3594226Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-09-27T15:22:53.3596318Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3597724Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-09-27T15:22:53.3599361Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-09-27T15:22:53.3601234Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-09-27T15:22:53.3603053Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3604716Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-09-27T15:22:53.3606337Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-09-27T15:22:53.3608115Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-09-27T15:22:53.3609794Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-09-27T15:22:53.3611545Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-09-27T15:22:53.3613191Z adding 'torch/include/ATen/ops/eq.h' 2022-09-27T15:22:53.3615047Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3616739Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-09-27T15:22:53.3618432Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-09-27T15:22:53.3620036Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-09-27T15:22:53.3621781Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-09-27T15:22:53.3623357Z adding 'torch/include/ATen/ops/eq_native.h' 2022-09-27T15:22:53.3625243Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-09-27T15:22:53.3626971Z adding 'torch/include/ATen/ops/equal.h' 2022-09-27T15:22:53.3628667Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-09-27T15:22:53.3630218Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-09-27T15:22:53.3631780Z adding 'torch/include/ATen/ops/equal_native.h' 2022-09-27T15:22:53.3633371Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-09-27T15:22:53.3634981Z adding 'torch/include/ATen/ops/erf.h' 2022-09-27T15:22:53.3636684Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3638336Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-09-27T15:22:53.3640232Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-09-27T15:22:53.3642056Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-09-27T15:22:53.3643617Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-09-27T15:22:53.3645182Z adding 'torch/include/ATen/ops/erf_native.h' 2022-09-27T15:22:53.3647015Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-09-27T15:22:53.3648615Z adding 'torch/include/ATen/ops/erfc.h' 2022-09-27T15:22:53.3650337Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3651875Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-09-27T15:22:53.3653594Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-09-27T15:22:53.3655079Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-09-27T15:22:53.3657121Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-09-27T15:22:53.3658753Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-09-27T15:22:53.3660394Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-09-27T15:22:53.3662217Z adding 'torch/include/ATen/ops/erfinv.h' 2022-09-27T15:22:53.3663997Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3665756Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-09-27T15:22:53.3667168Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-09-27T15:22:53.3669104Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-09-27T15:22:53.3670721Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-09-27T15:22:53.3672355Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-09-27T15:22:53.3674425Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-09-27T15:22:53.3676100Z adding 'torch/include/ATen/ops/exp.h' 2022-09-27T15:22:53.3678311Z adding 'torch/include/ATen/ops/exp2.h' 2022-09-27T15:22:53.3680219Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3682155Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-09-27T15:22:53.3684099Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-09-27T15:22:53.3686059Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-09-27T15:22:53.3687714Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-09-27T15:22:53.3689404Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-09-27T15:22:53.3691329Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-09-27T15:22:53.3693342Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3695076Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-09-27T15:22:53.3697033Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-09-27T15:22:53.3698655Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-09-27T15:22:53.3700484Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-09-27T15:22:53.3702189Z adding 'torch/include/ATen/ops/exp_native.h' 2022-09-27T15:22:53.3704074Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-09-27T15:22:53.3705783Z adding 'torch/include/ATen/ops/expand.h' 2022-09-27T15:22:53.3707599Z adding 'torch/include/ATen/ops/expand_as.h' 2022-09-27T15:22:53.3709578Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3711240Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-09-27T15:22:53.3713074Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-09-27T15:22:53.3715000Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3716777Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-09-27T15:22:53.3718873Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3720785Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3722508Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-09-27T15:22:53.3724352Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-09-27T15:22:53.3726131Z adding 'torch/include/ATen/ops/expand_native.h' 2022-09-27T15:22:53.3728098Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-09-27T15:22:53.3730026Z adding 'torch/include/ATen/ops/expm1.h' 2022-09-27T15:22:53.3732093Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.3733973Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-09-27T15:22:53.3735875Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-09-27T15:22:53.3737479Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-09-27T15:22:53.3739467Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-09-27T15:22:53.3741240Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-09-27T15:22:53.3743276Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-09-27T15:22:53.3745189Z adding 'torch/include/ATen/ops/exponential.h' 2022-09-27T15:22:53.3747089Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3748859Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-09-27T15:22:53.3750735Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-09-27T15:22:53.3752489Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-09-27T15:22:53.3754330Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-09-27T15:22:53.3756270Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-09-27T15:22:53.3758320Z adding 'torch/include/ATen/ops/eye.h' 2022-09-27T15:22:53.3760355Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3762112Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-09-27T15:22:53.3764051Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-09-27T15:22:53.3765887Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-09-27T15:22:53.3767685Z adding 'torch/include/ATen/ops/eye_native.h' 2022-09-27T15:22:53.3769738Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-09-27T15:22:53.3771702Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-09-27T15:22:53.3774218Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-09-27T15:22:53.3775823Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-09-27T15:22:53.3777349Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3778951Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-09-27T15:22:53.3780656Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-09-27T15:22:53.3782900Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3784511Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-09-27T15:22:53.3786474Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-09-27T15:22:53.3787998Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-09-27T15:22:53.3789839Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-09-27T15:22:53.3791653Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3793156Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-09-27T15:22:53.3794980Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-09-27T15:22:53.3796708Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-09-27T15:22:53.3798644Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-09-27T15:22:53.3800342Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-09-27T15:22:53.3802525Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3804032Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-09-27T15:22:53.3805758Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-09-27T15:22:53.3807798Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3809238Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-09-27T15:22:53.3811108Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-09-27T15:22:53.3812505Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-09-27T15:22:53.3814378Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-09-27T15:22:53.3816314Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3818019Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-09-27T15:22:53.3819778Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-09-27T15:22:53.3821465Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-09-27T15:22:53.3823173Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3824802Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-09-27T15:22:53.3826487Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3828092Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-09-27T15:22:53.3829758Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-09-27T15:22:53.3831932Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-09-27T15:22:53.3833244Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-09-27T15:22:53.3835047Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-09-27T15:22:53.3836859Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3838721Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-09-27T15:22:53.3841717Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3842371Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-09-27T15:22:53.3844163Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-09-27T15:22:53.3845752Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-09-27T15:22:53.3847518Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-09-27T15:22:53.3849257Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-09-27T15:22:53.3850968Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3852515Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-09-27T15:22:53.3854181Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-09-27T15:22:53.3855970Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-09-27T15:22:53.3857635Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3859180Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-09-27T15:22:53.3860806Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-09-27T15:22:53.3862416Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-09-27T15:22:53.3864137Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3865776Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-09-27T15:22:53.3867380Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-09-27T15:22:53.3869014Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-09-27T15:22:53.3870717Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3872348Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-09-27T15:22:53.3873949Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-09-27T15:22:53.3875610Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-09-27T15:22:53.3877316Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3878919Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-09-27T15:22:53.3880635Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-09-27T15:22:53.3882908Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-09-27T15:22:53.3884547Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-09-27T15:22:53.3886467Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3888102Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-09-27T15:22:53.3889822Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-09-27T15:22:53.3891847Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3893439Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-09-27T15:22:53.3895460Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-09-27T15:22:53.3899223Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-09-27T15:22:53.3900999Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.3902638Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-09-27T15:22:53.3904494Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-09-27T15:22:53.3906328Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-09-27T15:22:53.3908105Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3909584Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-09-27T15:22:53.3911400Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-09-27T15:22:53.3913206Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-09-27T15:22:53.3914933Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3916923Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-09-27T15:22:53.3918882Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-09-27T15:22:53.3920775Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-09-27T15:22:53.3922163Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-09-27T15:22:53.3937621Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3937855Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-09-27T15:22:53.3938023Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-09-27T15:22:53.3938288Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3938457Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-09-27T15:22:53.3938610Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-09-27T15:22:53.3938755Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-09-27T15:22:53.3938962Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3939849Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-09-27T15:22:53.3941965Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-09-27T15:22:53.3943733Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-09-27T15:22:53.3945601Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-09-27T15:22:53.3947448Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3949113Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-09-27T15:22:53.3951187Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-09-27T15:22:53.3953096Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3954672Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-09-27T15:22:53.3956455Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-09-27T15:22:53.3958345Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-09-27T15:22:53.3960258Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3962013Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-09-27T15:22:53.3964044Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-09-27T15:22:53.3965659Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-09-27T15:22:53.3967452Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3969071Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-09-27T15:22:53.3970803Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-09-27T15:22:53.3972639Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-09-27T15:22:53.3974426Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-09-27T15:22:53.3976738Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3978494Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-09-27T15:22:53.3981291Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-09-27T15:22:53.3982475Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3984046Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-09-27T15:22:53.3986119Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-09-27T15:22:53.3987996Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-09-27T15:22:53.3990080Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.3991901Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-09-27T15:22:53.3993909Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-09-27T15:22:53.3995875Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-09-27T15:22:53.3997862Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-09-27T15:22:53.3999821Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4002618Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-09-27T15:22:53.4003934Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-09-27T15:22:53.4005638Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4007257Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-09-27T15:22:53.4009131Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-09-27T15:22:53.4011113Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-09-27T15:22:53.4012981Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4014756Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-09-27T15:22:53.4016925Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-09-27T15:22:53.4018890Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-09-27T15:22:53.4020768Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-09-27T15:22:53.4022859Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4024503Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-09-27T15:22:53.4026521Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-09-27T15:22:53.4028609Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4030214Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-09-27T15:22:53.4032114Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-09-27T15:22:53.4041749Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-09-27T15:22:53.4042109Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4042381Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-09-27T15:22:53.4042578Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-09-27T15:22:53.4042744Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-09-27T15:22:53.4043127Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4044668Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-09-27T15:22:53.4046420Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-09-27T15:22:53.4048229Z adding 'torch/include/ATen/ops/fill.h' 2022-09-27T15:22:53.4050071Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4051964Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-09-27T15:22:53.4053560Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-09-27T15:22:53.4054952Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-09-27T15:22:53.4056925Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4059022Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-09-27T15:22:53.4060448Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-09-27T15:22:53.4062512Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-09-27T15:22:53.4064246Z adding 'torch/include/ATen/ops/fill_native.h' 2022-09-27T15:22:53.4066075Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-09-27T15:22:53.4067853Z adding 'torch/include/ATen/ops/fix.h' 2022-09-27T15:22:53.4069676Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4071160Z adding 'torch/include/ATen/ops/fix_native.h' 2022-09-27T15:22:53.4072944Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-09-27T15:22:53.4074696Z adding 'torch/include/ATen/ops/flatten.h' 2022-09-27T15:22:53.4076615Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4078153Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-09-27T15:22:53.4080098Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4081481Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-09-27T15:22:53.4083270Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-09-27T15:22:53.4084855Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-09-27T15:22:53.4086781Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-09-27T15:22:53.4088604Z adding 'torch/include/ATen/ops/flip.h' 2022-09-27T15:22:53.4090435Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4091986Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-09-27T15:22:53.4093662Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-09-27T15:22:53.4095220Z adding 'torch/include/ATen/ops/flip_native.h' 2022-09-27T15:22:53.4097287Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-09-27T15:22:53.4098925Z adding 'torch/include/ATen/ops/fliplr.h' 2022-09-27T15:22:53.4100852Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4102369Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-09-27T15:22:53.4104063Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-09-27T15:22:53.4105728Z adding 'torch/include/ATen/ops/flipud.h' 2022-09-27T15:22:53.4107524Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4109116Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-09-27T15:22:53.4110881Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-09-27T15:22:53.4112648Z adding 'torch/include/ATen/ops/float_power.h' 2022-09-27T15:22:53.4114529Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4116054Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-09-27T15:22:53.4118024Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-09-27T15:22:53.4119741Z adding 'torch/include/ATen/ops/floor.h' 2022-09-27T15:22:53.4121592Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4123084Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-09-27T15:22:53.4124963Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-09-27T15:22:53.4126880Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-09-27T15:22:53.4128713Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4130543Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-09-27T15:22:53.4132293Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-09-27T15:22:53.4134086Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-09-27T15:22:53.4135944Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-09-27T15:22:53.4138244Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-09-27T15:22:53.4140061Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-09-27T15:22:53.4141808Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-09-27T15:22:53.4143600Z adding 'torch/include/ATen/ops/floor_native.h' 2022-09-27T15:22:53.4145462Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-09-27T15:22:53.4147386Z adding 'torch/include/ATen/ops/fmax.h' 2022-09-27T15:22:53.4149396Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4151247Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-09-27T15:22:53.4153048Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-09-27T15:22:53.4154797Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-09-27T15:22:53.4156595Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-09-27T15:22:53.4158359Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-09-27T15:22:53.4160233Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-09-27T15:22:53.4162135Z adding 'torch/include/ATen/ops/fmin.h' 2022-09-27T15:22:53.4164604Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4165979Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-09-27T15:22:53.4167908Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-09-27T15:22:53.4169532Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-09-27T15:22:53.4171596Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-09-27T15:22:53.4173299Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-09-27T15:22:53.4175223Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-09-27T15:22:53.4177268Z adding 'torch/include/ATen/ops/fmod.h' 2022-09-27T15:22:53.4179403Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4181178Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4183265Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-09-27T15:22:53.4184765Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-09-27T15:22:53.4186374Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-09-27T15:22:53.4188060Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-09-27T15:22:53.4189661Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-09-27T15:22:53.4191670Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-09-27T15:22:53.4193263Z adding 'torch/include/ATen/ops/frac.h' 2022-09-27T15:22:53.4194906Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4196482Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-09-27T15:22:53.4198017Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-09-27T15:22:53.4199470Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-09-27T15:22:53.4200934Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-09-27T15:22:53.4202686Z adding 'torch/include/ATen/ops/frac_native.h' 2022-09-27T15:22:53.4204487Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-09-27T15:22:53.4206228Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-09-27T15:22:53.4207795Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-09-27T15:22:53.4209601Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4211144Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4212829Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4215154Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-09-27T15:22:53.4217053Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-09-27T15:22:53.4218708Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-09-27T15:22:53.4220297Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-09-27T15:22:53.4222081Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4223621Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-09-27T15:22:53.4225120Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-09-27T15:22:53.4226690Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-09-27T15:22:53.4228380Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-09-27T15:22:53.4229924Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-09-27T15:22:53.4231586Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-09-27T15:22:53.4233451Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-09-27T15:22:53.4235157Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-09-27T15:22:53.4236978Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4238590Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4240250Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-09-27T15:22:53.4242031Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-09-27T15:22:53.4244141Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4245702Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-09-27T15:22:53.4247556Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-09-27T15:22:53.4249882Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-09-27T15:22:53.4251929Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-09-27T15:22:53.4253576Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-09-27T15:22:53.4255620Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-09-27T15:22:53.4257559Z adding 'torch/include/ATen/ops/frexp.h' 2022-09-27T15:22:53.4259395Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4261130Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-09-27T15:22:53.4262760Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-09-27T15:22:53.4264310Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-09-27T15:22:53.4266013Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-09-27T15:22:53.4267417Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-09-27T15:22:53.4269017Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4270456Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-09-27T15:22:53.4272150Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-09-27T15:22:53.4274195Z adding 'torch/include/ATen/ops/from_blob.h' 2022-09-27T15:22:53.4275972Z adding 'torch/include/ATen/ops/from_file.h' 2022-09-27T15:22:53.4277788Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4279334Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-09-27T15:22:53.4280907Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-09-27T15:22:53.4282715Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-09-27T15:22:53.4284615Z adding 'torch/include/ATen/ops/full.h' 2022-09-27T15:22:53.4286463Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4288196Z adding 'torch/include/ATen/ops/full_like.h' 2022-09-27T15:22:53.4290047Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4291630Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-09-27T15:22:53.4293380Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-09-27T15:22:53.4295464Z adding 'torch/include/ATen/ops/full_native.h' 2022-09-27T15:22:53.4297399Z adding 'torch/include/ATen/ops/full_ops.h' 2022-09-27T15:22:53.4299144Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-09-27T15:22:53.4301038Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4302513Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-09-27T15:22:53.4304203Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-09-27T15:22:53.4306086Z adding 'torch/include/ATen/ops/gather.h' 2022-09-27T15:22:53.4307658Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-09-27T15:22:53.4309464Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4311075Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-09-27T15:22:53.4312792Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-09-27T15:22:53.4314571Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4316184Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4317719Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-09-27T15:22:53.4319309Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-09-27T15:22:53.4320924Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-09-27T15:22:53.4322590Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-09-27T15:22:53.4324147Z adding 'torch/include/ATen/ops/gather_native.h' 2022-09-27T15:22:53.4325959Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-09-27T15:22:53.4327689Z adding 'torch/include/ATen/ops/gcd.h' 2022-09-27T15:22:53.4329509Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4331074Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-09-27T15:22:53.4332656Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-09-27T15:22:53.4334150Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-09-27T15:22:53.4335978Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-09-27T15:22:53.4337465Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-09-27T15:22:53.4339107Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-09-27T15:22:53.4341065Z adding 'torch/include/ATen/ops/ge.h' 2022-09-27T15:22:53.4342758Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4344215Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-09-27T15:22:53.4345880Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-09-27T15:22:53.4347373Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-09-27T15:22:53.4349645Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-09-27T15:22:53.4351344Z adding 'torch/include/ATen/ops/ge_native.h' 2022-09-27T15:22:53.4353188Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-09-27T15:22:53.4354911Z adding 'torch/include/ATen/ops/gelu.h' 2022-09-27T15:22:53.4356506Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-09-27T15:22:53.4358232Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4359748Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4361306Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4362888Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-09-27T15:22:53.4364391Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-09-27T15:22:53.4365978Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-09-27T15:22:53.4367686Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-09-27T15:22:53.4369407Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4370919Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-09-27T15:22:53.4372422Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-09-27T15:22:53.4373821Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-09-27T15:22:53.4375661Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-09-27T15:22:53.4377271Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-09-27T15:22:53.4378870Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-09-27T15:22:53.4380588Z adding 'torch/include/ATen/ops/geometric.h' 2022-09-27T15:22:53.4382427Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4383878Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-09-27T15:22:53.4385354Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-09-27T15:22:53.4387091Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-09-27T15:22:53.4388388Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-09-27T15:22:53.4390079Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-09-27T15:22:53.4392384Z adding 'torch/include/ATen/ops/geqrf.h' 2022-09-27T15:22:53.4393842Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-09-27T15:22:53.4395375Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-09-27T15:22:53.4396931Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-09-27T15:22:53.4398552Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-09-27T15:22:53.4400219Z adding 'torch/include/ATen/ops/ger.h' 2022-09-27T15:22:53.4402067Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4403354Z adding 'torch/include/ATen/ops/ger_native.h' 2022-09-27T15:22:53.4404977Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-09-27T15:22:53.4406639Z adding 'torch/include/ATen/ops/glu.h' 2022-09-27T15:22:53.4408599Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-09-27T15:22:53.4410274Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4411765Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4413623Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-09-27T15:22:53.4415678Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4417486Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-09-27T15:22:53.4419234Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-09-27T15:22:53.4420737Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-09-27T15:22:53.4422718Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-09-27T15:22:53.4424525Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-09-27T15:22:53.4426340Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-09-27T15:22:53.4428412Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4430089Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-09-27T15:22:53.4431831Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-09-27T15:22:53.4433682Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-09-27T15:22:53.4435586Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4437211Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-09-27T15:22:53.4439001Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-09-27T15:22:53.4440849Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-09-27T15:22:53.4443131Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-09-27T15:22:53.4444801Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-09-27T15:22:53.4446656Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-09-27T15:22:53.4448430Z adding 'torch/include/ATen/ops/glu_native.h' 2022-09-27T15:22:53.4450343Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-09-27T15:22:53.4452318Z adding 'torch/include/ATen/ops/gradient.h' 2022-09-27T15:22:53.4454504Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4456544Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-09-27T15:22:53.4459217Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-09-27T15:22:53.4461136Z adding 'torch/include/ATen/ops/greater.h' 2022-09-27T15:22:53.4463077Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4464902Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-09-27T15:22:53.4467057Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4468784Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-09-27T15:22:53.4470832Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-09-27T15:22:53.4472647Z adding 'torch/include/ATen/ops/greater_native.h' 2022-09-27T15:22:53.4474720Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-09-27T15:22:53.4476699Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-09-27T15:22:53.4478605Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-09-27T15:22:53.4480552Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-09-27T15:22:53.4482599Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4484469Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4486437Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4488201Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-09-27T15:22:53.4490184Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-09-27T15:22:53.4492223Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4493917Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-09-27T15:22:53.4495904Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-09-27T15:22:53.4497811Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-09-27T15:22:53.4499772Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-09-27T15:22:53.4501659Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-09-27T15:22:53.4503638Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-09-27T15:22:53.4505624Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4507430Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4509535Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4511194Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-09-27T15:22:53.4513351Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-09-27T15:22:53.4515130Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4516908Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-09-27T15:22:53.4518698Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-09-27T15:22:53.4520489Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-09-27T15:22:53.4522380Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-09-27T15:22:53.4524366Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4526134Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-09-27T15:22:53.4527854Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-09-27T15:22:53.4529555Z adding 'torch/include/ATen/ops/group_norm.h' 2022-09-27T15:22:53.4531415Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4533003Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-09-27T15:22:53.4534949Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-09-27T15:22:53.4537097Z adding 'torch/include/ATen/ops/gru.h' 2022-09-27T15:22:53.4538629Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-09-27T15:22:53.4540714Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4542047Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-09-27T15:22:53.4543754Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-09-27T15:22:53.4545759Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4547592Z adding 'torch/include/ATen/ops/gru_native.h' 2022-09-27T15:22:53.4549449Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-09-27T15:22:53.4551347Z adding 'torch/include/ATen/ops/gt.h' 2022-09-27T15:22:53.4553475Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4555241Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-09-27T15:22:53.4556864Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-09-27T15:22:53.4558635Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-09-27T15:22:53.4560403Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-09-27T15:22:53.4562286Z adding 'torch/include/ATen/ops/gt_native.h' 2022-09-27T15:22:53.4564304Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-09-27T15:22:53.4566607Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-09-27T15:22:53.4568770Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4570472Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-09-27T15:22:53.4572657Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-09-27T15:22:53.4574740Z adding 'torch/include/ATen/ops/hann_window.h' 2022-09-27T15:22:53.4576998Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4578535Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-09-27T15:22:53.4580381Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-09-27T15:22:53.4582145Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-09-27T15:22:53.4583957Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-09-27T15:22:53.4585817Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4587557Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4589213Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4590805Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-09-27T15:22:53.4592563Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-09-27T15:22:53.4594090Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-09-27T15:22:53.4595801Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-09-27T15:22:53.4597747Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4599128Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-09-27T15:22:53.4600824Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-09-27T15:22:53.4602541Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-09-27T15:22:53.4604368Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-09-27T15:22:53.4606018Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-09-27T15:22:53.4607827Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-09-27T15:22:53.4609553Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-09-27T15:22:53.4611327Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-09-27T15:22:53.4613411Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4614896Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4616683Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4618368Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-09-27T15:22:53.4620121Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-09-27T15:22:53.4621813Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-09-27T15:22:53.4623571Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-09-27T15:22:53.4625501Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4627222Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-09-27T15:22:53.4628918Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-09-27T15:22:53.4630688Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-09-27T15:22:53.4632519Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-09-27T15:22:53.4634155Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-09-27T15:22:53.4636252Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-09-27T15:22:53.4637827Z adding 'torch/include/ATen/ops/hardswish.h' 2022-09-27T15:22:53.4639693Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-09-27T15:22:53.4641620Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4643227Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4645020Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4646653Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-09-27T15:22:53.4648567Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-09-27T15:22:53.4650349Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-09-27T15:22:53.4652099Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-09-27T15:22:53.4653836Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-09-27T15:22:53.4655854Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-09-27T15:22:53.4657789Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-09-27T15:22:53.4659505Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-09-27T15:22:53.4661330Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-09-27T15:22:53.4663297Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4664996Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4666859Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-09-27T15:22:53.4668626Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-09-27T15:22:53.4670498Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-09-27T15:22:53.4672172Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-09-27T15:22:53.4673718Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-09-27T15:22:53.4675409Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-09-27T15:22:53.4677502Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-09-27T15:22:53.4679442Z adding 'torch/include/ATen/ops/heaviside.h' 2022-09-27T15:22:53.4681392Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4682927Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-09-27T15:22:53.4684533Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-09-27T15:22:53.4686043Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-09-27T15:22:53.4687670Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-09-27T15:22:53.4689336Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-09-27T15:22:53.4691135Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-09-27T15:22:53.4692967Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-09-27T15:22:53.4694761Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4696595Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-09-27T15:22:53.4698453Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-09-27T15:22:53.4700059Z adding 'torch/include/ATen/ops/histc.h' 2022-09-27T15:22:53.4701806Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-09-27T15:22:53.4703518Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-09-27T15:22:53.4705196Z adding 'torch/include/ATen/ops/histc_native.h' 2022-09-27T15:22:53.4707102Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-09-27T15:22:53.4709089Z adding 'torch/include/ATen/ops/histogram.h' 2022-09-27T15:22:53.4711025Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-09-27T15:22:53.4712785Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-09-27T15:22:53.4714813Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-09-27T15:22:53.4716728Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-09-27T15:22:53.4718674Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4720226Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-09-27T15:22:53.4722100Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-09-27T15:22:53.4723833Z adding 'torch/include/ATen/ops/hsplit.h' 2022-09-27T15:22:53.4725604Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4727035Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-09-27T15:22:53.4728725Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-09-27T15:22:53.4730320Z adding 'torch/include/ATen/ops/hspmm.h' 2022-09-27T15:22:53.4731959Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-09-27T15:22:53.4733702Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-09-27T15:22:53.4735600Z adding 'torch/include/ATen/ops/hstack.h' 2022-09-27T15:22:53.4737310Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4738803Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-09-27T15:22:53.4740507Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-09-27T15:22:53.4742286Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-09-27T15:22:53.4744065Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-09-27T15:22:53.4745878Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4747585Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4749320Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4750952Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-09-27T15:22:53.4752728Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-09-27T15:22:53.4754475Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-09-27T15:22:53.4756231Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-09-27T15:22:53.4757839Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-09-27T15:22:53.4759555Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-09-27T15:22:53.4761949Z adding 'torch/include/ATen/ops/hypot.h' 2022-09-27T15:22:53.4764174Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4765896Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-09-27T15:22:53.4767548Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-09-27T15:22:53.4769066Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-09-27T15:22:53.4770665Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-09-27T15:22:53.4772203Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-09-27T15:22:53.4773770Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-09-27T15:22:53.4775578Z adding 'torch/include/ATen/ops/i0.h' 2022-09-27T15:22:53.4777338Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4778823Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-09-27T15:22:53.4780397Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-09-27T15:22:53.4781935Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-09-27T15:22:53.4783545Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-09-27T15:22:53.4785087Z adding 'torch/include/ATen/ops/i0_native.h' 2022-09-27T15:22:53.4786755Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-09-27T15:22:53.4788355Z adding 'torch/include/ATen/ops/igamma.h' 2022-09-27T15:22:53.4790146Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4791800Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-09-27T15:22:53.4793188Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-09-27T15:22:53.4794731Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-09-27T15:22:53.4796583Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-09-27T15:22:53.4798095Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-09-27T15:22:53.4799834Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-09-27T15:22:53.4801500Z adding 'torch/include/ATen/ops/igammac.h' 2022-09-27T15:22:53.4803468Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4805078Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-09-27T15:22:53.4806894Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-09-27T15:22:53.4808405Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-09-27T15:22:53.4810232Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-09-27T15:22:53.4811885Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-09-27T15:22:53.4813699Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-09-27T15:22:53.4815647Z adding 'torch/include/ATen/ops/im2col.h' 2022-09-27T15:22:53.4817932Z adding 'torch/include/ATen/ops/im2col_backward.h' 2022-09-27T15:22:53.4819792Z adding 'torch/include/ATen/ops/im2col_backward_cpu_dispatch.h' 2022-09-27T15:22:53.4821587Z adding 'torch/include/ATen/ops/im2col_backward_cuda_dispatch.h' 2022-09-27T15:22:53.4823239Z adding 'torch/include/ATen/ops/im2col_backward_native.h' 2022-09-27T15:22:53.4825131Z adding 'torch/include/ATen/ops/im2col_backward_ops.h' 2022-09-27T15:22:53.4826985Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-09-27T15:22:53.4828745Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-09-27T15:22:53.4830466Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-09-27T15:22:53.4832275Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-09-27T15:22:53.4834123Z adding 'torch/include/ATen/ops/imag.h' 2022-09-27T15:22:53.4835892Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4837381Z adding 'torch/include/ATen/ops/imag_native.h' 2022-09-27T15:22:53.4839059Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-09-27T15:22:53.4840929Z adding 'torch/include/ATen/ops/index.h' 2022-09-27T15:22:53.4842721Z adding 'torch/include/ATen/ops/index_add.h' 2022-09-27T15:22:53.4844770Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4846410Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4848156Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-09-27T15:22:53.4849814Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-09-27T15:22:53.4851540Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-09-27T15:22:53.4853236Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-09-27T15:22:53.4854968Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-09-27T15:22:53.4856991Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-09-27T15:22:53.4858979Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4860555Z adding 'torch/include/ATen/ops/index_copy.h' 2022-09-27T15:22:53.4862462Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4864038Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4865703Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-09-27T15:22:53.4867366Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-09-27T15:22:53.4869216Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-09-27T15:22:53.4871038Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-09-27T15:22:53.4872808Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-09-27T15:22:53.4874700Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-09-27T15:22:53.4876636Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-09-27T15:22:53.4878421Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-09-27T15:22:53.4880418Z adding 'torch/include/ATen/ops/index_fill.h' 2022-09-27T15:22:53.4882487Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4884718Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4886414Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-09-27T15:22:53.4888278Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-09-27T15:22:53.4890093Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-09-27T15:22:53.4892155Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-09-27T15:22:53.4894549Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-09-27T15:22:53.4896724Z adding 'torch/include/ATen/ops/index_meta.h' 2022-09-27T15:22:53.4898946Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-09-27T15:22:53.4900535Z adding 'torch/include/ATen/ops/index_native.h' 2022-09-27T15:22:53.4902300Z adding 'torch/include/ATen/ops/index_ops.h' 2022-09-27T15:22:53.4903984Z adding 'torch/include/ATen/ops/index_put.h' 2022-09-27T15:22:53.4905754Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4907553Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-09-27T15:22:53.4909262Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-09-27T15:22:53.4911372Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-09-27T15:22:53.4913150Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4915056Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-09-27T15:22:53.4916771Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-09-27T15:22:53.4918670Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-09-27T15:22:53.4920468Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-09-27T15:22:53.4922394Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-09-27T15:22:53.4924372Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-09-27T15:22:53.4926356Z adding 'torch/include/ATen/ops/index_select.h' 2022-09-27T15:22:53.4928211Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-09-27T15:22:53.4930164Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4931730Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-09-27T15:22:53.4933523Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-09-27T15:22:53.4935838Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4937535Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-09-27T15:22:53.4939427Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-09-27T15:22:53.4941030Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-09-27T15:22:53.4943199Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-09-27T15:22:53.4945092Z adding 'torch/include/ATen/ops/indices.h' 2022-09-27T15:22:53.4947003Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-09-27T15:22:53.4948801Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4950870Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.4952443Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-09-27T15:22:53.4954552Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-09-27T15:22:53.4956071Z adding 'torch/include/ATen/ops/indices_native.h' 2022-09-27T15:22:53.4958014Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-09-27T15:22:53.4959928Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-09-27T15:22:53.4961747Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4963386Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-09-27T15:22:53.4965370Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-09-27T15:22:53.4967045Z adding 'torch/include/ATen/ops/inner.h' 2022-09-27T15:22:53.4969037Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4970780Z adding 'torch/include/ATen/ops/inner_native.h' 2022-09-27T15:22:53.4972619Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-09-27T15:22:53.4974576Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-09-27T15:22:53.4976978Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4978976Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-09-27T15:22:53.4980520Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-09-27T15:22:53.4982912Z adding 'torch/include/ATen/ops/int_repr.h' 2022-09-27T15:22:53.4983600Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.4985514Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-09-27T15:22:53.4987207Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-09-27T15:22:53.4989659Z adding 'torch/include/ATen/ops/inverse.h' 2022-09-27T15:22:53.4990626Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.4992331Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-09-27T15:22:53.4994010Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-09-27T15:22:53.4995624Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-09-27T15:22:53.4997194Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-09-27T15:22:53.4998906Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-09-27T15:22:53.5000466Z adding 'torch/include/ATen/ops/is_complex.h' 2022-09-27T15:22:53.5002378Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5003978Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-09-27T15:22:53.5005692Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-09-27T15:22:53.5007433Z adding 'torch/include/ATen/ops/is_conj.h' 2022-09-27T15:22:53.5009138Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5010477Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-09-27T15:22:53.5012311Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-09-27T15:22:53.5013820Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-09-27T15:22:53.5015775Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5017318Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-09-27T15:22:53.5019042Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-09-27T15:22:53.5020726Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-09-27T15:22:53.5022474Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5026266Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-09-27T15:22:53.5026482Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-09-27T15:22:53.5027022Z adding 'torch/include/ATen/ops/is_inference.h' 2022-09-27T15:22:53.5029592Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5031027Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-09-27T15:22:53.5033301Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-09-27T15:22:53.5035125Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-09-27T15:22:53.5037482Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5039160Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-09-27T15:22:53.5041474Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-09-27T15:22:53.5043468Z adding 'torch/include/ATen/ops/is_neg.h' 2022-09-27T15:22:53.5045826Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5047425Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-09-27T15:22:53.5050035Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-09-27T15:22:53.5051411Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-09-27T15:22:53.5053412Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5055011Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-09-27T15:22:53.5056912Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-09-27T15:22:53.5059204Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-09-27T15:22:53.5060888Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5062250Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-09-27T15:22:53.5064021Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-09-27T15:22:53.5065814Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-09-27T15:22:53.5067564Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-09-27T15:22:53.5069637Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5071426Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-09-27T15:22:53.5073421Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-09-27T15:22:53.5075183Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-09-27T15:22:53.5077049Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-09-27T15:22:53.5078814Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-09-27T15:22:53.5080726Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-09-27T15:22:53.5082637Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-09-27T15:22:53.5084575Z adding 'torch/include/ATen/ops/is_signed.h' 2022-09-27T15:22:53.5086391Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5088074Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-09-27T15:22:53.5089941Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-09-27T15:22:53.5091839Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-09-27T15:22:53.5093914Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5095725Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-09-27T15:22:53.5097645Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-09-27T15:22:53.5099312Z adding 'torch/include/ATen/ops/isclose.h' 2022-09-27T15:22:53.5101227Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5102732Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-09-27T15:22:53.5104533Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-09-27T15:22:53.5106433Z adding 'torch/include/ATen/ops/isfinite.h' 2022-09-27T15:22:53.5108283Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5110000Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-09-27T15:22:53.5111768Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-09-27T15:22:53.5113742Z adding 'torch/include/ATen/ops/isin.h' 2022-09-27T15:22:53.5115816Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5117748Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-09-27T15:22:53.5119617Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-09-27T15:22:53.5121578Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-09-27T15:22:53.5123874Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-09-27T15:22:53.5125366Z adding 'torch/include/ATen/ops/isin_native.h' 2022-09-27T15:22:53.5127961Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-09-27T15:22:53.5130282Z adding 'torch/include/ATen/ops/isinf.h' 2022-09-27T15:22:53.5132500Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5134232Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-09-27T15:22:53.5136862Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-09-27T15:22:53.5138986Z adding 'torch/include/ATen/ops/isnan.h' 2022-09-27T15:22:53.5141298Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5143028Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-09-27T15:22:53.5145432Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-09-27T15:22:53.5147097Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-09-27T15:22:53.5149466Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-09-27T15:22:53.5151441Z adding 'torch/include/ATen/ops/isneginf.h' 2022-09-27T15:22:53.5153793Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5155557Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-09-27T15:22:53.5157901Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-09-27T15:22:53.5159816Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-09-27T15:22:53.5161996Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-09-27T15:22:53.5164932Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-09-27T15:22:53.5172992Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-09-27T15:22:53.5174689Z adding 'torch/include/ATen/ops/isposinf.h' 2022-09-27T15:22:53.5177478Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5179105Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-09-27T15:22:53.5181452Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-09-27T15:22:53.5183319Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-09-27T15:22:53.5185579Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-09-27T15:22:53.5187404Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-09-27T15:22:53.5189925Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-09-27T15:22:53.5191908Z adding 'torch/include/ATen/ops/isreal.h' 2022-09-27T15:22:53.5195011Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5196778Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-09-27T15:22:53.5199311Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-09-27T15:22:53.5201602Z adding 'torch/include/ATen/ops/istft.h' 2022-09-27T15:22:53.5204260Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5206250Z adding 'torch/include/ATen/ops/istft_native.h' 2022-09-27T15:22:53.5208731Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-09-27T15:22:53.5210727Z adding 'torch/include/ATen/ops/item.h' 2022-09-27T15:22:53.5213172Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5215232Z adding 'torch/include/ATen/ops/item_native.h' 2022-09-27T15:22:53.5217489Z adding 'torch/include/ATen/ops/item_ops.h' 2022-09-27T15:22:53.5220315Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-09-27T15:22:53.5222754Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5224869Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-09-27T15:22:53.5227707Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-09-27T15:22:53.5230018Z adding 'torch/include/ATen/ops/kl_div.h' 2022-09-27T15:22:53.5232057Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5234083Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-09-27T15:22:53.5236721Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-09-27T15:22:53.5238349Z adding 'torch/include/ATen/ops/kron.h' 2022-09-27T15:22:53.5240168Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5241828Z adding 'torch/include/ATen/ops/kron_native.h' 2022-09-27T15:22:53.5243615Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-09-27T15:22:53.5245426Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-09-27T15:22:53.5247518Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5249336Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5251265Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-09-27T15:22:53.5253198Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-09-27T15:22:53.5255476Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-09-27T15:22:53.5256890Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-09-27T15:22:53.5258552Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-09-27T15:22:53.5260490Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5261745Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-09-27T15:22:53.5263482Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-09-27T15:22:53.5265182Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-09-27T15:22:53.5266928Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5268419Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-09-27T15:22:53.5270048Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-09-27T15:22:53.5271737Z adding 'torch/include/ATen/ops/lcm.h' 2022-09-27T15:22:53.5273594Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5275003Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-09-27T15:22:53.5276530Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-09-27T15:22:53.5277990Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-09-27T15:22:53.5279709Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-09-27T15:22:53.5281225Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-09-27T15:22:53.5282952Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-09-27T15:22:53.5284932Z adding 'torch/include/ATen/ops/ldexp.h' 2022-09-27T15:22:53.5286595Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5287936Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-09-27T15:22:53.5289533Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-09-27T15:22:53.5291184Z adding 'torch/include/ATen/ops/le.h' 2022-09-27T15:22:53.5293718Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5295516Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-09-27T15:22:53.5297402Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-09-27T15:22:53.5299118Z adding 'torch/include/ATen/ops/le_meta.h' 2022-09-27T15:22:53.5300701Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-09-27T15:22:53.5302350Z adding 'torch/include/ATen/ops/le_native.h' 2022-09-27T15:22:53.5304008Z adding 'torch/include/ATen/ops/le_ops.h' 2022-09-27T15:22:53.5305707Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-09-27T15:22:53.5307637Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-09-27T15:22:53.5309341Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5310794Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-09-27T15:22:53.5312932Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-09-27T15:22:53.5314647Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-09-27T15:22:53.5316587Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-09-27T15:22:53.5318461Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-09-27T15:22:53.5320173Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-09-27T15:22:53.5322192Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5323877Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-09-27T15:22:53.5325362Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-09-27T15:22:53.5327264Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-09-27T15:22:53.5328841Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-09-27T15:22:53.5331065Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-09-27T15:22:53.5332969Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-09-27T15:22:53.5334723Z adding 'torch/include/ATen/ops/lerp.h' 2022-09-27T15:22:53.5336950Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5338288Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-09-27T15:22:53.5339891Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-09-27T15:22:53.5341383Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-09-27T15:22:53.5343993Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-09-27T15:22:53.5345904Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-09-27T15:22:53.5348290Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-09-27T15:22:53.5350374Z adding 'torch/include/ATen/ops/less.h' 2022-09-27T15:22:53.5352193Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5354063Z adding 'torch/include/ATen/ops/less_equal.h' 2022-09-27T15:22:53.5356319Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5357983Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-09-27T15:22:53.5359946Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-09-27T15:22:53.5361979Z adding 'torch/include/ATen/ops/less_native.h' 2022-09-27T15:22:53.5364252Z adding 'torch/include/ATen/ops/less_ops.h' 2022-09-27T15:22:53.5366391Z adding 'torch/include/ATen/ops/lgamma.h' 2022-09-27T15:22:53.5368151Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5369875Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-09-27T15:22:53.5371586Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-09-27T15:22:53.5373401Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-09-27T15:22:53.5375236Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-09-27T15:22:53.5376955Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-09-27T15:22:53.5378836Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-09-27T15:22:53.5380550Z adding 'torch/include/ATen/ops/lift.h' 2022-09-27T15:22:53.5382231Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5385518Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-09-27T15:22:53.5385940Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5387530Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-09-27T15:22:53.5390108Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5391744Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-09-27T15:22:53.5394020Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-09-27T15:22:53.5395762Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-09-27T15:22:53.5397384Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-09-27T15:22:53.5398938Z adding 'torch/include/ATen/ops/lift_native.h' 2022-09-27T15:22:53.5400639Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-09-27T15:22:53.5402558Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-09-27T15:22:53.5404543Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5405880Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-09-27T15:22:53.5407731Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5409465Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-09-27T15:22:53.5410988Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-09-27T15:22:53.5412887Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-09-27T15:22:53.5414543Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-09-27T15:22:53.5416233Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-09-27T15:22:53.5417865Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-09-27T15:22:53.5419569Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-09-27T15:22:53.5421126Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-09-27T15:22:53.5423032Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-09-27T15:22:53.5424802Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5426124Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-09-27T15:22:53.5428167Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-09-27T15:22:53.5430109Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-09-27T15:22:53.5432108Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5433626Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-09-27T15:22:53.5435176Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-09-27T15:22:53.5436811Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-09-27T15:22:53.5438850Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-09-27T15:22:53.5440547Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-09-27T15:22:53.5442461Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-09-27T15:22:53.5444315Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-09-27T15:22:53.5446795Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5448217Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-09-27T15:22:53.5450211Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-09-27T15:22:53.5451798Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-09-27T15:22:53.5453710Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5455489Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-09-27T15:22:53.5457398Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-09-27T15:22:53.5459177Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-09-27T15:22:53.5461015Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-09-27T15:22:53.5462802Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-09-27T15:22:53.5464450Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-09-27T15:22:53.5466417Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-09-27T15:22:53.5468224Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-09-27T15:22:53.5470081Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5471680Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-09-27T15:22:53.5473515Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-09-27T15:22:53.5475335Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-09-27T15:22:53.5477216Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5478813Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-09-27T15:22:53.5480648Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-09-27T15:22:53.5482538Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-09-27T15:22:53.5484416Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5486057Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-09-27T15:22:53.5488083Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-09-27T15:22:53.5489983Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-09-27T15:22:53.5491799Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-09-27T15:22:53.5493409Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-09-27T15:22:53.5495063Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-09-27T15:22:53.5497014Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-09-27T15:22:53.5498674Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-09-27T15:22:53.5500441Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5502085Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-09-27T15:22:53.5504015Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5505638Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-09-27T15:22:53.5507301Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-09-27T15:22:53.5509035Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-09-27T15:22:53.5510775Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-09-27T15:22:53.5512460Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-09-27T15:22:53.5514191Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-09-27T15:22:53.5515757Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-09-27T15:22:53.5517316Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-09-27T15:22:53.5519536Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-09-27T15:22:53.5521863Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5524368Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-09-27T15:22:53.5526465Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5528801Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-09-27T15:22:53.5531087Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-09-27T15:22:53.5533033Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-09-27T15:22:53.5535944Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-09-27T15:22:53.5537504Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-09-27T15:22:53.5540074Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-09-27T15:22:53.5541871Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-09-27T15:22:53.5543529Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-09-27T15:22:53.5545331Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-09-27T15:22:53.5547133Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5548815Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-09-27T15:22:53.5550525Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-09-27T15:22:53.5552273Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-09-27T15:22:53.5554010Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-09-27T15:22:53.5555759Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-09-27T15:22:53.5557591Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-09-27T15:22:53.5559514Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-09-27T15:22:53.5561754Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5563485Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-09-27T15:22:53.5565370Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-09-27T15:22:53.5567268Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-09-27T15:22:53.5569369Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-09-27T15:22:53.5571522Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-09-27T15:22:53.5573410Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5575015Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-09-27T15:22:53.5577711Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-09-27T15:22:53.5579109Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-09-27T15:22:53.5581302Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5583201Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-09-27T15:22:53.5585357Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5587088Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-09-27T15:22:53.5589008Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-09-27T15:22:53.5590893Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-09-27T15:22:53.5593192Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-09-27T15:22:53.5595061Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-09-27T15:22:53.5596977Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-09-27T15:22:53.5598637Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-09-27T15:22:53.5600860Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-09-27T15:22:53.5603112Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-09-27T15:22:53.5604860Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-09-27T15:22:53.5606899Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-09-27T15:22:53.5608521Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-09-27T15:22:53.5610451Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-09-27T15:22:53.5612009Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5613219Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-09-27T15:22:53.5614895Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-09-27T15:22:53.5616571Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-09-27T15:22:53.5618795Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-09-27T15:22:53.5620503Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-09-27T15:22:53.5622626Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-09-27T15:22:53.5624883Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-09-27T15:22:53.5626841Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5628278Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-09-27T15:22:53.5629874Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-09-27T15:22:53.5631576Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-09-27T15:22:53.5633856Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5635514Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-09-27T15:22:53.5637697Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-09-27T15:22:53.5639693Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-09-27T15:22:53.5641896Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-09-27T15:22:53.5643827Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-09-27T15:22:53.5645979Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5647326Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-09-27T15:22:53.5649013Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-09-27T15:22:53.5650703Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-09-27T15:22:53.5652465Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5653970Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-09-27T15:22:53.5655790Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-09-27T15:22:53.5657727Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-09-27T15:22:53.5659646Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5661247Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-09-27T15:22:53.5663288Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-09-27T15:22:53.5665073Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-09-27T15:22:53.5666821Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5668301Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-09-27T15:22:53.5669946Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-09-27T15:22:53.5671695Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-09-27T15:22:53.5673558Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5675198Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-09-27T15:22:53.5677006Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-09-27T15:22:53.5679072Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-09-27T15:22:53.5681049Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5682797Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5684630Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5686354Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-09-27T15:22:53.5688491Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-09-27T15:22:53.5690689Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-09-27T15:22:53.5692610Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5694433Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-09-27T15:22:53.5696175Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-09-27T15:22:53.5697867Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-09-27T15:22:53.5699809Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-09-27T15:22:53.5701291Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-09-27T15:22:53.5703210Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-09-27T15:22:53.5704751Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-09-27T15:22:53.5707398Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5708303Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-09-27T15:22:53.5710212Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-09-27T15:22:53.5712278Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-09-27T15:22:53.5714029Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5716110Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-09-27T15:22:53.5717734Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5719023Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-09-27T15:22:53.5720729Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-09-27T15:22:53.5722482Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-09-27T15:22:53.5724422Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-09-27T15:22:53.5726305Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-09-27T15:22:53.5727927Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-09-27T15:22:53.5729621Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-09-27T15:22:53.5731210Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-09-27T15:22:53.5732985Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-09-27T15:22:53.5734554Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-09-27T15:22:53.5736372Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5738239Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-09-27T15:22:53.5740016Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-09-27T15:22:53.5741499Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-09-27T15:22:53.5743318Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5744830Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-09-27T15:22:53.5746743Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-09-27T15:22:53.5748984Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-09-27T15:22:53.5750392Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5751817Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-09-27T15:22:53.5753498Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-09-27T15:22:53.5755194Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-09-27T15:22:53.5756977Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5758531Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-09-27T15:22:53.5760293Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-09-27T15:22:53.5762217Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-09-27T15:22:53.5764261Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5766014Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-09-27T15:22:53.5767731Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-09-27T15:22:53.5769553Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-09-27T15:22:53.5771465Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5772912Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-09-27T15:22:53.5774790Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-09-27T15:22:53.5776466Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-09-27T15:22:53.5779022Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5780596Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-09-27T15:22:53.5782286Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-09-27T15:22:53.5783950Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-09-27T15:22:53.5785764Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-09-27T15:22:53.5787432Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-09-27T15:22:53.5789260Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-09-27T15:22:53.5791012Z adding 'torch/include/ATen/ops/linear.h' 2022-09-27T15:22:53.5792694Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-09-27T15:22:53.5794684Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5796373Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-09-27T15:22:53.5798355Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-09-27T15:22:53.5800219Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5801983Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5803829Z adding 'torch/include/ATen/ops/linear_native.h' 2022-09-27T15:22:53.5805595Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-09-27T15:22:53.5807106Z adding 'torch/include/ATen/ops/linspace.h' 2022-09-27T15:22:53.5808883Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5810899Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-09-27T15:22:53.5812341Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-09-27T15:22:53.5814318Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-09-27T15:22:53.5816012Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-09-27T15:22:53.5817740Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-09-27T15:22:53.5819704Z adding 'torch/include/ATen/ops/log.h' 2022-09-27T15:22:53.5821586Z adding 'torch/include/ATen/ops/log10.h' 2022-09-27T15:22:53.5823501Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5825207Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-09-27T15:22:53.5826867Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-09-27T15:22:53.5828579Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-09-27T15:22:53.5830532Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-09-27T15:22:53.5832326Z adding 'torch/include/ATen/ops/log10_native.h' 2022-09-27T15:22:53.5834358Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-09-27T15:22:53.5836311Z adding 'torch/include/ATen/ops/log1p.h' 2022-09-27T15:22:53.5839248Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5840349Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-09-27T15:22:53.5841969Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-09-27T15:22:53.5844250Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-09-27T15:22:53.5845665Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-09-27T15:22:53.5847937Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-09-27T15:22:53.5850009Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-09-27T15:22:53.5851567Z adding 'torch/include/ATen/ops/log2.h' 2022-09-27T15:22:53.5853452Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5854912Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-09-27T15:22:53.5856381Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-09-27T15:22:53.5858165Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-09-27T15:22:53.5859774Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-09-27T15:22:53.5861129Z adding 'torch/include/ATen/ops/log2_native.h' 2022-09-27T15:22:53.5863093Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-09-27T15:22:53.5864964Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5866425Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-09-27T15:22:53.5868262Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-09-27T15:22:53.5869811Z adding 'torch/include/ATen/ops/log_meta.h' 2022-09-27T15:22:53.5871763Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-09-27T15:22:53.5873071Z adding 'torch/include/ATen/ops/log_native.h' 2022-09-27T15:22:53.5874698Z adding 'torch/include/ATen/ops/log_normal.h' 2022-09-27T15:22:53.5876401Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5877978Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-09-27T15:22:53.5879578Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-09-27T15:22:53.5881129Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-09-27T15:22:53.5882712Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-09-27T15:22:53.5884591Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-09-27T15:22:53.5886384Z adding 'torch/include/ATen/ops/log_ops.h' 2022-09-27T15:22:53.5888070Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-09-27T15:22:53.5889857Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-09-27T15:22:53.5891581Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-09-27T15:22:53.5893220Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-09-27T15:22:53.5894815Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-09-27T15:22:53.5897537Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-09-27T15:22:53.5898753Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5900645Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-09-27T15:22:53.5902250Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-09-27T15:22:53.5904021Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-09-27T15:22:53.5905721Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-09-27T15:22:53.5907987Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-09-27T15:22:53.5909974Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-09-27T15:22:53.5911882Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-09-27T15:22:53.5913670Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-09-27T15:22:53.5915565Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5917580Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5918999Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-09-27T15:22:53.5920826Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-09-27T15:22:53.5922605Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-09-27T15:22:53.5924337Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-09-27T15:22:53.5926167Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5927747Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-09-27T15:22:53.5929512Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-09-27T15:22:53.5931093Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-09-27T15:22:53.5933067Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-09-27T15:22:53.5934598Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-09-27T15:22:53.5936871Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-09-27T15:22:53.5938307Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.5939838Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-09-27T15:22:53.5941440Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-09-27T15:22:53.5942886Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-09-27T15:22:53.5944643Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-09-27T15:22:53.5946312Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-09-27T15:22:53.5947926Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-09-27T15:22:53.5949920Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-09-27T15:22:53.5951420Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5953116Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5954468Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-09-27T15:22:53.5956506Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-09-27T15:22:53.5957982Z adding 'torch/include/ATen/ops/logdet.h' 2022-09-27T15:22:53.5959803Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.5961494Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-09-27T15:22:53.5963152Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-09-27T15:22:53.5964862Z adding 'torch/include/ATen/ops/logical_and.h' 2022-09-27T15:22:53.5966585Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5968182Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-09-27T15:22:53.5969760Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-09-27T15:22:53.5971352Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-09-27T15:22:53.5973150Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-09-27T15:22:53.5975041Z adding 'torch/include/ATen/ops/logical_not.h' 2022-09-27T15:22:53.5977216Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5979385Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-09-27T15:22:53.5980484Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-09-27T15:22:53.5981882Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-09-27T15:22:53.5983775Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-09-27T15:22:53.5985626Z adding 'torch/include/ATen/ops/logical_or.h' 2022-09-27T15:22:53.5987567Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.5989426Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-09-27T15:22:53.5991188Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-09-27T15:22:53.5993246Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-09-27T15:22:53.5995075Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-09-27T15:22:53.5997005Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-09-27T15:22:53.5998842Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6000472Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-09-27T15:22:53.6002165Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-09-27T15:22:53.6003897Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-09-27T15:22:53.6005728Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-09-27T15:22:53.6007601Z adding 'torch/include/ATen/ops/logit.h' 2022-09-27T15:22:53.6009447Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-09-27T15:22:53.6011511Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6013091Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6014977Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6016857Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-09-27T15:22:53.6018711Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-09-27T15:22:53.6020400Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-09-27T15:22:53.6022348Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-09-27T15:22:53.6024067Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-09-27T15:22:53.6026398Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-09-27T15:22:53.6028015Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-09-27T15:22:53.6029636Z adding 'torch/include/ATen/ops/logit_native.h' 2022-09-27T15:22:53.6031492Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-09-27T15:22:53.6040937Z adding 'torch/include/ATen/ops/logspace.h' 2022-09-27T15:22:53.6043389Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6045251Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-09-27T15:22:53.6046998Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-09-27T15:22:53.6048723Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-09-27T15:22:53.6050496Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-09-27T15:22:53.6052512Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-09-27T15:22:53.6054552Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-09-27T15:22:53.6056789Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6058659Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6060510Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6062192Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-09-27T15:22:53.6064243Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-09-27T15:22:53.6066201Z adding 'torch/include/ATen/ops/lshift.h' 2022-09-27T15:22:53.6068248Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6069925Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-09-27T15:22:53.6071824Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-09-27T15:22:53.6073450Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-09-27T15:22:53.6075102Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-09-27T15:22:53.6077222Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-09-27T15:22:53.6079026Z adding 'torch/include/ATen/ops/lstm.h' 2022-09-27T15:22:53.6080931Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-09-27T15:22:53.6083140Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6084899Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-09-27T15:22:53.6086715Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-09-27T15:22:53.6088776Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6090641Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-09-27T15:22:53.6092801Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6094430Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-09-27T15:22:53.6096677Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-09-27T15:22:53.6098553Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-09-27T15:22:53.6100922Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-09-27T15:22:53.6102613Z adding 'torch/include/ATen/ops/lstsq.h' 2022-09-27T15:22:53.6104321Z adding 'torch/include/ATen/ops/lstsq_cpu_dispatch.h' 2022-09-27T15:22:53.6106037Z adding 'torch/include/ATen/ops/lstsq_cuda_dispatch.h' 2022-09-27T15:22:53.6107750Z adding 'torch/include/ATen/ops/lstsq_native.h' 2022-09-27T15:22:53.6109634Z adding 'torch/include/ATen/ops/lstsq_ops.h' 2022-09-27T15:22:53.6111438Z adding 'torch/include/ATen/ops/lt.h' 2022-09-27T15:22:53.6113440Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6115062Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-09-27T15:22:53.6116864Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-09-27T15:22:53.6118597Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-09-27T15:22:53.6120393Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-09-27T15:22:53.6122249Z adding 'torch/include/ATen/ops/lt_native.h' 2022-09-27T15:22:53.6124443Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-09-27T15:22:53.6126342Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-09-27T15:22:53.6128202Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6129812Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-09-27T15:22:53.6131596Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-09-27T15:22:53.6133467Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-09-27T15:22:53.6135645Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6137630Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-09-27T15:22:53.6139386Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-09-27T15:22:53.6141101Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-09-27T15:22:53.6143008Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-09-27T15:22:53.6144717Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-09-27T15:22:53.6146644Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-09-27T15:22:53.6148356Z adding 'torch/include/ATen/ops/mH.h' 2022-09-27T15:22:53.6150216Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6151870Z adding 'torch/include/ATen/ops/mH_native.h' 2022-09-27T15:22:53.6153619Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-09-27T15:22:53.6155546Z adding 'torch/include/ATen/ops/mT.h' 2022-09-27T15:22:53.6157219Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6158697Z adding 'torch/include/ATen/ops/mT_native.h' 2022-09-27T15:22:53.6160336Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-09-27T15:22:53.6162108Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-09-27T15:22:53.6164372Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6165940Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-09-27T15:22:53.6167625Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-09-27T15:22:53.6169438Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-09-27T15:22:53.6171455Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6173210Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-09-27T15:22:53.6174938Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-09-27T15:22:53.6176927Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-09-27T15:22:53.6178770Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-09-27T15:22:53.6180845Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-09-27T15:22:53.6182818Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-09-27T15:22:53.6184695Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6186382Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-09-27T15:22:53.6188125Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-09-27T15:22:53.6189875Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-09-27T15:22:53.6191585Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-09-27T15:22:53.6193469Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-09-27T15:22:53.6195277Z adding 'torch/include/ATen/ops/masked_select.h' 2022-09-27T15:22:53.6197061Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-09-27T15:22:53.6198911Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6202669Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-09-27T15:22:53.6202935Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-09-27T15:22:53.6204385Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-09-27T15:22:53.6205663Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-09-27T15:22:53.6207259Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-09-27T15:22:53.6209065Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-09-27T15:22:53.6210735Z adding 'torch/include/ATen/ops/matmul.h' 2022-09-27T15:22:53.6212460Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-09-27T15:22:53.6214261Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6215867Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-09-27T15:22:53.6217713Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-09-27T15:22:53.6219563Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6221088Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-09-27T15:22:53.6222849Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-09-27T15:22:53.6224476Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-09-27T15:22:53.6226228Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6227736Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-09-27T15:22:53.6229382Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-09-27T15:22:53.6230992Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-09-27T15:22:53.6232606Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-09-27T15:22:53.6234327Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6235765Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-09-27T15:22:53.6237406Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-09-27T15:22:53.6239140Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6240665Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-09-27T15:22:53.6242372Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-09-27T15:22:53.6244239Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-09-27T15:22:53.6245955Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6247414Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-09-27T15:22:53.6249011Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-09-27T15:22:53.6250743Z adding 'torch/include/ATen/ops/matrix_rank.h' 2022-09-27T15:22:53.6252602Z adding 'torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6254223Z adding 'torch/include/ATen/ops/matrix_rank_native.h' 2022-09-27T15:22:53.6256081Z adding 'torch/include/ATen/ops/matrix_rank_ops.h' 2022-09-27T15:22:53.6258192Z adding 'torch/include/ATen/ops/max.h' 2022-09-27T15:22:53.6260108Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6261850Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6263522Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-09-27T15:22:53.6265311Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-09-27T15:22:53.6267058Z adding 'torch/include/ATen/ops/max_meta.h' 2022-09-27T15:22:53.6268857Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-09-27T15:22:53.6270603Z adding 'torch/include/ATen/ops/max_native.h' 2022-09-27T15:22:53.6272675Z adding 'torch/include/ATen/ops/max_ops.h' 2022-09-27T15:22:53.6274593Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-09-27T15:22:53.6276446Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6278036Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-09-27T15:22:53.6279811Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-09-27T15:22:53.6281659Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-09-27T15:22:53.6283730Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6285291Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-09-27T15:22:53.6287055Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-09-27T15:22:53.6288777Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-09-27T15:22:53.6290667Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6292171Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-09-27T15:22:53.6293949Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-09-27T15:22:53.6296040Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-09-27T15:22:53.6298147Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-09-27T15:22:53.6300164Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6301849Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6303608Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6305342Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-09-27T15:22:53.6307164Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-09-27T15:22:53.6308946Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-09-27T15:22:53.6310879Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-09-27T15:22:53.6312831Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6314517Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-09-27T15:22:53.6316262Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-09-27T15:22:53.6317986Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-09-27T15:22:53.6319796Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-09-27T15:22:53.6321509Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-09-27T15:22:53.6323452Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-09-27T15:22:53.6325235Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-09-27T15:22:53.6327093Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6328706Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-09-27T15:22:53.6330469Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-09-27T15:22:53.6332387Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-09-27T15:22:53.6334300Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-09-27T15:22:53.6336193Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6338138Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6339928Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-09-27T15:22:53.6341919Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-09-27T15:22:53.6343831Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-09-27T15:22:53.6345691Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-09-27T15:22:53.6347347Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-09-27T15:22:53.6349203Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-09-27T15:22:53.6351077Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-09-27T15:22:53.6352793Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-09-27T15:22:53.6354581Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-09-27T15:22:53.6356221Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-09-27T15:22:53.6358138Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-09-27T15:22:53.6359980Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-09-27T15:22:53.6361660Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-09-27T15:22:53.6364113Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-09-27T15:22:53.6365347Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-09-27T15:22:53.6367399Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-09-27T15:22:53.6368906Z adding 'torch/include/ATen/ops/maximum.h' 2022-09-27T15:22:53.6370605Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6372290Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-09-27T15:22:53.6374046Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-09-27T15:22:53.6375634Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-09-27T15:22:53.6377412Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-09-27T15:22:53.6379078Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-09-27T15:22:53.6380838Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-09-27T15:22:53.6382727Z adding 'torch/include/ATen/ops/mean.h' 2022-09-27T15:22:53.6384682Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6386618Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6388374Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6390105Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-09-27T15:22:53.6391855Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-09-27T15:22:53.6393546Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-09-27T15:22:53.6395350Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-09-27T15:22:53.6397216Z adding 'torch/include/ATen/ops/mean_native.h' 2022-09-27T15:22:53.6399350Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-09-27T15:22:53.6401474Z adding 'torch/include/ATen/ops/median.h' 2022-09-27T15:22:53.6403736Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6405466Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6407160Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-09-27T15:22:53.6408920Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-09-27T15:22:53.6410650Z adding 'torch/include/ATen/ops/median_native.h' 2022-09-27T15:22:53.6412872Z adding 'torch/include/ATen/ops/median_ops.h' 2022-09-27T15:22:53.6414810Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-09-27T15:22:53.6416869Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6418460Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-09-27T15:22:53.6420295Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-09-27T15:22:53.6422308Z adding 'torch/include/ATen/ops/min.h' 2022-09-27T15:22:53.6424406Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6426243Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6428018Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-09-27T15:22:53.6429819Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-09-27T15:22:53.6431605Z adding 'torch/include/ATen/ops/min_meta.h' 2022-09-27T15:22:53.6433463Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-09-27T15:22:53.6435238Z adding 'torch/include/ATen/ops/min_native.h' 2022-09-27T15:22:53.6437417Z adding 'torch/include/ATen/ops/min_ops.h' 2022-09-27T15:22:53.6439398Z adding 'torch/include/ATen/ops/minimum.h' 2022-09-27T15:22:53.6441571Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6442969Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-09-27T15:22:53.6444807Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-09-27T15:22:53.6446531Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-09-27T15:22:53.6448131Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-09-27T15:22:53.6449926Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-09-27T15:22:53.6451728Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-09-27T15:22:53.6453729Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-09-27T15:22:53.6456078Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-09-27T15:22:53.6458817Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6461743Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6463655Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-09-27T15:22:53.6465815Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-09-27T15:22:53.6467536Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6469348Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-09-27T15:22:53.6471135Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-09-27T15:22:53.6472997Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-09-27T15:22:53.6474948Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-09-27T15:22:53.6476881Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-09-27T15:22:53.6478715Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-09-27T15:22:53.6480436Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-09-27T15:22:53.6482632Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-09-27T15:22:53.6484685Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6486517Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-09-27T15:22:53.6488369Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-09-27T15:22:53.6490466Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-09-27T15:22:53.6492386Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-09-27T15:22:53.6494319Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-09-27T15:22:53.6496269Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-09-27T15:22:53.6498413Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-09-27T15:22:53.6500446Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-09-27T15:22:53.6502479Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6504317Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-09-27T15:22:53.6506091Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-09-27T15:22:53.6508103Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-09-27T15:22:53.6510216Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-09-27T15:22:53.6512257Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6514010Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-09-27T15:22:53.6515822Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-09-27T15:22:53.6517735Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-09-27T15:22:53.6519815Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-09-27T15:22:53.6522212Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-09-27T15:22:53.6524480Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6526431Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6528308Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-09-27T15:22:53.6530639Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-09-27T15:22:53.6532947Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6534938Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-09-27T15:22:53.6536972Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-09-27T15:22:53.6538951Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-09-27T15:22:53.6540665Z adding 'torch/include/ATen/ops/mish.h' 2022-09-27T15:22:53.6542292Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-09-27T15:22:53.6544129Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6545668Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6547395Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6548999Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-09-27T15:22:53.6550589Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-09-27T15:22:53.6552264Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6553767Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-09-27T15:22:53.6555319Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-09-27T15:22:53.6556879Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-09-27T15:22:53.6558469Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-09-27T15:22:53.6560005Z adding 'torch/include/ATen/ops/mish_native.h' 2022-09-27T15:22:53.6561704Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-09-27T15:22:53.6563591Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-09-27T15:22:53.6565277Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-09-27T15:22:53.6567020Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6568574Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-09-27T15:22:53.6570398Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-09-27T15:22:53.6572009Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-09-27T15:22:53.6573697Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-09-27T15:22:53.6575699Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-09-27T15:22:53.6577692Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6579452Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-09-27T15:22:53.6581273Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-09-27T15:22:53.6583202Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-09-27T15:22:53.6585023Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-09-27T15:22:53.6586897Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6588769Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-09-27T15:22:53.6590954Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6592291Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-09-27T15:22:53.6594179Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-09-27T15:22:53.6595798Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-09-27T15:22:53.6597600Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-09-27T15:22:53.6599580Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-09-27T15:22:53.6601493Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6603235Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-09-27T15:22:53.6605305Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-09-27T15:22:53.6607115Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6608686Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-09-27T15:22:53.6610409Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-09-27T15:22:53.6612277Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-09-27T15:22:53.6614105Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-09-27T15:22:53.6616254Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6618715Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-09-27T15:22:53.6620191Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-09-27T15:22:53.6621884Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6623521Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-09-27T15:22:53.6625362Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-09-27T15:22:53.6627276Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-09-27T15:22:53.6629146Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-09-27T15:22:53.6631043Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6632744Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-09-27T15:22:53.6634604Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-09-27T15:22:53.6636481Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6638150Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-09-27T15:22:53.6640018Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-09-27T15:22:53.6641918Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-09-27T15:22:53.6643864Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6645471Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-09-27T15:22:53.6647280Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-09-27T15:22:53.6649093Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-09-27T15:22:53.6650952Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6652618Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-09-27T15:22:53.6654414Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-09-27T15:22:53.6656397Z adding 'torch/include/ATen/ops/mm.h' 2022-09-27T15:22:53.6658330Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6660087Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-09-27T15:22:53.6661912Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-09-27T15:22:53.6663644Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-09-27T15:22:53.6665466Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-09-27T15:22:53.6667191Z adding 'torch/include/ATen/ops/mm_native.h' 2022-09-27T15:22:53.6669132Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-09-27T15:22:53.6671126Z adding 'torch/include/ATen/ops/mode.h' 2022-09-27T15:22:53.6673122Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6675039Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6676835Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-09-27T15:22:53.6678535Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-09-27T15:22:53.6680211Z adding 'torch/include/ATen/ops/mode_native.h' 2022-09-27T15:22:53.6682274Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-09-27T15:22:53.6684318Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-09-27T15:22:53.6686219Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6687905Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-09-27T15:22:53.6689893Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-09-27T15:22:53.6691676Z adding 'torch/include/ATen/ops/movedim.h' 2022-09-27T15:22:53.6693764Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6695529Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-09-27T15:22:53.6698491Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-09-27T15:22:53.6699509Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-09-27T15:22:53.6701629Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6703455Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-09-27T15:22:53.6705497Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-09-27T15:22:53.6707595Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-09-27T15:22:53.6709442Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6711079Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-09-27T15:22:53.6713110Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-09-27T15:22:53.6715089Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-09-27T15:22:53.6716856Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6718528Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-09-27T15:22:53.6720290Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-09-27T15:22:53.6722070Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-09-27T15:22:53.6723947Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-09-27T15:22:53.6725611Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6727245Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6728784Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-09-27T15:22:53.6730518Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-09-27T15:22:53.6732230Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6733981Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-09-27T15:22:53.6735592Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-09-27T15:22:53.6737236Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-09-27T15:22:53.6738904Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-09-27T15:22:53.6740486Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-09-27T15:22:53.6742144Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-09-27T15:22:53.6743759Z adding 'torch/include/ATen/ops/msort.h' 2022-09-27T15:22:53.6745458Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6746993Z adding 'torch/include/ATen/ops/msort_native.h' 2022-09-27T15:22:53.6748633Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-09-27T15:22:53.6750386Z adding 'torch/include/ATen/ops/mul.h' 2022-09-27T15:22:53.6752157Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6753879Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6755409Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-09-27T15:22:53.6756914Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-09-27T15:22:53.6758448Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-09-27T15:22:53.6760055Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-09-27T15:22:53.6762177Z adding 'torch/include/ATen/ops/mul_native.h' 2022-09-27T15:22:53.6764076Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-09-27T15:22:53.6765884Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-09-27T15:22:53.6767654Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-09-27T15:22:53.6769422Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6771512Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6773159Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-09-27T15:22:53.6775424Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-09-27T15:22:53.6777631Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-09-27T15:22:53.6779582Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-09-27T15:22:53.6781531Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-09-27T15:22:53.6783823Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-09-27T15:22:53.6785682Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-09-27T15:22:53.6787656Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-09-27T15:22:53.6789704Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6791667Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6793515Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-09-27T15:22:53.6795598Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-09-27T15:22:53.6797624Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6799538Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-09-27T15:22:53.6801568Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-09-27T15:22:53.6803621Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-09-27T15:22:53.6805657Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-09-27T15:22:53.6807631Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-09-27T15:22:53.6809583Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-09-27T15:22:53.6811599Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-09-27T15:22:53.6813627Z adding 'torch/include/ATen/ops/multinomial.h' 2022-09-27T15:22:53.6815846Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-09-27T15:22:53.6817940Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-09-27T15:22:53.6819658Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-09-27T15:22:53.6821821Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-09-27T15:22:53.6823757Z adding 'torch/include/ATen/ops/multiply.h' 2022-09-27T15:22:53.6825772Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6827530Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-09-27T15:22:53.6829798Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-09-27T15:22:53.6831632Z adding 'torch/include/ATen/ops/mv.h' 2022-09-27T15:22:53.6833612Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6835779Z adding 'torch/include/ATen/ops/mv_native.h' 2022-09-27T15:22:53.6837546Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-09-27T15:22:53.6839401Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-09-27T15:22:53.6841567Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6843361Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-09-27T15:22:53.6844808Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-09-27T15:22:53.6846361Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-09-27T15:22:53.6848630Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-09-27T15:22:53.6850204Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-09-27T15:22:53.6852071Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6853694Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-09-27T15:22:53.6855566Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-09-27T15:22:53.6857251Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-09-27T15:22:53.6859024Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-09-27T15:22:53.6860863Z adding 'torch/include/ATen/ops/nanmean.h' 2022-09-27T15:22:53.6862819Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6864370Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-09-27T15:22:53.6866225Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-09-27T15:22:53.6868266Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-09-27T15:22:53.6870192Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6872084Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6873702Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-09-27T15:22:53.6875383Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-09-27T15:22:53.6877081Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-09-27T15:22:53.6879116Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-09-27T15:22:53.6881097Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-09-27T15:22:53.6883115Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6884846Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-09-27T15:22:53.6886719Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-09-27T15:22:53.6889371Z adding 'torch/include/ATen/ops/nansum.h' 2022-09-27T15:22:53.6891280Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-09-27T15:22:53.6892998Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-09-27T15:22:53.6894647Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-09-27T15:22:53.6896557Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-09-27T15:22:53.6898389Z adding 'torch/include/ATen/ops/narrow.h' 2022-09-27T15:22:53.6900301Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6902001Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-09-27T15:22:53.6903968Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.6905634Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-09-27T15:22:53.6907349Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-09-27T15:22:53.6909147Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-09-27T15:22:53.6910879Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-09-27T15:22:53.6912620Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-09-27T15:22:53.6914527Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-09-27T15:22:53.6916541Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-09-27T15:22:53.6918499Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6920206Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6921915Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6923790Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-09-27T15:22:53.6925877Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-09-27T15:22:53.6927762Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-09-27T15:22:53.6929510Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-09-27T15:22:53.6931287Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-09-27T15:22:53.6933201Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-09-27T15:22:53.6934993Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-09-27T15:22:53.6937731Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.6939232Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-09-27T15:22:53.6940550Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-09-27T15:22:53.6942422Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-09-27T15:22:53.6944202Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-09-27T15:22:53.6945927Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-09-27T15:22:53.6947887Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6949628Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6951351Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6952987Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-09-27T15:22:53.6954838Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-09-27T15:22:53.6956797Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6958362Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-09-27T15:22:53.6960058Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-09-27T15:22:53.6961651Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-09-27T15:22:53.6963672Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-09-27T15:22:53.6965490Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-09-27T15:22:53.6967442Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-09-27T15:22:53.6969433Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6971204Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6972936Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6974636Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-09-27T15:22:53.6976842Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-09-27T15:22:53.6978726Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6980398Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-09-27T15:22:53.6982147Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-09-27T15:22:53.6983883Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-09-27T15:22:53.6985840Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-09-27T15:22:53.6987697Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-09-27T15:22:53.6989638Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-09-27T15:22:53.6991609Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.6993290Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-09-27T15:22:53.6995096Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-09-27T15:22:53.6996801Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-09-27T15:22:53.6998866Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-09-27T15:22:53.7000685Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7002406Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-09-27T15:22:53.7004211Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-09-27T15:22:53.7005899Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-09-27T15:22:53.7007902Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-09-27T15:22:53.7009748Z adding 'torch/include/ATen/ops/native_norm.h' 2022-09-27T15:22:53.7011697Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7013357Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-09-27T15:22:53.7015468Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-09-27T15:22:53.7017638Z adding 'torch/include/ATen/ops/ne.h' 2022-09-27T15:22:53.7019639Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7021201Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-09-27T15:22:53.7022950Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-09-27T15:22:53.7024589Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-09-27T15:22:53.7026342Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-09-27T15:22:53.7028118Z adding 'torch/include/ATen/ops/ne_native.h' 2022-09-27T15:22:53.7030234Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-09-27T15:22:53.7032032Z adding 'torch/include/ATen/ops/neg.h' 2022-09-27T15:22:53.7033918Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7035498Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-09-27T15:22:53.7037423Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-09-27T15:22:53.7038762Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-09-27T15:22:53.7040521Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-09-27T15:22:53.7042176Z adding 'torch/include/ATen/ops/neg_native.h' 2022-09-27T15:22:53.7044315Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-09-27T15:22:53.7045924Z adding 'torch/include/ATen/ops/negative.h' 2022-09-27T15:22:53.7047979Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7049571Z adding 'torch/include/ATen/ops/negative_native.h' 2022-09-27T15:22:53.7051287Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-09-27T15:22:53.7053070Z adding 'torch/include/ATen/ops/nested_tensor.h' 2022-09-27T15:22:53.7054910Z adding 'torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7056722Z adding 'torch/include/ATen/ops/nested_tensor_native.h' 2022-09-27T15:22:53.7058666Z adding 'torch/include/ATen/ops/nested_tensor_ops.h' 2022-09-27T15:22:53.7060420Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-09-27T15:22:53.7062235Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7063852Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-09-27T15:22:53.7065624Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-09-27T15:22:53.7067311Z adding 'torch/include/ATen/ops/new_empty.h' 2022-09-27T15:22:53.7069167Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7070738Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-09-27T15:22:53.7072803Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-09-27T15:22:53.7074597Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-09-27T15:22:53.7076411Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7078436Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7080441Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-09-27T15:22:53.7081945Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-09-27T15:22:53.7083896Z adding 'torch/include/ATen/ops/new_full.h' 2022-09-27T15:22:53.7085662Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7087217Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-09-27T15:22:53.7089623Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-09-27T15:22:53.7091161Z adding 'torch/include/ATen/ops/new_ones.h' 2022-09-27T15:22:53.7092793Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7094354Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-09-27T15:22:53.7096438Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-09-27T15:22:53.7097917Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-09-27T15:22:53.7099926Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7101577Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-09-27T15:22:53.7103451Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-09-27T15:22:53.7105334Z adding 'torch/include/ATen/ops/nextafter.h' 2022-09-27T15:22:53.7107181Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7109148Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-09-27T15:22:53.7110908Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-09-27T15:22:53.7112636Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-09-27T15:22:53.7114366Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-09-27T15:22:53.7116269Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-09-27T15:22:53.7118174Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-09-27T15:22:53.7120097Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-09-27T15:22:53.7122087Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-09-27T15:22:53.7124204Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-09-27T15:22:53.7126096Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.7128075Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.7129908Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-09-27T15:22:53.7131936Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-09-27T15:22:53.7134022Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7135990Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-09-27T15:22:53.7137939Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-09-27T15:22:53.7139838Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-09-27T15:22:53.7141668Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-09-27T15:22:53.7143682Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-09-27T15:22:53.7145590Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-09-27T15:22:53.7147637Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-09-27T15:22:53.7149511Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-09-27T15:22:53.7151594Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7153454Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:53.7155282Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:53.7157077Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-09-27T15:22:53.7159047Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-09-27T15:22:53.7160926Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-09-27T15:22:53.7162972Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-09-27T15:22:53.7164995Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7166863Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-09-27T15:22:53.7168871Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7170710Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-09-27T15:22:53.7172692Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-09-27T15:22:53.7174625Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-09-27T15:22:53.7176596Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-09-27T15:22:53.7178618Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-09-27T15:22:53.7180648Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-09-27T15:22:53.7182519Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-09-27T15:22:53.7184317Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-09-27T15:22:53.7186226Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7188066Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-09-27T15:22:53.7189984Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-09-27T15:22:53.7191961Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-09-27T15:22:53.7193806Z adding 'torch/include/ATen/ops/nonzero.h' 2022-09-27T15:22:53.7195732Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-09-27T15:22:53.7197543Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-09-27T15:22:53.7199275Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-09-27T15:22:53.7201040Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-09-27T15:22:53.7203158Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7204896Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-09-27T15:22:53.7206668Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-09-27T15:22:53.7208487Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-09-27T15:22:53.7210678Z adding 'torch/include/ATen/ops/norm.h' 2022-09-27T15:22:53.7212792Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7214771Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7216587Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7218436Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-09-27T15:22:53.7219946Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-09-27T15:22:53.7221537Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-09-27T15:22:53.7223335Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7224804Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-09-27T15:22:53.7226553Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-09-27T15:22:53.7228319Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-09-27T15:22:53.7230113Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-09-27T15:22:53.7232007Z adding 'torch/include/ATen/ops/norm_native.h' 2022-09-27T15:22:53.7234356Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-09-27T15:22:53.7236862Z adding 'torch/include/ATen/ops/normal.h' 2022-09-27T15:22:53.7238782Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7240571Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-09-27T15:22:53.7242428Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-09-27T15:22:53.7244277Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-09-27T15:22:53.7246018Z adding 'torch/include/ATen/ops/normal_native.h' 2022-09-27T15:22:53.7248455Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-09-27T15:22:53.7250476Z adding 'torch/include/ATen/ops/not_equal.h' 2022-09-27T15:22:53.7252326Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7253860Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-09-27T15:22:53.7255928Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-09-27T15:22:53.7257857Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-09-27T15:22:53.7260017Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7261354Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-09-27T15:22:53.7263347Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-09-27T15:22:53.7264974Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-09-27T15:22:53.7266645Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7268454Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-09-27T15:22:53.7270423Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-09-27T15:22:53.7272166Z adding 'torch/include/ATen/ops/one_hot.h' 2022-09-27T15:22:53.7273881Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7275436Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-09-27T15:22:53.7277107Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-09-27T15:22:53.7278981Z adding 'torch/include/ATen/ops/ones.h' 2022-09-27T15:22:53.7280836Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7282698Z adding 'torch/include/ATen/ops/ones_like.h' 2022-09-27T15:22:53.7284613Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7286415Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-09-27T15:22:53.7288215Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-09-27T15:22:53.7289842Z adding 'torch/include/ATen/ops/ones_native.h' 2022-09-27T15:22:53.7291778Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-09-27T15:22:53.7293561Z adding 'torch/include/ATen/ops/or.h' 2022-09-27T15:22:53.7295522Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7297169Z adding 'torch/include/ATen/ops/or_native.h' 2022-09-27T15:22:53.7298946Z adding 'torch/include/ATen/ops/or_ops.h' 2022-09-27T15:22:53.7300830Z adding 'torch/include/ATen/ops/orgqr.h' 2022-09-27T15:22:53.7302766Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7304290Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-09-27T15:22:53.7306178Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-09-27T15:22:53.7307982Z adding 'torch/include/ATen/ops/ormqr.h' 2022-09-27T15:22:53.7310171Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-09-27T15:22:53.7311836Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-09-27T15:22:53.7314168Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-09-27T15:22:53.7316028Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-09-27T15:22:53.7317632Z adding 'torch/include/ATen/ops/outer.h' 2022-09-27T15:22:53.7319507Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7321052Z adding 'torch/include/ATen/ops/outer_native.h' 2022-09-27T15:22:53.7322795Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-09-27T15:22:53.7324401Z adding 'torch/include/ATen/ops/output_nr.h' 2022-09-27T15:22:53.7326213Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7327927Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-09-27T15:22:53.7329646Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-09-27T15:22:53.7331351Z adding 'torch/include/ATen/ops/pad.h' 2022-09-27T15:22:53.7333304Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7335049Z adding 'torch/include/ATen/ops/pad_native.h' 2022-09-27T15:22:53.7337202Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-09-27T15:22:53.7339344Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-09-27T15:22:53.7341279Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7342979Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-09-27T15:22:53.7345148Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-09-27T15:22:53.7346823Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-09-27T15:22:53.7348784Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7350495Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-09-27T15:22:53.7352277Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-09-27T15:22:53.7354097Z adding 'torch/include/ATen/ops/pdist.h' 2022-09-27T15:22:53.7356025Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7357777Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-09-27T15:22:53.7359553Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-09-27T15:22:53.7361322Z adding 'torch/include/ATen/ops/permute.h' 2022-09-27T15:22:53.7363362Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7365189Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-09-27T15:22:53.7367294Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7369180Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7371152Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-09-27T15:22:53.7372646Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-09-27T15:22:53.7374327Z adding 'torch/include/ATen/ops/permute_native.h' 2022-09-27T15:22:53.7376415Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-09-27T15:22:53.7378292Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-09-27T15:22:53.7379996Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7381857Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-09-27T15:22:53.7383455Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-09-27T15:22:53.7385113Z adding 'torch/include/ATen/ops/pinverse.h' 2022-09-27T15:22:53.7386954Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7388539Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-09-27T15:22:53.7390546Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-09-27T15:22:53.7392238Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-09-27T15:22:53.7394115Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7395960Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7397666Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-09-27T15:22:53.7399348Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-09-27T15:22:53.7401168Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-09-27T15:22:53.7403055Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-09-27T15:22:53.7404954Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7406783Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7408561Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-09-27T15:22:53.7410114Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-09-27T15:22:53.7411993Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-09-27T15:22:53.7414068Z adding 'torch/include/ATen/ops/poisson.h' 2022-09-27T15:22:53.7416271Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7417830Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-09-27T15:22:53.7419455Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-09-27T15:22:53.7421254Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-09-27T15:22:53.7423134Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-09-27T15:22:53.7424889Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7426334Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-09-27T15:22:53.7427919Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-09-27T15:22:53.7429670Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-09-27T15:22:53.7431521Z adding 'torch/include/ATen/ops/polar.h' 2022-09-27T15:22:53.7433089Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7434564Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-09-27T15:22:53.7436089Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-09-27T15:22:53.7437536Z adding 'torch/include/ATen/ops/polar_native.h' 2022-09-27T15:22:53.7439182Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-09-27T15:22:53.7440732Z adding 'torch/include/ATen/ops/polygamma.h' 2022-09-27T15:22:53.7442414Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7444117Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7445533Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-09-27T15:22:53.7447152Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-09-27T15:22:53.7448628Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-09-27T15:22:53.7450179Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-09-27T15:22:53.7451702Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-09-27T15:22:53.7453367Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-09-27T15:22:53.7454973Z adding 'torch/include/ATen/ops/positive.h' 2022-09-27T15:22:53.7456829Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7458314Z adding 'torch/include/ATen/ops/positive_native.h' 2022-09-27T15:22:53.7459958Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-09-27T15:22:53.7461636Z adding 'torch/include/ATen/ops/pow.h' 2022-09-27T15:22:53.7463416Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7464983Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-09-27T15:22:53.7466587Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-09-27T15:22:53.7468143Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-09-27T15:22:53.7469787Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-09-27T15:22:53.7471331Z adding 'torch/include/ATen/ops/pow_native.h' 2022-09-27T15:22:53.7473286Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-09-27T15:22:53.7475377Z adding 'torch/include/ATen/ops/prelu.h' 2022-09-27T15:22:53.7477034Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-09-27T15:22:53.7478770Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7480282Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-09-27T15:22:53.7481911Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-09-27T15:22:53.7483404Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-09-27T15:22:53.7485256Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-09-27T15:22:53.7487016Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7488521Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-09-27T15:22:53.7490036Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-09-27T15:22:53.7491598Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-09-27T15:22:53.7493509Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-09-27T15:22:53.7495429Z adding 'torch/include/ATen/ops/prod.h' 2022-09-27T15:22:53.7497437Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7499774Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7501072Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7502630Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-09-27T15:22:53.7504121Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-09-27T15:22:53.7505605Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-09-27T15:22:53.7507587Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-09-27T15:22:53.7509048Z adding 'torch/include/ATen/ops/prod_native.h' 2022-09-27T15:22:53.7510854Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-09-27T15:22:53.7512679Z adding 'torch/include/ATen/ops/promote_types.h' 2022-09-27T15:22:53.7514289Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7515691Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-09-27T15:22:53.7517186Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-09-27T15:22:53.7518758Z adding 'torch/include/ATen/ops/put.h' 2022-09-27T15:22:53.7520442Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7521954Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-09-27T15:22:53.7536999Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-09-27T15:22:53.7537648Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-09-27T15:22:53.7537882Z adding 'torch/include/ATen/ops/put_native.h' 2022-09-27T15:22:53.7538053Z adding 'torch/include/ATen/ops/put_ops.h' 2022-09-27T15:22:53.7538248Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-09-27T15:22:53.7538443Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-09-27T15:22:53.7538690Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-09-27T15:22:53.7538857Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-09-27T15:22:53.7539089Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7539326Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-09-27T15:22:53.7540557Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-09-27T15:22:53.7542261Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-09-27T15:22:53.7544277Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7545693Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-09-27T15:22:53.7547601Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-09-27T15:22:53.7549343Z adding 'torch/include/ATen/ops/q_scale.h' 2022-09-27T15:22:53.7550932Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-09-27T15:22:53.7553021Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-09-27T15:22:53.7554762Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-09-27T15:22:53.7556459Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-09-27T15:22:53.7558422Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-09-27T15:22:53.7560186Z adding 'torch/include/ATen/ops/qr.h' 2022-09-27T15:22:53.7562130Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7563904Z adding 'torch/include/ATen/ops/qr_native.h' 2022-09-27T15:22:53.7565663Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-09-27T15:22:53.7567108Z adding 'torch/include/ATen/ops/qscheme.h' 2022-09-27T15:22:53.7568581Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-09-27T15:22:53.7570222Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-09-27T15:22:53.7571980Z adding 'torch/include/ATen/ops/quantile.h' 2022-09-27T15:22:53.7573826Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7575677Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-09-27T15:22:53.7577794Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-09-27T15:22:53.7579475Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-09-27T15:22:53.7581284Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7582946Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-09-27T15:22:53.7584674Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-09-27T15:22:53.7586149Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-09-27T15:22:53.7587987Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-09-27T15:22:53.7590013Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-09-27T15:22:53.7592623Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7594434Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-09-27T15:22:53.7596199Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-09-27T15:22:53.7597934Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-09-27T15:22:53.7599865Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7601584Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-09-27T15:22:53.7603370Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-09-27T15:22:53.7605047Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-09-27T15:22:53.7606735Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-09-27T15:22:53.7608553Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-09-27T15:22:53.7610689Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-09-27T15:22:53.7612508Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-09-27T15:22:53.7614223Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7615924Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-09-27T15:22:53.7617867Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-09-27T15:22:53.7620183Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-09-27T15:22:53.7622259Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7624212Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-09-27T15:22:53.7626943Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-09-27T15:22:53.7629151Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-09-27T15:22:53.7631451Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7633506Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-09-27T15:22:53.7636095Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-09-27T15:22:53.7638115Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-09-27T15:22:53.7640631Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7642549Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-09-27T15:22:53.7645134Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-09-27T15:22:53.7647350Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-09-27T15:22:53.7649712Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7651548Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-09-27T15:22:53.7654014Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-09-27T15:22:53.7656535Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-09-27T15:22:53.7659233Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7660944Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-09-27T15:22:53.7663603Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-09-27T15:22:53.7665675Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-09-27T15:22:53.7668083Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7669796Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-09-27T15:22:53.7672418Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-09-27T15:22:53.7674326Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-09-27T15:22:53.7676758Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7678459Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-09-27T15:22:53.7680992Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-09-27T15:22:53.7683746Z adding 'torch/include/ATen/ops/rand.h' 2022-09-27T15:22:53.7686577Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7688417Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7690867Z adding 'torch/include/ATen/ops/rand_like.h' 2022-09-27T15:22:53.7693093Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7694951Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-09-27T15:22:53.7697638Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-09-27T15:22:53.7699685Z adding 'torch/include/ATen/ops/rand_native.h' 2022-09-27T15:22:53.7702437Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-09-27T15:22:53.7705171Z adding 'torch/include/ATen/ops/randint.h' 2022-09-27T15:22:53.7708117Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7710379Z adding 'torch/include/ATen/ops/randint_like.h' 2022-09-27T15:22:53.7713024Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7714888Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-09-27T15:22:53.7717594Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-09-27T15:22:53.7719987Z adding 'torch/include/ATen/ops/randint_native.h' 2022-09-27T15:22:53.7722872Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-09-27T15:22:53.7725678Z adding 'torch/include/ATen/ops/randn.h' 2022-09-27T15:22:53.7728267Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7730492Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7732866Z adding 'torch/include/ATen/ops/randn_like.h' 2022-09-27T15:22:53.7735623Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7737651Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-09-27T15:22:53.7740212Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-09-27T15:22:53.7742361Z adding 'torch/include/ATen/ops/randn_native.h' 2022-09-27T15:22:53.7745296Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-09-27T15:22:53.7747695Z adding 'torch/include/ATen/ops/random.h' 2022-09-27T15:22:53.7751211Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7753193Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-09-27T15:22:53.7755595Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-09-27T15:22:53.7757574Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-09-27T15:22:53.7760030Z adding 'torch/include/ATen/ops/random_native.h' 2022-09-27T15:22:53.7762688Z adding 'torch/include/ATen/ops/random_ops.h' 2022-09-27T15:22:53.7765361Z adding 'torch/include/ATen/ops/randperm.h' 2022-09-27T15:22:53.7767777Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7769811Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-09-27T15:22:53.7772130Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-09-27T15:22:53.7774107Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-09-27T15:22:53.7776858Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-09-27T15:22:53.7779353Z adding 'torch/include/ATen/ops/range.h' 2022-09-27T15:22:53.7781888Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7783832Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-09-27T15:22:53.7786097Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-09-27T15:22:53.7788173Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-09-27T15:22:53.7790425Z adding 'torch/include/ATen/ops/range_native.h' 2022-09-27T15:22:53.7792861Z adding 'torch/include/ATen/ops/range_ops.h' 2022-09-27T15:22:53.7795038Z adding 'torch/include/ATen/ops/ravel.h' 2022-09-27T15:22:53.7797440Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7799158Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-09-27T15:22:53.7801569Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-09-27T15:22:53.7803648Z adding 'torch/include/ATen/ops/real.h' 2022-09-27T15:22:53.7806061Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7807828Z adding 'torch/include/ATen/ops/real_native.h' 2022-09-27T15:22:53.7810304Z adding 'torch/include/ATen/ops/real_ops.h' 2022-09-27T15:22:53.7812316Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-09-27T15:22:53.7814947Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7816941Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-09-27T15:22:53.7819287Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-09-27T15:22:53.7821283Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-09-27T15:22:53.7823380Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-09-27T15:22:53.7824807Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-09-27T15:22:53.7826526Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-09-27T15:22:53.7828114Z adding 'torch/include/ATen/ops/record_stream.h' 2022-09-27T15:22:53.7829946Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-09-27T15:22:53.7831545Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-09-27T15:22:53.7833202Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-09-27T15:22:53.7834728Z adding 'torch/include/ATen/ops/refine_names.h' 2022-09-27T15:22:53.7836618Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7838447Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-09-27T15:22:53.7840092Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-09-27T15:22:53.7842041Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-09-27T15:22:53.7844086Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-09-27T15:22:53.7846024Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7848268Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.7849869Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.7851626Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-09-27T15:22:53.7853385Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-09-27T15:22:53.7855235Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-09-27T15:22:53.7857561Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-09-27T15:22:53.7859960Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7861620Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-09-27T15:22:53.7863347Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-09-27T15:22:53.7864944Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-09-27T15:22:53.7866561Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-09-27T15:22:53.7868195Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-09-27T15:22:53.7869907Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-09-27T15:22:53.7871749Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-09-27T15:22:53.7873569Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-09-27T15:22:53.7875599Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.7876940Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.7878435Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-09-27T15:22:53.7880218Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-09-27T15:22:53.7881994Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-09-27T15:22:53.7883800Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-09-27T15:22:53.7885431Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-09-27T15:22:53.7887290Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-09-27T15:22:53.7889016Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-09-27T15:22:53.7890765Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-09-27T15:22:53.7892642Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7894298Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.7896217Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.7898004Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-09-27T15:22:53.7899725Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-09-27T15:22:53.7901520Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-09-27T15:22:53.7903556Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-09-27T15:22:53.7905499Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7907333Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-09-27T15:22:53.7909173Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-09-27T15:22:53.7910990Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-09-27T15:22:53.7912830Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-09-27T15:22:53.7914679Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-09-27T15:22:53.7916587Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-09-27T15:22:53.7918410Z adding 'torch/include/ATen/ops/relu.h' 2022-09-27T15:22:53.7920200Z adding 'torch/include/ATen/ops/relu6.h' 2022-09-27T15:22:53.7922139Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7924022Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-09-27T15:22:53.7925988Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-09-27T15:22:53.7928046Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7929703Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-09-27T15:22:53.7931515Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-09-27T15:22:53.7933269Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-09-27T15:22:53.7935024Z adding 'torch/include/ATen/ops/relu_native.h' 2022-09-27T15:22:53.7937180Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-09-27T15:22:53.7939207Z adding 'torch/include/ATen/ops/remainder.h' 2022-09-27T15:22:53.7941270Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7943218Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7945068Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-09-27T15:22:53.7946842Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-09-27T15:22:53.7948639Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-09-27T15:22:53.7950464Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-09-27T15:22:53.7952253Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-09-27T15:22:53.7954472Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-09-27T15:22:53.7956407Z adding 'torch/include/ATen/ops/rename.h' 2022-09-27T15:22:53.7958378Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7960123Z adding 'torch/include/ATen/ops/rename_native.h' 2022-09-27T15:22:53.7962039Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-09-27T15:22:53.7963980Z adding 'torch/include/ATen/ops/renorm.h' 2022-09-27T15:22:53.7965955Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.7967750Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-09-27T15:22:53.7969589Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-09-27T15:22:53.7971397Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-09-27T15:22:53.7973307Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-09-27T15:22:53.7975074Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-09-27T15:22:53.7977411Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-09-27T15:22:53.7979361Z adding 'torch/include/ATen/ops/repeat.h' 2022-09-27T15:22:53.7981221Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7983154Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-09-27T15:22:53.7985175Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.7987096Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.7988907Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-09-27T15:22:53.7990729Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-09-27T15:22:53.7992715Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-09-27T15:22:53.7994693Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-09-27T15:22:53.7996484Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-09-27T15:22:53.7998518Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-09-27T15:22:53.8000387Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-09-27T15:22:53.8002353Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-09-27T15:22:53.8004417Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8006528Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8008166Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8009945Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-09-27T15:22:53.8012013Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-09-27T15:22:53.8013962Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-09-27T15:22:53.8015905Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-09-27T15:22:53.8018118Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8019850Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-09-27T15:22:53.8021649Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-09-27T15:22:53.8023399Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-09-27T15:22:53.8025183Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-09-27T15:22:53.8026968Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-09-27T15:22:53.8028838Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-09-27T15:22:53.8030775Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-09-27T15:22:53.8032716Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-09-27T15:22:53.8034640Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8036533Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8038311Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-09-27T15:22:53.8040256Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-09-27T15:22:53.8042227Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8044148Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-09-27T15:22:53.8045963Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-09-27T15:22:53.8047734Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-09-27T15:22:53.8049551Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-09-27T15:22:53.8051316Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-09-27T15:22:53.8053233Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-09-27T15:22:53.8055118Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-09-27T15:22:53.8057250Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-09-27T15:22:53.8059921Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8061555Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8063194Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-09-27T15:22:53.8065110Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-09-27T15:22:53.8066941Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8068683Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-09-27T15:22:53.8070349Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-09-27T15:22:53.8072105Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-09-27T15:22:53.8073872Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-09-27T15:22:53.8075659Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-09-27T15:22:53.8077471Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-09-27T15:22:53.8079253Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-09-27T15:22:53.8081537Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8082725Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-09-27T15:22:53.8084721Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-09-27T15:22:53.8086425Z adding 'torch/include/ATen/ops/reshape.h' 2022-09-27T15:22:53.8088018Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-09-27T15:22:53.8089846Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8091512Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:22:53.8092915Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-09-27T15:22:53.8094654Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-09-27T15:22:53.8096321Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8098054Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:22:53.8099610Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-09-27T15:22:53.8101481Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-09-27T15:22:53.8103126Z adding 'torch/include/ATen/ops/resize.h' 2022-09-27T15:22:53.8104919Z adding 'torch/include/ATen/ops/resize_as.h' 2022-09-27T15:22:53.8106800Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8108422Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-09-27T15:22:53.8110360Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-09-27T15:22:53.8112216Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-09-27T15:22:53.8114092Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8115782Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-09-27T15:22:53.8117454Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-09-27T15:22:53.8119373Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-09-27T15:22:53.8121333Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8123084Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-09-27T15:22:53.8124909Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-09-27T15:22:53.8126696Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-09-27T15:22:53.8128424Z adding 'torch/include/ATen/ops/resize_native.h' 2022-09-27T15:22:53.8130367Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-09-27T15:22:53.8132214Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-09-27T15:22:53.8134049Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8135810Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-09-27T15:22:53.8137720Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-09-27T15:22:53.8139323Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-09-27T15:22:53.8141041Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8142508Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-09-27T15:22:53.8144122Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-09-27T15:22:53.8145796Z adding 'torch/include/ATen/ops/result_type.h' 2022-09-27T15:22:53.8147569Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8149112Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-09-27T15:22:53.8150931Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-09-27T15:22:53.8152538Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-09-27T15:22:53.8154197Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8155638Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-09-27T15:22:53.8157255Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-09-27T15:22:53.8158745Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-09-27T15:22:53.8160391Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8161839Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-09-27T15:22:53.8163746Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-09-27T15:22:53.8165619Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-09-27T15:22:53.8167554Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-09-27T15:22:53.8169432Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8170821Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-09-27T15:22:53.8172395Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-09-27T15:22:53.8174146Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8176136Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-09-27T15:22:53.8177825Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-09-27T15:22:53.8179607Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-09-27T15:22:53.8181260Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-09-27T15:22:53.8183822Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8185444Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-09-27T15:22:53.8187021Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-09-27T15:22:53.8188802Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8190371Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-09-27T15:22:53.8192436Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-09-27T15:22:53.8194449Z adding 'torch/include/ATen/ops/roll.h' 2022-09-27T15:22:53.8196405Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8197920Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-09-27T15:22:53.8199392Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-09-27T15:22:53.8200952Z adding 'torch/include/ATen/ops/roll_native.h' 2022-09-27T15:22:53.8202648Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-09-27T15:22:53.8204440Z adding 'torch/include/ATen/ops/rot90.h' 2022-09-27T15:22:53.8206256Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8207789Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-09-27T15:22:53.8209498Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-09-27T15:22:53.8211179Z adding 'torch/include/ATen/ops/round.h' 2022-09-27T15:22:53.8213006Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8214576Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-09-27T15:22:53.8216260Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-09-27T15:22:53.8217929Z adding 'torch/include/ATen/ops/round_meta.h' 2022-09-27T15:22:53.8219478Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-09-27T15:22:53.8221066Z adding 'torch/include/ATen/ops/round_native.h' 2022-09-27T15:22:53.8222895Z adding 'torch/include/ATen/ops/round_ops.h' 2022-09-27T15:22:53.8224522Z adding 'torch/include/ATen/ops/row_indices.h' 2022-09-27T15:22:53.8226128Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-09-27T15:22:53.8227791Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8229261Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-09-27T15:22:53.8231025Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-09-27T15:22:53.8232614Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-09-27T15:22:53.8234203Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-09-27T15:22:53.8235781Z adding 'torch/include/ATen/ops/row_stack.h' 2022-09-27T15:22:53.8237453Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8238939Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-09-27T15:22:53.8240616Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-09-27T15:22:53.8242419Z adding 'torch/include/ATen/ops/rrelu.h' 2022-09-27T15:22:53.8244364Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8245994Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-09-27T15:22:53.8247610Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-09-27T15:22:53.8249423Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-09-27T15:22:53.8251318Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-09-27T15:22:53.8253185Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8254769Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-09-27T15:22:53.8256759Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-09-27T15:22:53.8258657Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-09-27T15:22:53.8260512Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-09-27T15:22:53.8262162Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-09-27T15:22:53.8263774Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-09-27T15:22:53.8265688Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-09-27T15:22:53.8267590Z adding 'torch/include/ATen/ops/rshift.h' 2022-09-27T15:22:53.8269419Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8271086Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-09-27T15:22:53.8272740Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-09-27T15:22:53.8274355Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-09-27T15:22:53.8275923Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-09-27T15:22:53.8277930Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-09-27T15:22:53.8279662Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-09-27T15:22:53.8281499Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8283080Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-09-27T15:22:53.8284815Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-09-27T15:22:53.8286467Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-09-27T15:22:53.8288128Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-09-27T15:22:53.8289707Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-09-27T15:22:53.8291490Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-09-27T15:22:53.8293254Z adding 'torch/include/ATen/ops/rsub.h' 2022-09-27T15:22:53.8295120Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8297080Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-09-27T15:22:53.8298743Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-09-27T15:22:53.8300491Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-09-27T15:22:53.8302324Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-09-27T15:22:53.8304183Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-09-27T15:22:53.8306012Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8307532Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-09-27T15:22:53.8309334Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-09-27T15:22:53.8311347Z adding 'torch/include/ATen/ops/scatter.h' 2022-09-27T15:22:53.8313203Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-09-27T15:22:53.8315049Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8316643Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8318361Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-09-27T15:22:53.8320500Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-09-27T15:22:53.8322117Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-09-27T15:22:53.8323887Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-09-27T15:22:53.8325791Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-09-27T15:22:53.8327489Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-09-27T15:22:53.8329207Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8330804Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8332936Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-09-27T15:22:53.8334528Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-09-27T15:22:53.8336405Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-09-27T15:22:53.8338196Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-09-27T15:22:53.8339886Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-09-27T15:22:53.8342257Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-09-27T15:22:53.8344322Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-09-27T15:22:53.8346339Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8348067Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-09-27T15:22:53.8349499Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-09-27T15:22:53.8351034Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-09-27T15:22:53.8352716Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-09-27T15:22:53.8354272Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-09-27T15:22:53.8356114Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-09-27T15:22:53.8358012Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-09-27T15:22:53.8359886Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8361490Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-09-27T15:22:53.8363409Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-09-27T15:22:53.8364949Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-09-27T15:22:53.8366760Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-09-27T15:22:53.8368560Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-09-27T15:22:53.8370269Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8371831Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-09-27T15:22:53.8373268Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-09-27T15:22:53.8374712Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-09-27T15:22:53.8376439Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-09-27T15:22:53.8378045Z adding 'torch/include/ATen/ops/select.h' 2022-09-27T15:22:53.8379648Z adding 'torch/include/ATen/ops/select_backward.h' 2022-09-27T15:22:53.8381172Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8382680Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8383975Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-09-27T15:22:53.8385509Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-09-27T15:22:53.8387013Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8388413Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8389858Z adding 'torch/include/ATen/ops/select_copy.h' 2022-09-27T15:22:53.8391475Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8392950Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8394260Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-09-27T15:22:53.8395802Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-09-27T15:22:53.8397247Z adding 'torch/include/ATen/ops/select_native.h' 2022-09-27T15:22:53.8398731Z adding 'torch/include/ATen/ops/select_ops.h' 2022-09-27T15:22:53.8400201Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-09-27T15:22:53.8401850Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8403159Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-09-27T15:22:53.8404891Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-09-27T15:22:53.8406349Z adding 'torch/include/ATen/ops/selu.h' 2022-09-27T15:22:53.8407901Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8409347Z adding 'torch/include/ATen/ops/selu_native.h' 2022-09-27T15:22:53.8410857Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-09-27T15:22:53.8412655Z adding 'torch/include/ATen/ops/set.h' 2022-09-27T15:22:53.8414533Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8416423Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8418130Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-09-27T15:22:53.8419704Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-09-27T15:22:53.8421129Z adding 'torch/include/ATen/ops/set_data.h' 2022-09-27T15:22:53.8422787Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8424204Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-09-27T15:22:53.8425763Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-09-27T15:22:53.8427421Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-09-27T15:22:53.8429075Z adding 'torch/include/ATen/ops/set_native.h' 2022-09-27T15:22:53.8431344Z adding 'torch/include/ATen/ops/set_ops.h' 2022-09-27T15:22:53.8433173Z adding 'torch/include/ATen/ops/sgn.h' 2022-09-27T15:22:53.8434944Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8436405Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-09-27T15:22:53.8437913Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-09-27T15:22:53.8439446Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-09-27T15:22:53.8441036Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-09-27T15:22:53.8442598Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-09-27T15:22:53.8444328Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-09-27T15:22:53.8445994Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-09-27T15:22:53.8447620Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-09-27T15:22:53.8449384Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8450823Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8452378Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8453851Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-09-27T15:22:53.8455578Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-09-27T15:22:53.8457211Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-09-27T15:22:53.8458941Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-09-27T15:22:53.8460488Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8462079Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-09-27T15:22:53.8463633Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-09-27T15:22:53.8465237Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-09-27T15:22:53.8466963Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-09-27T15:22:53.8468907Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-09-27T15:22:53.8470318Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-09-27T15:22:53.8471888Z adding 'torch/include/ATen/ops/sign.h' 2022-09-27T15:22:53.8473544Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8475116Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-09-27T15:22:53.8476772Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-09-27T15:22:53.8478107Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-09-27T15:22:53.8479662Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-09-27T15:22:53.8481149Z adding 'torch/include/ATen/ops/sign_native.h' 2022-09-27T15:22:53.8483162Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-09-27T15:22:53.8484964Z adding 'torch/include/ATen/ops/signbit.h' 2022-09-27T15:22:53.8486557Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8488094Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-09-27T15:22:53.8489865Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-09-27T15:22:53.8491422Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-09-27T15:22:53.8493121Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-09-27T15:22:53.8494699Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-09-27T15:22:53.8496603Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-09-27T15:22:53.8498487Z adding 'torch/include/ATen/ops/silu.h' 2022-09-27T15:22:53.8500102Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-09-27T15:22:53.8501840Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8503435Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8505079Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8506712Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8508307Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-09-27T15:22:53.8509987Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-09-27T15:22:53.8511584Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-09-27T15:22:53.8513308Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-09-27T15:22:53.8515212Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8516777Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-09-27T15:22:53.8518323Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-09-27T15:22:53.8519884Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-09-27T15:22:53.8521614Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-09-27T15:22:53.8523381Z adding 'torch/include/ATen/ops/silu_native.h' 2022-09-27T15:22:53.8525475Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-09-27T15:22:53.8527130Z adding 'torch/include/ATen/ops/sin.h' 2022-09-27T15:22:53.8528979Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8530423Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-09-27T15:22:53.8532073Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-09-27T15:22:53.8533551Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-09-27T15:22:53.8535450Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-09-27T15:22:53.8537141Z adding 'torch/include/ATen/ops/sin_native.h' 2022-09-27T15:22:53.8538840Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-09-27T15:22:53.8540660Z adding 'torch/include/ATen/ops/sinc.h' 2022-09-27T15:22:53.8542495Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8543997Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-09-27T15:22:53.8545662Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-09-27T15:22:53.8547396Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-09-27T15:22:53.8548993Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-09-27T15:22:53.8550576Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-09-27T15:22:53.8552298Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-09-27T15:22:53.8553956Z adding 'torch/include/ATen/ops/sinh.h' 2022-09-27T15:22:53.8555845Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8557409Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-09-27T15:22:53.8559034Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-09-27T15:22:53.8560648Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-09-27T15:22:53.8562285Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-09-27T15:22:53.8563980Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-09-27T15:22:53.8565676Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-09-27T15:22:53.8567247Z adding 'torch/include/ATen/ops/size.h' 2022-09-27T15:22:53.8569301Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8571522Z adding 'torch/include/ATen/ops/size_native.h' 2022-09-27T15:22:53.8573425Z adding 'torch/include/ATen/ops/size_ops.h' 2022-09-27T15:22:53.8575146Z adding 'torch/include/ATen/ops/slice.h' 2022-09-27T15:22:53.8577278Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-09-27T15:22:53.8579060Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8580692Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-09-27T15:22:53.8582582Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-09-27T15:22:53.8584319Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8585903Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-09-27T15:22:53.8587634Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8589401Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8591166Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-09-27T15:22:53.8592888Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-09-27T15:22:53.8594566Z adding 'torch/include/ATen/ops/slice_native.h' 2022-09-27T15:22:53.8596112Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-09-27T15:22:53.8597793Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-09-27T15:22:53.8599666Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8601264Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-09-27T15:22:53.8603361Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-09-27T15:22:53.8605206Z adding 'torch/include/ATen/ops/slogdet.h' 2022-09-27T15:22:53.8607199Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8608972Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-09-27T15:22:53.8610928Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-09-27T15:22:53.8612903Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-09-27T15:22:53.8614929Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8617043Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-09-27T15:22:53.8619138Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-09-27T15:22:53.8620810Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-09-27T15:22:53.8622804Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-09-27T15:22:53.8624690Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-09-27T15:22:53.8626635Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-09-27T15:22:53.8628642Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-09-27T15:22:53.8630710Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8632498Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-09-27T15:22:53.8634327Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-09-27T15:22:53.8636177Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-09-27T15:22:53.8638205Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-09-27T15:22:53.8640262Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-09-27T15:22:53.8642146Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8644118Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-09-27T15:22:53.8646216Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-09-27T15:22:53.8647992Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-09-27T15:22:53.8649825Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-09-27T15:22:53.8651876Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-09-27T15:22:53.8653881Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8655877Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-09-27T15:22:53.8657934Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-09-27T15:22:53.8659792Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-09-27T15:22:53.8661522Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-09-27T15:22:53.8663260Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-09-27T15:22:53.8665131Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-09-27T15:22:53.8667248Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-09-27T15:22:53.8668989Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-09-27T15:22:53.8670793Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-09-27T15:22:53.8672569Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-09-27T15:22:53.8674688Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-09-27T15:22:53.8676391Z adding 'torch/include/ATen/ops/smm.h' 2022-09-27T15:22:53.8678176Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8679777Z adding 'torch/include/ATen/ops/smm_native.h' 2022-09-27T15:22:53.8681431Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-09-27T15:22:53.8683375Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-09-27T15:22:53.8685255Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-09-27T15:22:53.8687148Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8688803Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8690561Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8692207Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-09-27T15:22:53.8694041Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-09-27T15:22:53.8696137Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8697934Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-09-27T15:22:53.8699640Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-09-27T15:22:53.8701303Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-09-27T15:22:53.8703066Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-09-27T15:22:53.8704733Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-09-27T15:22:53.8706590Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-09-27T15:22:53.8708344Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-09-27T15:22:53.8710129Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-09-27T15:22:53.8712019Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8713646Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-09-27T15:22:53.8715917Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-09-27T15:22:53.8717708Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8719652Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-09-27T15:22:53.8721931Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-09-27T15:22:53.8723676Z adding 'torch/include/ATen/ops/softmax.h' 2022-09-27T15:22:53.8725546Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8727345Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8729405Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-09-27T15:22:53.8731513Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-09-27T15:22:53.8733482Z adding 'torch/include/ATen/ops/softplus.h' 2022-09-27T15:22:53.8734384Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-09-27T15:22:53.8736474Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8738477Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8740212Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8741856Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-09-27T15:22:53.8743631Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-09-27T15:22:53.8745415Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-09-27T15:22:53.8747344Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-09-27T15:22:53.8749307Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8751056Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-09-27T15:22:53.8752718Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-09-27T15:22:53.8754475Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-09-27T15:22:53.8756239Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-09-27T15:22:53.8757915Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-09-27T15:22:53.8759759Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-09-27T15:22:53.8761574Z adding 'torch/include/ATen/ops/softshrink.h' 2022-09-27T15:22:53.8763486Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-09-27T15:22:53.8765402Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8767120Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-09-27T15:22:53.8768880Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-09-27T15:22:53.8770601Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-09-27T15:22:53.8772460Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-09-27T15:22:53.8774035Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-09-27T15:22:53.8776557Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-09-27T15:22:53.8778831Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8780819Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-09-27T15:22:53.8783154Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-09-27T15:22:53.8784973Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-09-27T15:22:53.8787363Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-09-27T15:22:53.8789211Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-09-27T15:22:53.8791598Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-09-27T15:22:53.8794033Z adding 'torch/include/ATen/ops/sort.h' 2022-09-27T15:22:53.8796441Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8798476Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8800697Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8802892Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-09-27T15:22:53.8805372Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-09-27T15:22:53.8807259Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-09-27T15:22:53.8809818Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-09-27T15:22:53.8811913Z adding 'torch/include/ATen/ops/sort_native.h' 2022-09-27T15:22:53.8814657Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-09-27T15:22:53.8817444Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-09-27T15:22:53.8819914Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8821919Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-09-27T15:22:53.8824502Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-09-27T15:22:53.8826894Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-09-27T15:22:53.8829375Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8831355Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-09-27T15:22:53.8834003Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-09-27T15:22:53.8836505Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-09-27T15:22:53.8838945Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8840904Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-09-27T15:22:53.8843607Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-09-27T15:22:53.8846432Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-09-27T15:22:53.8848439Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8851056Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8852950Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-09-27T15:22:53.8855821Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-09-27T15:22:53.8858324Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-09-27T15:22:53.8860729Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8862795Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-09-27T15:22:53.8865352Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-09-27T15:22:53.8867756Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-09-27T15:22:53.8870148Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.8872134Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-09-27T15:22:53.8874713Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-09-27T15:22:53.8876685Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-09-27T15:22:53.8878942Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-09-27T15:22:53.8881101Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-09-27T15:22:53.8883545Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-09-27T15:22:53.8885706Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8887723Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-09-27T15:22:53.8890087Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-09-27T15:22:53.8892298Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-09-27T15:22:53.8894661Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-09-27T15:22:53.8897038Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8899600Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-09-27T15:22:53.8901577Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-09-27T15:22:53.8904124Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-09-27T15:22:53.8906462Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.8908504Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-09-27T15:22:53.8910695Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-09-27T15:22:53.8913069Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-09-27T15:22:53.8915358Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-09-27T15:22:53.8917497Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-09-27T15:22:53.8920000Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-09-27T15:22:53.8922145Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-09-27T15:22:53.8924786Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8926590Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-09-27T15:22:53.8928963Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-09-27T15:22:53.8930839Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-09-27T15:22:53.8933076Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-09-27T15:22:53.8934996Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-09-27T15:22:53.8937613Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-09-27T15:22:53.8939715Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-09-27T15:22:53.8942116Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8943960Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-09-27T15:22:53.8946407Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-09-27T15:22:53.8948105Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-09-27T15:22:53.8950504Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-09-27T15:22:53.8952377Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-09-27T15:22:53.8954816Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-09-27T15:22:53.8956809Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-09-27T15:22:53.8959233Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8961108Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-09-27T15:22:53.8963616Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-09-27T15:22:53.8965597Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-09-27T15:22:53.8968026Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-09-27T15:22:53.8969975Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-09-27T15:22:53.8972385Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-09-27T15:22:53.8974564Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-09-27T15:22:53.8977095Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8979216Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-09-27T15:22:53.8981557Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-09-27T15:22:53.8983516Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-09-27T15:22:53.8985886Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-09-27T15:22:53.8987873Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-09-27T15:22:53.8990368Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-09-27T15:22:53.8992508Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-09-27T15:22:53.8995016Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.8996793Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-09-27T15:22:53.8999252Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-09-27T15:22:53.9001184Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-09-27T15:22:53.9003476Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-09-27T15:22:53.9005440Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-09-27T15:22:53.9007748Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-09-27T15:22:53.9010242Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-09-27T15:22:53.9012283Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9014775Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9016735Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9019084Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-09-27T15:22:53.9021297Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-09-27T15:22:53.9023155Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-09-27T15:22:53.9025420Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-09-27T15:22:53.9027442Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-09-27T15:22:53.9029968Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-09-27T15:22:53.9032307Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-09-27T15:22:53.9034685Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9037040Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9039095Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9041514Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-09-27T15:22:53.9043841Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-09-27T15:22:53.9046910Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-09-27T15:22:53.9049147Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-09-27T15:22:53.9051400Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-09-27T15:22:53.9053969Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-09-27T15:22:53.9056440Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-09-27T15:22:53.9058545Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9060420Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9062004Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9063619Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-09-27T15:22:53.9065322Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-09-27T15:22:53.9066790Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-09-27T15:22:53.9068535Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-09-27T15:22:53.9070270Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-09-27T15:22:53.9072074Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-09-27T15:22:53.9074089Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-09-27T15:22:53.9075832Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9077516Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9079163Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9080767Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-09-27T15:22:53.9082450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-09-27T15:22:53.9084148Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-09-27T15:22:53.9085776Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-09-27T15:22:53.9087474Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-09-27T15:22:53.9089319Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-09-27T15:22:53.9091089Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-09-27T15:22:53.9092860Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9094389Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-09-27T15:22:53.9096264Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-09-27T15:22:53.9097941Z adding 'torch/include/ATen/ops/special_entr.h' 2022-09-27T15:22:53.9099750Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9101285Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-09-27T15:22:53.9102910Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-09-27T15:22:53.9104448Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-09-27T15:22:53.9106099Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-09-27T15:22:53.9107628Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-09-27T15:22:53.9109356Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-09-27T15:22:53.9111085Z adding 'torch/include/ATen/ops/special_erf.h' 2022-09-27T15:22:53.9113002Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9114649Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-09-27T15:22:53.9116565Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-09-27T15:22:53.9118390Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-09-27T15:22:53.9120304Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9122088Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-09-27T15:22:53.9124128Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-09-27T15:22:53.9125912Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-09-27T15:22:53.9127881Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9129666Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-09-27T15:22:53.9131519Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-09-27T15:22:53.9133280Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-09-27T15:22:53.9135112Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-09-27T15:22:53.9137087Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-09-27T15:22:53.9138974Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-09-27T15:22:53.9140836Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-09-27T15:22:53.9142769Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9144435Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-09-27T15:22:53.9146373Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-09-27T15:22:53.9148215Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-09-27T15:22:53.9150184Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9151936Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-09-27T15:22:53.9153866Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-09-27T15:22:53.9155694Z adding 'torch/include/ATen/ops/special_expit.h' 2022-09-27T15:22:53.9157632Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9159323Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-09-27T15:22:53.9161257Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-09-27T15:22:53.9163199Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-09-27T15:22:53.9165169Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9166836Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-09-27T15:22:53.9168751Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-09-27T15:22:53.9170607Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-09-27T15:22:53.9172559Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9174288Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-09-27T15:22:53.9176476Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-09-27T15:22:53.9178347Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-09-27T15:22:53.9180153Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9181818Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-09-27T15:22:53.9183737Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-09-27T15:22:53.9185533Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-09-27T15:22:53.9187458Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9189225Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-09-27T15:22:53.9190913Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-09-27T15:22:53.9192822Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-09-27T15:22:53.9194809Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9196618Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9198271Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9199980Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-09-27T15:22:53.9201681Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-09-27T15:22:53.9203403Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-09-27T15:22:53.9205210Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-09-27T15:22:53.9206940Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-09-27T15:22:53.9209100Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-09-27T15:22:53.9211021Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-09-27T15:22:53.9212990Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9215697Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9216708Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9218914Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-09-27T15:22:53.9220662Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-09-27T15:22:53.9222089Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-09-27T15:22:53.9223822Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-09-27T15:22:53.9225674Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-09-27T15:22:53.9227631Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-09-27T15:22:53.9229432Z adding 'torch/include/ATen/ops/special_i0.h' 2022-09-27T15:22:53.9231313Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9233051Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-09-27T15:22:53.9234923Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-09-27T15:22:53.9236691Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-09-27T15:22:53.9238511Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9240476Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-09-27T15:22:53.9242094Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-09-27T15:22:53.9243979Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-09-27T15:22:53.9245667Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-09-27T15:22:53.9247354Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-09-27T15:22:53.9249690Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-09-27T15:22:53.9251328Z adding 'torch/include/ATen/ops/special_i1.h' 2022-09-27T15:22:53.9253075Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9254818Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-09-27T15:22:53.9256727Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-09-27T15:22:53.9258685Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-09-27T15:22:53.9260269Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-09-27T15:22:53.9261944Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-09-27T15:22:53.9263758Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-09-27T15:22:53.9265553Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-09-27T15:22:53.9267521Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9269207Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-09-27T15:22:53.9271109Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-09-27T15:22:53.9272684Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-09-27T15:22:53.9274467Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-09-27T15:22:53.9276126Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-09-27T15:22:53.9277952Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-09-27T15:22:53.9279957Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-09-27T15:22:53.9281949Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9284005Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9285629Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9287338Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-09-27T15:22:53.9289175Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-09-27T15:22:53.9290906Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-09-27T15:22:53.9292725Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-09-27T15:22:53.9294489Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-09-27T15:22:53.9296713Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-09-27T15:22:53.9298698Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-09-27T15:22:53.9300725Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9302570Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9304343Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9306121Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-09-27T15:22:53.9307877Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-09-27T15:22:53.9309578Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-09-27T15:22:53.9311420Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-09-27T15:22:53.9313145Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-09-27T15:22:53.9315151Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-09-27T15:22:53.9316957Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-09-27T15:22:53.9318879Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9320552Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-09-27T15:22:53.9322472Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-09-27T15:22:53.9324357Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-09-27T15:22:53.9326333Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9328066Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-09-27T15:22:53.9330551Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-09-27T15:22:53.9332347Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-09-27T15:22:53.9334182Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-09-27T15:22:53.9336031Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-09-27T15:22:53.9338008Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-09-27T15:22:53.9339779Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-09-27T15:22:53.9341657Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9343282Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-09-27T15:22:53.9345324Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-09-27T15:22:53.9347047Z adding 'torch/include/ATen/ops/special_logit.h' 2022-09-27T15:22:53.9348709Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9350294Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-09-27T15:22:53.9352204Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-09-27T15:22:53.9353901Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-09-27T15:22:53.9355592Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9357413Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-09-27T15:22:53.9359064Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-09-27T15:22:53.9360727Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-09-27T15:22:53.9362429Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9363909Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-09-27T15:22:53.9365479Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-09-27T15:22:53.9366989Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-09-27T15:22:53.9368562Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-09-27T15:22:53.9370065Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-09-27T15:22:53.9371656Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-09-27T15:22:53.9373233Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-09-27T15:22:53.9374954Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9377034Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-09-27T15:22:53.9378289Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-09-27T15:22:53.9379748Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-09-27T15:22:53.9381464Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-09-27T15:22:53.9383027Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-09-27T15:22:53.9384798Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-09-27T15:22:53.9386511Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-09-27T15:22:53.9388301Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9389899Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-09-27T15:22:53.9391572Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-09-27T15:22:53.9393157Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-09-27T15:22:53.9394770Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-09-27T15:22:53.9396349Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-09-27T15:22:53.9398034Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-09-27T15:22:53.9399671Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-09-27T15:22:53.9401733Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9403379Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-09-27T15:22:53.9405736Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-09-27T15:22:53.9406835Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-09-27T15:22:53.9408719Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-09-27T15:22:53.9410265Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-09-27T15:22:53.9411902Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-09-27T15:22:53.9413609Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-09-27T15:22:53.9415726Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9417315Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-09-27T15:22:53.9418968Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-09-27T15:22:53.9420592Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-09-27T15:22:53.9422310Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9423689Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-09-27T15:22:53.9425266Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-09-27T15:22:53.9426651Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-09-27T15:22:53.9428464Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9430114Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-09-27T15:22:53.9431855Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-09-27T15:22:53.9433546Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-09-27T15:22:53.9435132Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-09-27T15:22:53.9436730Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-09-27T15:22:53.9438462Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-09-27T15:22:53.9440209Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-09-27T15:22:53.9442057Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9443670Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-09-27T15:22:53.9445520Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-09-27T15:22:53.9447207Z adding 'torch/include/ATen/ops/special_psi.h' 2022-09-27T15:22:53.9448970Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9450746Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-09-27T15:22:53.9452539Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-09-27T15:22:53.9454574Z adding 'torch/include/ATen/ops/special_round.h' 2022-09-27T15:22:53.9456456Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9458685Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-09-27T15:22:53.9460578Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-09-27T15:22:53.9463482Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-09-27T15:22:53.9464968Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9466533Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-09-27T15:22:53.9468302Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-09-27T15:22:53.9470068Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-09-27T15:22:53.9471765Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-09-27T15:22:53.9473414Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-09-27T15:22:53.9475143Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-09-27T15:22:53.9476876Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-09-27T15:22:53.9478682Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9480587Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-09-27T15:22:53.9482716Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-09-27T15:22:53.9484493Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-09-27T15:22:53.9486562Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-09-27T15:22:53.9488552Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-09-27T15:22:53.9490670Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-09-27T15:22:53.9492863Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-09-27T15:22:53.9495069Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9497298Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9499615Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9501333Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-09-27T15:22:53.9503062Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-09-27T15:22:53.9504878Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-09-27T15:22:53.9507046Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-09-27T15:22:53.9508749Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-09-27T15:22:53.9510935Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-09-27T15:22:53.9513083Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-09-27T15:22:53.9515178Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9517175Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9519090Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9520943Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-09-27T15:22:53.9522941Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-09-27T15:22:53.9524983Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-09-27T15:22:53.9526887Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-09-27T15:22:53.9528809Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-09-27T15:22:53.9531106Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-09-27T15:22:53.9533040Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-09-27T15:22:53.9534852Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9536956Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9538669Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9540216Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-09-27T15:22:53.9541794Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-09-27T15:22:53.9543288Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-09-27T15:22:53.9544903Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-09-27T15:22:53.9546431Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-09-27T15:22:53.9548598Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-09-27T15:22:53.9550228Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-09-27T15:22:53.9551929Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9553552Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9555163Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9556921Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-09-27T15:22:53.9558594Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-09-27T15:22:53.9560379Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-09-27T15:22:53.9562166Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-09-27T15:22:53.9563874Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-09-27T15:22:53.9565629Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-09-27T15:22:53.9567312Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-09-27T15:22:53.9569060Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9570670Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-09-27T15:22:53.9572288Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-09-27T15:22:53.9573962Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-09-27T15:22:53.9575775Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9577343Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-09-27T15:22:53.9578995Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-09-27T15:22:53.9580686Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-09-27T15:22:53.9582417Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9583927Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-09-27T15:22:53.9585545Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-09-27T15:22:53.9587081Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-09-27T15:22:53.9588663Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-09-27T15:22:53.9590273Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-09-27T15:22:53.9592227Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-09-27T15:22:53.9594227Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-09-27T15:22:53.9596195Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9598040Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9599948Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-09-27T15:22:53.9601685Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-09-27T15:22:53.9603461Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-09-27T15:22:53.9605277Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-09-27T15:22:53.9607066Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-09-27T15:22:53.9609178Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-09-27T15:22:53.9611293Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-09-27T15:22:53.9613520Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9615144Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-09-27T15:22:53.9617270Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-09-27T15:22:53.9619169Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-09-27T15:22:53.9621092Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9622854Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9624355Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-09-27T15:22:53.9625991Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-09-27T15:22:53.9627560Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-09-27T15:22:53.9629372Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-09-27T15:22:53.9631026Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-09-27T15:22:53.9633013Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-09-27T15:22:53.9634793Z adding 'torch/include/ATen/ops/split.h' 2022-09-27T15:22:53.9636610Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9638294Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9639889Z adding 'torch/include/ATen/ops/split_copy.h' 2022-09-27T15:22:53.9641673Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9643501Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9644955Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-09-27T15:22:53.9646737Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-09-27T15:22:53.9648408Z adding 'torch/include/ATen/ops/split_native.h' 2022-09-27T15:22:53.9650177Z adding 'torch/include/ATen/ops/split_ops.h' 2022-09-27T15:22:53.9651860Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-09-27T15:22:53.9653556Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9655237Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-09-27T15:22:53.9657221Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9658917Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9660509Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-09-27T15:22:53.9662409Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-09-27T15:22:53.9663947Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-09-27T15:22:53.9665640Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-09-27T15:22:53.9667401Z adding 'torch/include/ATen/ops/sqrt.h' 2022-09-27T15:22:53.9669294Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9670937Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-09-27T15:22:53.9672667Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-09-27T15:22:53.9674328Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-09-27T15:22:53.9676068Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-09-27T15:22:53.9677770Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-09-27T15:22:53.9679701Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-09-27T15:22:53.9681498Z adding 'torch/include/ATen/ops/square.h' 2022-09-27T15:22:53.9683506Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9685089Z adding 'torch/include/ATen/ops/square_native.h' 2022-09-27T15:22:53.9686939Z adding 'torch/include/ATen/ops/square_ops.h' 2022-09-27T15:22:53.9688755Z adding 'torch/include/ATen/ops/squeeze.h' 2022-09-27T15:22:53.9690602Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9692391Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9694161Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-09-27T15:22:53.9696436Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9698306Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9699905Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-09-27T15:22:53.9701780Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-09-27T15:22:53.9703619Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-09-27T15:22:53.9705504Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-09-27T15:22:53.9707480Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-09-27T15:22:53.9710063Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9711759Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-09-27T15:22:53.9713066Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-09-27T15:22:53.9714872Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-09-27T15:22:53.9716785Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-09-27T15:22:53.9718625Z adding 'torch/include/ATen/ops/stack.h' 2022-09-27T15:22:53.9720486Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9722100Z adding 'torch/include/ATen/ops/stack_native.h' 2022-09-27T15:22:53.9724234Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-09-27T15:22:53.9726167Z adding 'torch/include/ATen/ops/std.h' 2022-09-27T15:22:53.9728340Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9730090Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-09-27T15:22:53.9731971Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-09-27T15:22:53.9733880Z adding 'torch/include/ATen/ops/std_mean.h' 2022-09-27T15:22:53.9736063Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9737824Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9739597Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-09-27T15:22:53.9741307Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-09-27T15:22:53.9743174Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-09-27T15:22:53.9745315Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-09-27T15:22:53.9747266Z adding 'torch/include/ATen/ops/std_native.h' 2022-09-27T15:22:53.9749487Z adding 'torch/include/ATen/ops/std_ops.h' 2022-09-27T15:22:53.9752021Z adding 'torch/include/ATen/ops/stft.h' 2022-09-27T15:22:53.9753644Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9755383Z adding 'torch/include/ATen/ops/stft_native.h' 2022-09-27T15:22:53.9757281Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-09-27T15:22:53.9759151Z adding 'torch/include/ATen/ops/stride.h' 2022-09-27T15:22:53.9760984Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9762745Z adding 'torch/include/ATen/ops/stride_native.h' 2022-09-27T15:22:53.9764556Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-09-27T15:22:53.9766472Z adding 'torch/include/ATen/ops/sub.h' 2022-09-27T15:22:53.9768446Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9770327Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9772038Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-09-27T15:22:53.9773885Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-09-27T15:22:53.9775639Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-09-27T15:22:53.9777787Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-09-27T15:22:53.9779282Z adding 'torch/include/ATen/ops/sub_native.h' 2022-09-27T15:22:53.9781327Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-09-27T15:22:53.9783274Z adding 'torch/include/ATen/ops/subtract.h' 2022-09-27T15:22:53.9785216Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9786902Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-09-27T15:22:53.9789168Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-09-27T15:22:53.9791096Z adding 'torch/include/ATen/ops/sum.h' 2022-09-27T15:22:53.9793019Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9794889Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9796651Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9798428Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-09-27T15:22:53.9800205Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-09-27T15:22:53.9801919Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-09-27T15:22:53.9803997Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-09-27T15:22:53.9805892Z adding 'torch/include/ATen/ops/sum_native.h' 2022-09-27T15:22:53.9807877Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-09-27T15:22:53.9809707Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-09-27T15:22:53.9811585Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9813196Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-09-27T15:22:53.9814963Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-09-27T15:22:53.9816967Z adding 'torch/include/ATen/ops/svd.h' 2022-09-27T15:22:53.9818934Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9820576Z adding 'torch/include/ATen/ops/svd_native.h' 2022-09-27T15:22:53.9822446Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-09-27T15:22:53.9824278Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-09-27T15:22:53.9826206Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9827811Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-09-27T15:22:53.9829625Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-09-27T15:22:53.9831414Z adding 'torch/include/ATen/ops/swapdims.h' 2022-09-27T15:22:53.9833373Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9835015Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-09-27T15:22:53.9836784Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-09-27T15:22:53.9838597Z adding 'torch/include/ATen/ops/symeig.h' 2022-09-27T15:22:53.9840588Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9842229Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-09-27T15:22:53.9844262Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-09-27T15:22:53.9846041Z adding 'torch/include/ATen/ops/t.h' 2022-09-27T15:22:53.9847829Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9849550Z adding 'torch/include/ATen/ops/t_copy.h' 2022-09-27T15:22:53.9851368Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:53.9853165Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9855023Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-09-27T15:22:53.9857049Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-09-27T15:22:53.9859581Z adding 'torch/include/ATen/ops/t_native.h' 2022-09-27T15:22:53.9861566Z adding 'torch/include/ATen/ops/t_ops.h' 2022-09-27T15:22:53.9863588Z adding 'torch/include/ATen/ops/take.h' 2022-09-27T15:22:53.9865791Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-09-27T15:22:53.9868037Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9869838Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-09-27T15:22:53.9872482Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-09-27T15:22:53.9874660Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-09-27T15:22:53.9876760Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-09-27T15:22:53.9878789Z adding 'torch/include/ATen/ops/take_native.h' 2022-09-27T15:22:53.9881024Z adding 'torch/include/ATen/ops/take_ops.h' 2022-09-27T15:22:53.9883256Z adding 'torch/include/ATen/ops/tan.h' 2022-09-27T15:22:53.9886674Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9888342Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-09-27T15:22:53.9890555Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-09-27T15:22:53.9892320Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-09-27T15:22:53.9893906Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-09-27T15:22:53.9895710Z adding 'torch/include/ATen/ops/tan_native.h' 2022-09-27T15:22:53.9897466Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-09-27T15:22:53.9899041Z adding 'torch/include/ATen/ops/tanh.h' 2022-09-27T15:22:53.9900912Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-09-27T15:22:53.9902671Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9904482Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-09-27T15:22:53.9906089Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-09-27T15:22:53.9907823Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-09-27T15:22:53.9909364Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-09-27T15:22:53.9910945Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-09-27T15:22:53.9912758Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-09-27T15:22:53.9914573Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9916118Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-09-27T15:22:53.9917738Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-09-27T15:22:53.9919316Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-09-27T15:22:53.9921029Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-09-27T15:22:53.9922696Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-09-27T15:22:53.9924591Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-09-27T15:22:53.9926382Z adding 'torch/include/ATen/ops/tensor.h' 2022-09-27T15:22:53.9928130Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-09-27T15:22:53.9929999Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9931592Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-09-27T15:22:53.9933425Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-09-27T15:22:53.9935449Z adding 'torch/include/ATen/ops/tensordot.h' 2022-09-27T15:22:53.9937250Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9938818Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-09-27T15:22:53.9940466Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-09-27T15:22:53.9942044Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-09-27T15:22:53.9943801Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-09-27T15:22:53.9945849Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-09-27T15:22:53.9947428Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9948869Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-09-27T15:22:53.9950520Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-09-27T15:22:53.9952206Z adding 'torch/include/ATen/ops/threshold.h' 2022-09-27T15:22:53.9953772Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-09-27T15:22:53.9955551Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9956901Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-09-27T15:22:53.9958562Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-09-27T15:22:53.9960409Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-09-27T15:22:53.9962094Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-09-27T15:22:53.9963774Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-09-27T15:22:53.9965663Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-09-27T15:22:53.9967500Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:53.9969030Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-09-27T15:22:53.9970707Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-09-27T15:22:53.9972510Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-09-27T15:22:53.9974035Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-09-27T15:22:53.9975935Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-09-27T15:22:53.9977811Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-09-27T15:22:53.9979568Z adding 'torch/include/ATen/ops/tile.h' 2022-09-27T15:22:53.9981435Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9982951Z adding 'torch/include/ATen/ops/tile_native.h' 2022-09-27T15:22:53.9984627Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-09-27T15:22:53.9986142Z adding 'torch/include/ATen/ops/to.h' 2022-09-27T15:22:53.9988004Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9989686Z adding 'torch/include/ATen/ops/to_dense.h' 2022-09-27T15:22:53.9991450Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-09-27T15:22:53.9993392Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:53.9994923Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-09-27T15:22:53.9996682Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-09-27T15:22:53.9998439Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0000045Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-09-27T15:22:54.0001822Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-09-27T15:22:54.0003660Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-09-27T15:22:54.0005349Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-09-27T15:22:54.0007277Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0009163Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-09-27T15:22:54.0010806Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-09-27T15:22:54.0012430Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0013961Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-09-27T15:22:54.0015569Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-09-27T15:22:54.0017547Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-09-27T15:22:54.0019638Z adding 'torch/include/ATen/ops/to_native.h' 2022-09-27T15:22:54.0021354Z adding 'torch/include/ATen/ops/to_ops.h' 2022-09-27T15:22:54.0023282Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-09-27T15:22:54.0025182Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0026882Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-09-27T15:22:54.0028792Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-09-27T15:22:54.0030602Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-09-27T15:22:54.0032386Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-09-27T15:22:54.0034334Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0036014Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-09-27T15:22:54.0037758Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-09-27T15:22:54.0039456Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-09-27T15:22:54.0041343Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-09-27T15:22:54.0043309Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-09-27T15:22:54.0045202Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0046996Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-09-27T15:22:54.0048816Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-09-27T15:22:54.0050540Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-09-27T15:22:54.0052416Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-09-27T15:22:54.0054332Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0056157Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-09-27T15:22:54.0058116Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-09-27T15:22:54.0060058Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0061820Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-09-27T15:22:54.0063611Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-09-27T15:22:54.0065460Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-09-27T15:22:54.0067328Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-09-27T15:22:54.0069211Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-09-27T15:22:54.0071174Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0072925Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-09-27T15:22:54.0074694Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-09-27T15:22:54.0076460Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-09-27T15:22:54.0078343Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-09-27T15:22:54.0080239Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-09-27T15:22:54.0082014Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-09-27T15:22:54.0084227Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-09-27T15:22:54.0086101Z adding 'torch/include/ATen/ops/topk.h' 2022-09-27T15:22:54.0088097Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0089891Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-09-27T15:22:54.0091772Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-09-27T15:22:54.0093516Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-09-27T15:22:54.0095564Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-09-27T15:22:54.0097839Z adding 'torch/include/ATen/ops/topk_native.h' 2022-09-27T15:22:54.0099422Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-09-27T15:22:54.0101140Z adding 'torch/include/ATen/ops/trace.h' 2022-09-27T15:22:54.0102902Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-09-27T15:22:54.0104737Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0106437Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-09-27T15:22:54.0108181Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-09-27T15:22:54.0110013Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0111678Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-09-27T15:22:54.0113369Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-09-27T15:22:54.0115087Z adding 'torch/include/ATen/ops/trace_native.h' 2022-09-27T15:22:54.0116917Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-09-27T15:22:54.0118681Z adding 'torch/include/ATen/ops/transpose.h' 2022-09-27T15:22:54.0120578Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0122392Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0124106Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-09-27T15:22:54.0125934Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0127778Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0129431Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-09-27T15:22:54.0131197Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-09-27T15:22:54.0132941Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-09-27T15:22:54.0134787Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-09-27T15:22:54.0136802Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-09-27T15:22:54.0138748Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0140405Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-09-27T15:22:54.0142235Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-09-27T15:22:54.0143939Z adding 'torch/include/ATen/ops/trapz.h' 2022-09-27T15:22:54.0145782Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0147439Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-09-27T15:22:54.0149208Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-09-27T15:22:54.0151133Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-09-27T15:22:54.0153131Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0154839Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-09-27T15:22:54.0156608Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-09-27T15:22:54.0158319Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-09-27T15:22:54.0160163Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-09-27T15:22:54.0161896Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-09-27T15:22:54.0163999Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-09-27T15:22:54.0165808Z adding 'torch/include/ATen/ops/tril.h' 2022-09-27T15:22:54.0167768Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0169570Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-09-27T15:22:54.0171419Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-09-27T15:22:54.0173333Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-09-27T15:22:54.0175452Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0177437Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-09-27T15:22:54.0179276Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-09-27T15:22:54.0181065Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-09-27T15:22:54.0183117Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-09-27T15:22:54.0185215Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-09-27T15:22:54.0186821Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-09-27T15:22:54.0188562Z adding 'torch/include/ATen/ops/tril_native.h' 2022-09-27T15:22:54.0190594Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-09-27T15:22:54.0192402Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-09-27T15:22:54.0194371Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0196045Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-09-27T15:22:54.0197917Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-09-27T15:22:54.0199645Z adding 'torch/include/ATen/ops/triu.h' 2022-09-27T15:22:54.0201692Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0203470Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-09-27T15:22:54.0205193Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-09-27T15:22:54.0207183Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-09-27T15:22:54.0209204Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0211002Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-09-27T15:22:54.0212819Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-09-27T15:22:54.0214554Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-09-27T15:22:54.0216709Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-09-27T15:22:54.0218507Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-09-27T15:22:54.0220386Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-09-27T15:22:54.0222068Z adding 'torch/include/ATen/ops/triu_native.h' 2022-09-27T15:22:54.0224040Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-09-27T15:22:54.0225916Z adding 'torch/include/ATen/ops/true_divide.h' 2022-09-27T15:22:54.0227992Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0229659Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-09-27T15:22:54.0231572Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-09-27T15:22:54.0233442Z adding 'torch/include/ATen/ops/trunc.h' 2022-09-27T15:22:54.0235328Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0236950Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-09-27T15:22:54.0238699Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-09-27T15:22:54.0240624Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-09-27T15:22:54.0242263Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-09-27T15:22:54.0244137Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-09-27T15:22:54.0246069Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-09-27T15:22:54.0247955Z adding 'torch/include/ATen/ops/type_as.h' 2022-09-27T15:22:54.0249990Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0251385Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-09-27T15:22:54.0253169Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-09-27T15:22:54.0254972Z adding 'torch/include/ATen/ops/unbind.h' 2022-09-27T15:22:54.0257079Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0258857Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0260671Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:22:54.0262356Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-09-27T15:22:54.0264219Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0266000Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0267582Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-09-27T15:22:54.0269526Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-09-27T15:22:54.0271256Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-09-27T15:22:54.0273089Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-09-27T15:22:54.0274954Z adding 'torch/include/ATen/ops/unflatten.h' 2022-09-27T15:22:54.0276858Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0278548Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-09-27T15:22:54.0280395Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0282006Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-09-27T15:22:54.0283905Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-09-27T15:22:54.0285678Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-09-27T15:22:54.0287591Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-09-27T15:22:54.0289321Z adding 'torch/include/ATen/ops/unfold.h' 2022-09-27T15:22:54.0291208Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-09-27T15:22:54.0293105Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0294830Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0296722Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0298429Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-09-27T15:22:54.0301211Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-09-27T15:22:54.0303147Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-09-27T15:22:54.0305196Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0307036Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0308708Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-09-27T15:22:54.0310654Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-09-27T15:22:54.0312507Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-09-27T15:22:54.0314251Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-09-27T15:22:54.0316034Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-09-27T15:22:54.0317770Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-09-27T15:22:54.0319543Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-09-27T15:22:54.0321333Z adding 'torch/include/ATen/ops/uniform.h' 2022-09-27T15:22:54.0323347Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0325253Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-09-27T15:22:54.0326964Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-09-27T15:22:54.0328965Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-09-27T15:22:54.0330895Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-09-27T15:22:54.0332539Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-09-27T15:22:54.0334493Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-09-27T15:22:54.0336579Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0338495Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-09-27T15:22:54.0340273Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-09-27T15:22:54.0341987Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-09-27T15:22:54.0343992Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-09-27T15:22:54.0345894Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-09-27T15:22:54.0347866Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0349697Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-09-27T15:22:54.0351617Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0353327Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-09-27T15:22:54.0355079Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-09-27T15:22:54.0356881Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-09-27T15:22:54.0358865Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-09-27T15:22:54.0360690Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-09-27T15:22:54.0362571Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-09-27T15:22:54.0364358Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-09-27T15:22:54.0366322Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-09-27T15:22:54.0368082Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-09-27T15:22:54.0369948Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0371613Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-09-27T15:22:54.0373615Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-09-27T15:22:54.0375216Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-09-27T15:22:54.0377261Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0378921Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-09-27T15:22:54.0380797Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-09-27T15:22:54.0382662Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-09-27T15:22:54.0384594Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0386292Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-09-27T15:22:54.0388193Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-09-27T15:22:54.0389903Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-09-27T15:22:54.0391791Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0393535Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-09-27T15:22:54.0395369Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0397334Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0399076Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-09-27T15:22:54.0400841Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-09-27T15:22:54.0402832Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-09-27T15:22:54.0404745Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-09-27T15:22:54.0406807Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-09-27T15:22:54.0409075Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-09-27T15:22:54.0411036Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0412968Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0414658Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0416602Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0418244Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-09-27T15:22:54.0419883Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0421586Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-09-27T15:22:54.0423550Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-09-27T15:22:54.0425445Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0427116Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0428682Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-09-27T15:22:54.0430340Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-09-27T15:22:54.0431872Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-09-27T15:22:54.0433537Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-09-27T15:22:54.0435120Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-09-27T15:22:54.0437020Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-09-27T15:22:54.0438929Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-09-27T15:22:54.0440868Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-09-27T15:22:54.0442855Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0444713Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0446326Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0448090Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0449676Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-09-27T15:22:54.0451362Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0453013Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-09-27T15:22:54.0454961Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-09-27T15:22:54.0457011Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0458629Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0460298Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-09-27T15:22:54.0461926Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-09-27T15:22:54.0463938Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-09-27T15:22:54.0465968Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-09-27T15:22:54.0467575Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-09-27T15:22:54.0469679Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-09-27T15:22:54.0471750Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-09-27T15:22:54.0473677Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-09-27T15:22:54.0475460Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0477269Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0479080Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0480822Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0482821Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-09-27T15:22:54.0484406Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0486291Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-09-27T15:22:54.0488326Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-09-27T15:22:54.0490416Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0492225Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0494003Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-09-27T15:22:54.0496054Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-09-27T15:22:54.0498093Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-09-27T15:22:54.0499966Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-09-27T15:22:54.0501657Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-09-27T15:22:54.0503662Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-09-27T15:22:54.0505681Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-09-27T15:22:54.0507807Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-09-27T15:22:54.0509833Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0511732Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0513332Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0515117Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0516776Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-09-27T15:22:54.0518519Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0520219Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-09-27T15:22:54.0522243Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-09-27T15:22:54.0524288Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0526124Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0527616Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-09-27T15:22:54.0529196Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-09-27T15:22:54.0530637Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-09-27T15:22:54.0532172Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-09-27T15:22:54.0533748Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-09-27T15:22:54.0535801Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-09-27T15:22:54.0537726Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-09-27T15:22:54.0539436Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-09-27T15:22:54.0541119Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0542809Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0544265Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0546708Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0547588Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-09-27T15:22:54.0549318Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0550988Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-09-27T15:22:54.0553119Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-09-27T15:22:54.0554930Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0556561Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0558081Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-09-27T15:22:54.0559716Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-09-27T15:22:54.0561306Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-09-27T15:22:54.0563073Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-09-27T15:22:54.0564919Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-09-27T15:22:54.0567444Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-09-27T15:22:54.0569887Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-09-27T15:22:54.0572043Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-09-27T15:22:54.0574076Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0576152Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0578046Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0580003Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0581785Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-09-27T15:22:54.0583717Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0585696Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-09-27T15:22:54.0587887Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-09-27T15:22:54.0589885Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0591817Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0593620Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-09-27T15:22:54.0595564Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-09-27T15:22:54.0597516Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-09-27T15:22:54.0599276Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-09-27T15:22:54.0601211Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-09-27T15:22:54.0603415Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-09-27T15:22:54.0605593Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-09-27T15:22:54.0607742Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-09-27T15:22:54.0609841Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0611774Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0613601Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-09-27T15:22:54.0615652Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-09-27T15:22:54.0617552Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-09-27T15:22:54.0619475Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-09-27T15:22:54.0621356Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-09-27T15:22:54.0623672Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-09-27T15:22:54.0625787Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0627710Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0629480Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-09-27T15:22:54.0631418Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-09-27T15:22:54.0633151Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-09-27T15:22:54.0635009Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-09-27T15:22:54.0636970Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-09-27T15:22:54.0639084Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-09-27T15:22:54.0640996Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-09-27T15:22:54.0643102Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0644831Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-09-27T15:22:54.0646743Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-09-27T15:22:54.0648433Z adding 'torch/include/ATen/ops/values.h' 2022-09-27T15:22:54.0650468Z adding 'torch/include/ATen/ops/values_copy.h' 2022-09-27T15:22:54.0652397Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0654144Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0656023Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-09-27T15:22:54.0658051Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-09-27T15:22:54.0659821Z adding 'torch/include/ATen/ops/values_native.h' 2022-09-27T15:22:54.0661615Z adding 'torch/include/ATen/ops/values_ops.h' 2022-09-27T15:22:54.0663379Z adding 'torch/include/ATen/ops/vander.h' 2022-09-27T15:22:54.0665268Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0666956Z adding 'torch/include/ATen/ops/vander_native.h' 2022-09-27T15:22:54.0668836Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-09-27T15:22:54.0670929Z adding 'torch/include/ATen/ops/var.h' 2022-09-27T15:22:54.0673021Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0674889Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-09-27T15:22:54.0676743Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-09-27T15:22:54.0678817Z adding 'torch/include/ATen/ops/var_mean.h' 2022-09-27T15:22:54.0680907Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0682903Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0684734Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-09-27T15:22:54.0686669Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-09-27T15:22:54.0688486Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-09-27T15:22:54.0690693Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-09-27T15:22:54.0692671Z adding 'torch/include/ATen/ops/var_native.h' 2022-09-27T15:22:54.0695002Z adding 'torch/include/ATen/ops/var_ops.h' 2022-09-27T15:22:54.0697219Z adding 'torch/include/ATen/ops/vdot.h' 2022-09-27T15:22:54.0699582Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0701319Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-09-27T15:22:54.0702667Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-09-27T15:22:54.0704423Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-09-27T15:22:54.0706196Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-09-27T15:22:54.0708189Z adding 'torch/include/ATen/ops/view.h' 2022-09-27T15:22:54.0709481Z adding 'torch/include/ATen/ops/view_as.h' 2022-09-27T15:22:54.0711140Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-09-27T15:22:54.0713009Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-09-27T15:22:54.0714981Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0716675Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0718250Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-09-27T15:22:54.0719995Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-09-27T15:22:54.0721621Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-09-27T15:22:54.0723452Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-09-27T15:22:54.0725062Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-09-27T15:22:54.0727162Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-09-27T15:22:54.0729365Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-09-27T15:22:54.0731310Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0733064Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-09-27T15:22:54.0734800Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-09-27T15:22:54.0736859Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-09-27T15:22:54.0738548Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-09-27T15:22:54.0740336Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0742270Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0743802Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-09-27T15:22:54.0745528Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-09-27T15:22:54.0747343Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-09-27T15:22:54.0749111Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-09-27T15:22:54.0750858Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-09-27T15:22:54.0752607Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-09-27T15:22:54.0754347Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-09-27T15:22:54.0756259Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0758175Z adding 'torch/include/ATen/ops/view_copy.h' 2022-09-27T15:22:54.0760253Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0762219Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0763915Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-09-27T15:22:54.0765952Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-09-27T15:22:54.0767861Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-09-27T15:22:54.0769661Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-09-27T15:22:54.0771500Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-09-27T15:22:54.0773331Z adding 'torch/include/ATen/ops/view_native.h' 2022-09-27T15:22:54.0775416Z adding 'torch/include/ATen/ops/view_ops.h' 2022-09-27T15:22:54.0777245Z adding 'torch/include/ATen/ops/vsplit.h' 2022-09-27T15:22:54.0779105Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0780751Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-09-27T15:22:54.0782690Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-09-27T15:22:54.0784524Z adding 'torch/include/ATen/ops/vstack.h' 2022-09-27T15:22:54.0786508Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0788109Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-09-27T15:22:54.0789957Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-09-27T15:22:54.0791904Z adding 'torch/include/ATen/ops/where.h' 2022-09-27T15:22:54.0793843Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0795566Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-09-27T15:22:54.0797341Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-09-27T15:22:54.0799127Z adding 'torch/include/ATen/ops/where_native.h' 2022-09-27T15:22:54.0801259Z adding 'torch/include/ATen/ops/where_ops.h' 2022-09-27T15:22:54.0803355Z adding 'torch/include/ATen/ops/xlogy.h' 2022-09-27T15:22:54.0805439Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0807357Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:22:54.0808889Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-09-27T15:22:54.0810735Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-09-27T15:22:54.0812417Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-09-27T15:22:54.0814173Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-09-27T15:22:54.0816256Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-09-27T15:22:54.0818577Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-09-27T15:22:54.0820531Z adding 'torch/include/ATen/ops/xor.h' 2022-09-27T15:22:54.0822518Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:22:54.0824202Z adding 'torch/include/ATen/ops/xor_native.h' 2022-09-27T15:22:54.0826207Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-09-27T15:22:54.0828066Z adding 'torch/include/ATen/ops/zero.h' 2022-09-27T15:22:54.0830017Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0831856Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-09-27T15:22:54.0833774Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-09-27T15:22:54.0835470Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-09-27T15:22:54.0837301Z adding 'torch/include/ATen/ops/zero_native.h' 2022-09-27T15:22:54.0839190Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-09-27T15:22:54.0841306Z adding 'torch/include/ATen/ops/zeros.h' 2022-09-27T15:22:54.0843523Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0845493Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-09-27T15:22:54.0847546Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:22:54.0849368Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-09-27T15:22:54.0851415Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-09-27T15:22:54.0853300Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-09-27T15:22:54.0855658Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-09-27T15:22:54.0861185Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-09-27T15:22:54.0864438Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-09-27T15:22:54.0869508Z adding 'torch/include/c10/core/Allocator.h' 2022-09-27T15:22:54.0871559Z adding 'torch/include/c10/core/AutogradState.h' 2022-09-27T15:22:54.0874516Z adding 'torch/include/c10/core/Backend.h' 2022-09-27T15:22:54.0876831Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-09-27T15:22:54.0878951Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-09-27T15:22:54.0880870Z adding 'torch/include/c10/core/CopyBytes.h' 2022-09-27T15:22:54.0882680Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-09-27T15:22:54.0884776Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-09-27T15:22:54.0887655Z adding 'torch/include/c10/core/Device.h' 2022-09-27T15:22:54.0889647Z adding 'torch/include/c10/core/DeviceArray.h' 2022-09-27T15:22:54.0892795Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-09-27T15:22:54.0895822Z adding 'torch/include/c10/core/DeviceType.h' 2022-09-27T15:22:54.0906150Z adding 'torch/include/c10/core/DispatchKey.h' 2022-09-27T15:22:54.0919339Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-09-27T15:22:54.0922911Z adding 'torch/include/c10/core/DynamicCast.h' 2022-09-27T15:22:54.0925575Z adding 'torch/include/c10/core/Event.h' 2022-09-27T15:22:54.0928212Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-09-27T15:22:54.0930206Z adding 'torch/include/c10/core/GradMode.h' 2022-09-27T15:22:54.0932576Z adding 'torch/include/c10/core/InferenceMode.h' 2022-09-27T15:22:54.0934582Z adding 'torch/include/c10/core/Layout.h' 2022-09-27T15:22:54.0938314Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-09-27T15:22:54.0940362Z adding 'torch/include/c10/core/OptionalRef.h' 2022-09-27T15:22:54.0942775Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-09-27T15:22:54.0944700Z adding 'torch/include/c10/core/QEngine.h' 2022-09-27T15:22:54.0946748Z adding 'torch/include/c10/core/QScheme.h' 2022-09-27T15:22:54.0948751Z adding 'torch/include/c10/core/SafePyObject.h' 2022-09-27T15:22:54.0951874Z adding 'torch/include/c10/core/Scalar.h' 2022-09-27T15:22:54.0956929Z adding 'torch/include/c10/core/ScalarType.h' 2022-09-27T15:22:54.0959194Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-09-27T15:22:54.0961776Z adding 'torch/include/c10/core/Storage.h' 2022-09-27T15:22:54.0965043Z adding 'torch/include/c10/core/StorageImpl.h' 2022-09-27T15:22:54.0968577Z adding 'torch/include/c10/core/Stream.h' 2022-09-27T15:22:54.0971265Z adding 'torch/include/c10/core/StreamGuard.h' 2022-09-27T15:22:54.0973464Z adding 'torch/include/c10/core/SymFloat.h' 2022-09-27T15:22:54.0975501Z adding 'torch/include/c10/core/SymFloatNodeImpl.h' 2022-09-27T15:22:54.0978737Z adding 'torch/include/c10/core/SymInt.h' 2022-09-27T15:22:54.0980812Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-09-27T15:22:54.0982781Z adding 'torch/include/c10/core/SymIntNodeImpl.h' 2022-09-27T15:22:54.1020735Z adding 'torch/include/c10/core/TensorImpl.h' 2022-09-27T15:22:54.1030750Z adding 'torch/include/c10/core/TensorOptions.h' 2022-09-27T15:22:54.1033348Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-09-27T15:22:54.1035137Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-09-27T15:22:54.1036774Z adding 'torch/include/c10/core/alignment.h' 2022-09-27T15:22:54.1039116Z adding 'torch/include/c10/core/thread_pool.h' 2022-09-27T15:22:54.1044269Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-09-27T15:22:54.1046815Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-09-27T15:22:54.1048733Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-09-27T15:22:54.1053651Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-09-27T15:22:54.1056541Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-09-27T15:22:54.1060209Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-09-27T15:22:54.1063289Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-09-27T15:22:54.1067029Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-09-27T15:22:54.1069082Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-09-27T15:22:54.1071996Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-09-27T15:22:54.1073911Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-09-27T15:22:54.1075939Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-09-27T15:22:54.1077618Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-09-27T15:22:54.1079933Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-09-27T15:22:54.1082885Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-09-27T15:22:54.1085306Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-09-27T15:22:54.1087691Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-09-27T15:22:54.1090036Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-09-27T15:22:54.1093470Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-09-27T15:22:54.1095944Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-09-27T15:22:54.1098091Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-09-27T15:22:54.1099933Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-09-27T15:22:54.1103774Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-09-27T15:22:54.1107258Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-09-27T15:22:54.1109084Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-09-27T15:22:54.1112281Z adding 'torch/include/c10/macros/Export.h' 2022-09-27T15:22:54.1118208Z adding 'torch/include/c10/macros/Macros.h' 2022-09-27T15:22:54.1120447Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-09-27T15:22:54.1124286Z adding 'torch/include/c10/util/AlignOf.h' 2022-09-27T15:22:54.1127960Z adding 'torch/include/c10/util/Array.h' 2022-09-27T15:22:54.1131919Z adding 'torch/include/c10/util/ArrayRef.h' 2022-09-27T15:22:54.1135012Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-09-27T15:22:54.1138218Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-09-27T15:22:54.1140311Z adding 'torch/include/c10/util/BFloat16.h' 2022-09-27T15:22:54.1142120Z adding 'torch/include/c10/util/Backtrace.h' 2022-09-27T15:22:54.1144470Z adding 'torch/include/c10/util/Bitset.h' 2022-09-27T15:22:54.1148851Z adding 'torch/include/c10/util/C++17.h' 2022-09-27T15:22:54.1151331Z adding 'torch/include/c10/util/CallOnce.h' 2022-09-27T15:22:54.1154815Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-09-27T15:22:54.1157067Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-09-27T15:22:54.1159313Z adding 'torch/include/c10/util/Deprecated.h' 2022-09-27T15:22:54.1161105Z adding 'torch/include/c10/util/DimVector.h' 2022-09-27T15:22:54.1168399Z adding 'torch/include/c10/util/Exception.h' 2022-09-27T15:22:54.1171660Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-09-27T15:22:54.1173929Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-09-27T15:22:54.1177768Z adding 'torch/include/c10/util/Flags.h' 2022-09-27T15:22:54.1180294Z adding 'torch/include/c10/util/FunctionRef.h' 2022-09-27T15:22:54.1183055Z adding 'torch/include/c10/util/Half-inl.h' 2022-09-27T15:22:54.1189597Z adding 'torch/include/c10/util/Half.h' 2022-09-27T15:22:54.1192275Z adding 'torch/include/c10/util/IdWrapper.h' 2022-09-27T15:22:54.1195408Z adding 'torch/include/c10/util/LeftRight.h' 2022-09-27T15:22:54.1197407Z adding 'torch/include/c10/util/Load.h' 2022-09-27T15:22:54.1201120Z adding 'torch/include/c10/util/Logging.h' 2022-09-27T15:22:54.1204106Z adding 'torch/include/c10/util/MathConstants.h' 2022-09-27T15:22:54.1206706Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-09-27T15:22:54.1211516Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-09-27T15:22:54.1219694Z adding 'torch/include/c10/util/Optional.h' 2022-09-27T15:22:54.1223134Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-09-27T15:22:54.1226954Z adding 'torch/include/c10/util/Registry.h' 2022-09-27T15:22:54.1229027Z adding 'torch/include/c10/util/ScopeExit.h' 2022-09-27T15:22:54.1230670Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-09-27T15:22:54.1244710Z adding 'torch/include/c10/util/SmallVector.h' 2022-09-27T15:22:54.1248480Z adding 'torch/include/c10/util/StringUtil.h' 2022-09-27T15:22:54.1250318Z adding 'torch/include/c10/util/Synchronized.h' 2022-09-27T15:22:54.1252476Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-09-27T15:22:54.1254541Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-09-27T15:22:54.1256281Z adding 'torch/include/c10/util/Type.h' 2022-09-27T15:22:54.1258377Z adding 'torch/include/c10/util/TypeCast.h' 2022-09-27T15:22:54.1260988Z adding 'torch/include/c10/util/TypeIndex.h' 2022-09-27T15:22:54.1265881Z adding 'torch/include/c10/util/TypeList.h' 2022-09-27T15:22:54.1268215Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-09-27T15:22:54.1270629Z adding 'torch/include/c10/util/TypeTraits.h' 2022-09-27T15:22:54.1272395Z adding 'torch/include/c10/util/Unicode.h' 2022-09-27T15:22:54.1274769Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-09-27T15:22:54.1276375Z adding 'torch/include/c10/util/Unroll.h' 2022-09-27T15:22:54.1278453Z adding 'torch/include/c10/util/accumulate.h' 2022-09-27T15:22:54.1283262Z adding 'torch/include/c10/util/complex.h' 2022-09-27T15:22:54.1286068Z adding 'torch/include/c10/util/complex_math.h' 2022-09-27T15:22:54.1287934Z adding 'torch/include/c10/util/complex_utils.h' 2022-09-27T15:22:54.1289595Z adding 'torch/include/c10/util/copysign.h' 2022-09-27T15:22:54.1292130Z adding 'torch/include/c10/util/either.h' 2022-09-27T15:22:54.1293872Z adding 'torch/include/c10/util/env.h' 2022-09-27T15:22:54.1306208Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-09-27T15:22:54.1311184Z adding 'torch/include/c10/util/hash.h' 2022-09-27T15:22:54.1312979Z adding 'torch/include/c10/util/in_place.h' 2022-09-27T15:22:54.1316764Z adding 'torch/include/c10/util/int128.h' 2022-09-27T15:22:54.1326755Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-09-27T15:22:54.1329685Z adding 'torch/include/c10/util/irange.h' 2022-09-27T15:22:54.1337784Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-09-27T15:22:54.1340584Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-09-27T15:22:54.1343591Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-09-27T15:22:54.1346214Z adding 'torch/include/c10/util/math_compat.h' 2022-09-27T15:22:54.1347930Z adding 'torch/include/c10/util/numa.h' 2022-09-27T15:22:54.1362960Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-09-27T15:22:54.1365924Z adding 'torch/include/c10/util/overloaded.h' 2022-09-27T15:22:54.1367480Z adding 'torch/include/c10/util/python_stub.h' 2022-09-27T15:22:54.1369060Z adding 'torch/include/c10/util/qint32.h' 2022-09-27T15:22:54.1370750Z adding 'torch/include/c10/util/qint8.h' 2022-09-27T15:22:54.1372193Z adding 'torch/include/c10/util/quint2x4.h' 2022-09-27T15:22:54.1373571Z adding 'torch/include/c10/util/quint4x2.h' 2022-09-27T15:22:54.1375036Z adding 'torch/include/c10/util/quint8.h' 2022-09-27T15:22:54.1378060Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-09-27T15:22:54.1380159Z adding 'torch/include/c10/util/safe_numerics.h' 2022-09-27T15:22:54.1382411Z adding 'torch/include/c10/util/signal_handler.h' 2022-09-27T15:22:54.1389240Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-09-27T15:22:54.1391418Z adding 'torch/include/c10/util/strides.h' 2022-09-27T15:22:54.1393660Z adding 'torch/include/c10/util/string_utils.h' 2022-09-27T15:22:54.1398895Z adding 'torch/include/c10/util/string_view.h' 2022-09-27T15:22:54.1406529Z adding 'torch/include/c10/util/strong_type.h' 2022-09-27T15:22:54.1410020Z adding 'torch/include/c10/util/tempfile.h' 2022-09-27T15:22:54.1411821Z adding 'torch/include/c10/util/thread_name.h' 2022-09-27T15:22:54.1418637Z adding 'torch/include/c10/util/typeid.h' 2022-09-27T15:22:54.1439295Z adding 'torch/include/c10/util/variant.h' 2022-09-27T15:22:54.1443396Z adding 'torch/include/c10/util/win32-headers.h' 2022-09-27T15:22:54.1447159Z adding 'torch/include/c10d/Backend.hpp' 2022-09-27T15:22:54.1449556Z adding 'torch/include/c10d/FileStore.hpp' 2022-09-27T15:22:54.1450972Z adding 'torch/include/c10d/GlooDeviceFactory.hpp' 2022-09-27T15:22:54.1460840Z adding 'torch/include/c10d/HashStore.hpp' 2022-09-27T15:22:54.1464484Z adding 'torch/include/c10d/NCCLUtils.hpp' 2022-09-27T15:22:54.1466586Z adding 'torch/include/c10d/Ops.hpp' 2022-09-27T15:22:54.1468634Z adding 'torch/include/c10d/ParamCommsUtils.hpp' 2022-09-27T15:22:54.1470421Z adding 'torch/include/c10d/PrefixStore.hpp' 2022-09-27T15:22:54.1473664Z adding 'torch/include/c10d/ProcessGroup.hpp' 2022-09-27T15:22:54.1478222Z adding 'torch/include/c10d/ProcessGroupGloo.hpp' 2022-09-27T15:22:54.1481676Z adding 'torch/include/c10d/ProcessGroupMPI.hpp' 2022-09-27T15:22:54.1490044Z adding 'torch/include/c10d/ProcessGroupNCCL.hpp' 2022-09-27T15:22:54.1493139Z adding 'torch/include/c10d/ProcessGroupRoundRobin.hpp' 2022-09-27T15:22:54.1496827Z adding 'torch/include/c10d/ProcessGroupUCC.hpp' 2022-09-27T15:22:54.1499663Z adding 'torch/include/c10d/ProcessGroupWrapper.hpp' 2022-09-27T15:22:54.1502074Z adding 'torch/include/c10d/PyProcessGroup.hpp' 2022-09-27T15:22:54.1504207Z adding 'torch/include/c10d/Store.hpp' 2022-09-27T15:22:54.1506841Z adding 'torch/include/c10d/TCPStore.hpp' 2022-09-27T15:22:54.1509742Z adding 'torch/include/c10d/TraceUtils.h' 2022-09-27T15:22:54.1512345Z adding 'torch/include/c10d/Types.hpp' 2022-09-27T15:22:54.1514283Z adding 'torch/include/c10d/UCCForNCCL.hpp' 2022-09-27T15:22:54.1516386Z adding 'torch/include/c10d/UCCTracing.hpp' 2022-09-27T15:22:54.1519099Z adding 'torch/include/c10d/UCCUtils.hpp' 2022-09-27T15:22:54.1521025Z adding 'torch/include/c10d/UnixSockUtils.hpp' 2022-09-27T15:22:54.1526787Z adding 'torch/include/c10d/Utils.hpp' 2022-09-27T15:22:54.1529205Z adding 'torch/include/c10d/WinSockUtils.hpp' 2022-09-27T15:22:54.1531873Z adding 'torch/include/c10d/Work.hpp' 2022-09-27T15:22:54.1533861Z adding 'torch/include/c10d/c10d.h' 2022-09-27T15:22:54.1536521Z adding 'torch/include/c10d/comm.hpp' 2022-09-27T15:22:54.1538280Z adding 'torch/include/c10d/debug.h' 2022-09-27T15:22:54.1540039Z adding 'torch/include/c10d/default_comm_hooks.hpp' 2022-09-27T15:22:54.1541784Z adding 'torch/include/c10d/error.h' 2022-09-27T15:22:54.1543500Z adding 'torch/include/c10d/exception.h' 2022-09-27T15:22:54.1545928Z adding 'torch/include/c10d/logger.hpp' 2022-09-27T15:22:54.1547900Z adding 'torch/include/c10d/logging.h' 2022-09-27T15:22:54.1549742Z adding 'torch/include/c10d/python_comm_hook.h' 2022-09-27T15:22:54.1557687Z adding 'torch/include/c10d/reducer.hpp' 2022-09-27T15:22:54.1560437Z adding 'torch/include/c10d/reducer_timer.hpp' 2022-09-27T15:22:54.1562488Z adding 'torch/include/c10d/sequence_num.hpp' 2022-09-27T15:22:54.1564444Z adding 'torch/include/c10d/socket.h' 2022-09-27T15:22:54.1567096Z adding 'torch/include/caffe2/contrib/aten/aten_op.h' 2022-09-27T15:22:54.1570203Z adding 'torch/include/caffe2/contrib/aten/aten_op_template.h' 2022-09-27T15:22:54.1574186Z adding 'torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h' 2022-09-27T15:22:54.1576201Z adding 'torch/include/caffe2/contrib/fakelowp/common.h' 2022-09-27T15:22:54.1579848Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h' 2022-09-27T15:22:54.1581924Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fma.h' 2022-09-27T15:22:54.1583749Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h' 2022-09-27T15:22:54.1585778Z adding 'torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h' 2022-09-27T15:22:54.1587948Z adding 'torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h' 2022-09-27T15:22:54.1590287Z adding 'torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h' 2022-09-27T15:22:54.1593150Z adding 'torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h' 2022-09-27T15:22:54.1596189Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h' 2022-09-27T15:22:54.1599780Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h' 2022-09-27T15:22:54.1603143Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h' 2022-09-27T15:22:54.1605715Z adding 'torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h' 2022-09-27T15:22:54.1609035Z adding 'torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h' 2022-09-27T15:22:54.1611388Z adding 'torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h' 2022-09-27T15:22:54.1613480Z adding 'torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h' 2022-09-27T15:22:54.1616821Z adding 'torch/include/caffe2/contrib/gloo/allgather_ops.h' 2022-09-27T15:22:54.1619424Z adding 'torch/include/caffe2/contrib/gloo/allreduce_ops.h' 2022-09-27T15:22:54.1621828Z adding 'torch/include/caffe2/contrib/gloo/barrier_ops.h' 2022-09-27T15:22:54.1624105Z adding 'torch/include/caffe2/contrib/gloo/broadcast_ops.h' 2022-09-27T15:22:54.1626140Z adding 'torch/include/caffe2/contrib/gloo/common.h' 2022-09-27T15:22:54.1628807Z adding 'torch/include/caffe2/contrib/gloo/common_world_ops.h' 2022-09-27T15:22:54.1630387Z adding 'torch/include/caffe2/contrib/gloo/context.h' 2022-09-27T15:22:54.1632740Z adding 'torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h' 2022-09-27T15:22:54.1634530Z adding 'torch/include/caffe2/contrib/gloo/store_handler.h' 2022-09-27T15:22:54.1636733Z adding 'torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h' 2022-09-27T15:22:54.1639111Z adding 'torch/include/caffe2/contrib/opencl/context.h' 2022-09-27T15:22:54.1641521Z adding 'torch/include/caffe2/contrib/prof/prof_dag_stats_op.h' 2022-09-27T15:22:54.1645319Z adding 'torch/include/caffe2/contrib/shm_mutex/shm_mutex.h' 2022-09-27T15:22:54.1647685Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h' 2022-09-27T15:22:54.1649727Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h' 2022-09-27T15:22:54.1651590Z adding 'torch/include/caffe2/contrib/tensorrt/trt_utils.h' 2022-09-27T15:22:54.1654104Z adding 'torch/include/caffe2/contrib/warpctc/ctc_op.h' 2022-09-27T15:22:54.1656828Z adding 'torch/include/caffe2/core/allocator.h' 2022-09-27T15:22:54.1659207Z adding 'torch/include/caffe2/core/blob.h' 2022-09-27T15:22:54.1663048Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-09-27T15:22:54.1665744Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-09-27T15:22:54.1667611Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-09-27T15:22:54.1670051Z adding 'torch/include/caffe2/core/common.h' 2022-09-27T15:22:54.1673365Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-09-27T15:22:54.1678456Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-09-27T15:22:54.1680600Z adding 'torch/include/caffe2/core/common_omp.h' 2022-09-27T15:22:54.1683432Z adding 'torch/include/caffe2/core/context.h' 2022-09-27T15:22:54.1686504Z adding 'torch/include/caffe2/core/context_base.h' 2022-09-27T15:22:54.1690322Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-09-27T15:22:54.1694140Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-09-27T15:22:54.1697833Z adding 'torch/include/caffe2/core/db.h' 2022-09-27T15:22:54.1700077Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-09-27T15:22:54.1703541Z adding 'torch/include/caffe2/core/event.h' 2022-09-27T15:22:54.1705774Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-09-27T15:22:54.1709476Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-09-27T15:22:54.1713223Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-09-27T15:22:54.1715126Z adding 'torch/include/caffe2/core/flags.h' 2022-09-27T15:22:54.1718050Z adding 'torch/include/caffe2/core/graph.h' 2022-09-27T15:22:54.1721270Z adding 'torch/include/caffe2/core/init.h' 2022-09-27T15:22:54.1723382Z adding 'torch/include/caffe2/core/logging.h' 2022-09-27T15:22:54.1725473Z adding 'torch/include/caffe2/core/macros.h' 2022-09-27T15:22:54.1727351Z adding 'torch/include/caffe2/core/memonger.h' 2022-09-27T15:22:54.1729448Z adding 'torch/include/caffe2/core/module.h' 2022-09-27T15:22:54.1731998Z adding 'torch/include/caffe2/core/net.h' 2022-09-27T15:22:54.1735176Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-09-27T15:22:54.1737595Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-09-27T15:22:54.1739312Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-09-27T15:22:54.1741390Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-09-27T15:22:54.1743345Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-09-27T15:22:54.1746023Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-09-27T15:22:54.1748102Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-09-27T15:22:54.1750127Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-09-27T15:22:54.1752283Z adding 'torch/include/caffe2/core/net_simple.h' 2022-09-27T15:22:54.1754430Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-09-27T15:22:54.1756047Z adding 'torch/include/caffe2/core/numa.h' 2022-09-27T15:22:54.1758176Z adding 'torch/include/caffe2/core/observer.h' 2022-09-27T15:22:54.1774761Z adding 'torch/include/caffe2/core/operator.h' 2022-09-27T15:22:54.1779914Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-09-27T15:22:54.1785647Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-09-27T15:22:54.1787755Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-09-27T15:22:54.1789924Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-09-27T15:22:54.1792907Z adding 'torch/include/caffe2/core/qtensor.h' 2022-09-27T15:22:54.1795321Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-09-27T15:22:54.1797822Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-09-27T15:22:54.1799722Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-09-27T15:22:54.1802100Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-09-27T15:22:54.1806134Z adding 'torch/include/caffe2/core/stats.h' 2022-09-27T15:22:54.1808352Z adding 'torch/include/caffe2/core/storage.h' 2022-09-27T15:22:54.1814676Z adding 'torch/include/caffe2/core/tensor.h' 2022-09-27T15:22:54.1817062Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-09-27T15:22:54.1818779Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-09-27T15:22:54.1821366Z adding 'torch/include/caffe2/core/test_utils.h' 2022-09-27T15:22:54.1823429Z adding 'torch/include/caffe2/core/timer.h' 2022-09-27T15:22:54.1826228Z adding 'torch/include/caffe2/core/transform.h' 2022-09-27T15:22:54.1828492Z adding 'torch/include/caffe2/core/types.h' 2022-09-27T15:22:54.1832721Z adding 'torch/include/caffe2/core/workspace.h' 2022-09-27T15:22:54.1836218Z adding 'torch/include/caffe2/core/hip/common_miopen.h' 2022-09-27T15:22:54.1839125Z adding 'torch/include/caffe2/core/hip/miopen_wrapper.h' 2022-09-27T15:22:54.1843597Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h' 2022-09-27T15:22:54.1847547Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h' 2022-09-27T15:22:54.1849707Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h' 2022-09-27T15:22:54.1851458Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h' 2022-09-27T15:22:54.1854859Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h' 2022-09-27T15:22:54.1857455Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h' 2022-09-27T15:22:54.1862389Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h' 2022-09-27T15:22:54.1865645Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h' 2022-09-27T15:22:54.1867985Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h' 2022-09-27T15:22:54.1870436Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h' 2022-09-27T15:22:54.1873224Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h' 2022-09-27T15:22:54.1878090Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h' 2022-09-27T15:22:54.1882919Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h' 2022-09-27T15:22:54.1885703Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h' 2022-09-27T15:22:54.1888294Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h' 2022-09-27T15:22:54.1892986Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h' 2022-09-27T15:22:54.1896025Z adding 'torch/include/caffe2/core/nomnigraph/tests/test_util.h' 2022-09-27T15:22:54.1898915Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-09-27T15:22:54.1901190Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-09-27T15:22:54.1903272Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-09-27T15:22:54.1905080Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-09-27T15:22:54.1907184Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-09-27T15:22:54.1909117Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-09-27T15:22:54.1910896Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-09-27T15:22:54.1912634Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-09-27T15:22:54.1916050Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h' 2022-09-27T15:22:54.1920151Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_prune.h' 2022-09-27T15:22:54.1923086Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h' 2022-09-27T15:22:54.1925960Z adding 'torch/include/caffe2/experiments/operators/funhash_op.h' 2022-09-27T15:22:54.1929021Z adding 'torch/include/caffe2/experiments/operators/sparse_funhash_op.h' 2022-09-27T15:22:54.1931582Z adding 'torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h' 2022-09-27T15:22:54.1934002Z adding 'torch/include/caffe2/experiments/operators/tt_contraction_op.h' 2022-09-27T15:22:54.1936545Z adding 'torch/include/caffe2/experiments/operators/tt_pad_op.h' 2022-09-27T15:22:54.1938888Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-09-27T15:22:54.1941044Z adding 'torch/include/caffe2/ideep/operators/conv_pool_base_op.h' 2022-09-27T15:22:54.1944083Z adding 'torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h' 2022-09-27T15:22:54.1947663Z adding 'torch/include/caffe2/ideep/operators/operator_fallback_ideep.h' 2022-09-27T15:22:54.1950328Z adding 'torch/include/caffe2/ideep/utils/ideep_context.h' 2022-09-27T15:22:54.1953212Z adding 'torch/include/caffe2/ideep/utils/ideep_operator.h' 2022-09-27T15:22:54.1965738Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-09-27T15:22:54.1969113Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-09-27T15:22:54.1971532Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe.h' 2022-09-27T15:22:54.1973224Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h' 2022-09-27T15:22:54.1974959Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h' 2022-09-27T15:22:54.1977180Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h' 2022-09-27T15:22:54.1979066Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h' 2022-09-27T15:22:54.1980696Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h' 2022-09-27T15:22:54.1989620Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h' 2022-09-27T15:22:54.1992374Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h' 2022-09-27T15:22:54.1996302Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h' 2022-09-27T15:22:54.2008633Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h' 2022-09-27T15:22:54.2013806Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h' 2022-09-27T15:22:54.2016859Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h' 2022-09-27T15:22:54.2018958Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h' 2022-09-27T15:22:54.2026330Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h' 2022-09-27T15:22:54.2029228Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h' 2022-09-27T15:22:54.2035063Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h' 2022-09-27T15:22:54.2038293Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h' 2022-09-27T15:22:54.2094281Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h' 2022-09-27T15:22:54.2121060Z adding 'torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h' 2022-09-27T15:22:54.2125138Z adding 'torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h' 2022-09-27T15:22:54.2127349Z adding 'torch/include/caffe2/mobile/contrib/nnapi/nnapi.h' 2022-09-27T15:22:54.2129285Z adding 'torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h' 2022-09-27T15:22:54.2131432Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp.h' 2022-09-27T15:22:54.2133062Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h' 2022-09-27T15:22:54.2135969Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-09-27T15:22:54.2138881Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-09-27T15:22:54.2141178Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-09-27T15:22:54.2143324Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-09-27T15:22:54.2145105Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-09-27T15:22:54.2146938Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-09-27T15:22:54.2150157Z adding 'torch/include/caffe2/onnx/backend.h' 2022-09-27T15:22:54.2152079Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-09-27T15:22:54.2153691Z adding 'torch/include/caffe2/onnx/device.h' 2022-09-27T15:22:54.2155640Z adding 'torch/include/caffe2/onnx/helper.h' 2022-09-27T15:22:54.2157517Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-09-27T15:22:54.2159771Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-09-27T15:22:54.2161875Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-09-27T15:22:54.2163565Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-09-27T15:22:54.2165434Z adding 'torch/include/caffe2/onnx/torch_ops/constants.h' 2022-09-27T15:22:54.2167077Z adding 'torch/include/caffe2/onnx/torch_ops/operator_sets.h' 2022-09-27T15:22:54.2168491Z adding 'torch/include/caffe2/onnx/torch_ops/schema.h' 2022-09-27T15:22:54.2172945Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-09-27T15:22:54.2175110Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-09-27T15:22:54.2176839Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-09-27T15:22:54.2178338Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-09-27T15:22:54.2180243Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-09-27T15:22:54.2182265Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-09-27T15:22:54.2184139Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-09-27T15:22:54.2185792Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-09-27T15:22:54.2187662Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-09-27T15:22:54.2189372Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-09-27T15:22:54.2191070Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-09-27T15:22:54.2192818Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-09-27T15:22:54.2194289Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-09-27T15:22:54.2196292Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-09-27T15:22:54.2197975Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-09-27T15:22:54.2420148Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-09-27T15:22:54.2423173Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-09-27T15:22:54.2425515Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-09-27T15:22:54.2427433Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-09-27T15:22:54.2429556Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-09-27T15:22:54.2431750Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-09-27T15:22:54.2434330Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-09-27T15:22:54.2436529Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-09-27T15:22:54.2438168Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-09-27T15:22:54.2440503Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-09-27T15:22:54.2442480Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-09-27T15:22:54.2444891Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-09-27T15:22:54.2446594Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-09-27T15:22:54.2460486Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-09-27T15:22:54.2460981Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-09-27T15:22:54.2461285Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-09-27T15:22:54.2461659Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-09-27T15:22:54.2462159Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-09-27T15:22:54.2462612Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-09-27T15:22:54.2462926Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-09-27T15:22:54.2463295Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-09-27T15:22:54.2466746Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-09-27T15:22:54.2468695Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-09-27T15:22:54.2470941Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-09-27T15:22:54.2473063Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-09-27T15:22:54.2479182Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-09-27T15:22:54.2481651Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-09-27T15:22:54.2489078Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-09-27T15:22:54.2491877Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-09-27T15:22:54.2495779Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-09-27T15:22:54.2498341Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-09-27T15:22:54.2504339Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-09-27T15:22:54.2508234Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-09-27T15:22:54.2510387Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-09-27T15:22:54.2512592Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-09-27T15:22:54.2514399Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-09-27T15:22:54.2516236Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-09-27T15:22:54.2517998Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-09-27T15:22:54.2520223Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-09-27T15:22:54.2522859Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-09-27T15:22:54.2525138Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-09-27T15:22:54.2527259Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-09-27T15:22:54.2529151Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-09-27T15:22:54.2530831Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-09-27T15:22:54.2532667Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-09-27T15:22:54.2535499Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-09-27T15:22:54.2537978Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-09-27T15:22:54.2541691Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-09-27T15:22:54.2544212Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-09-27T15:22:54.2547033Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-09-27T15:22:54.2550159Z adding 'torch/include/caffe2/operators/do_op.h' 2022-09-27T15:22:54.2552232Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-09-27T15:22:54.2554430Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-09-27T15:22:54.2556397Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-09-27T15:22:54.2558320Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-09-27T15:22:54.2560353Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-09-27T15:22:54.2562179Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-09-27T15:22:54.2564716Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-09-27T15:22:54.2569239Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-09-27T15:22:54.2571645Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-09-27T15:22:54.2573408Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-09-27T15:22:54.2575133Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-09-27T15:22:54.2577575Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-09-27T15:22:54.2579557Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-09-27T15:22:54.2581469Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-09-27T15:22:54.2583166Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-09-27T15:22:54.2584765Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-09-27T15:22:54.2587021Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-09-27T15:22:54.2589350Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-09-27T15:22:54.2591044Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-09-27T15:22:54.2595567Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-09-27T15:22:54.2598140Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-09-27T15:22:54.2602714Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-09-27T15:22:54.2605318Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-09-27T15:22:54.2607318Z adding 'torch/include/caffe2/operators/find_op.h' 2022-09-27T15:22:54.2609266Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-09-27T15:22:54.2611082Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-09-27T15:22:54.2612781Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-09-27T15:22:54.2614537Z adding 'torch/include/caffe2/operators/free_op.h' 2022-09-27T15:22:54.2617611Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-09-27T15:22:54.2620577Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-09-27T15:22:54.2623847Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-09-27T15:22:54.2626707Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-09-27T15:22:54.2628935Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-09-27T15:22:54.2631064Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-09-27T15:22:54.2634235Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-09-27T15:22:54.2637668Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-09-27T15:22:54.2639771Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-09-27T15:22:54.2642678Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-09-27T15:22:54.2646893Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-09-27T15:22:54.2653873Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-09-27T15:22:54.2656695Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-09-27T15:22:54.2658754Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-09-27T15:22:54.2661006Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-09-27T15:22:54.2663148Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-09-27T15:22:54.2665977Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-09-27T15:22:54.2668924Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-09-27T15:22:54.2671590Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-09-27T15:22:54.2673759Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-09-27T15:22:54.2675474Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-09-27T15:22:54.2677131Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-09-27T15:22:54.2679263Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-09-27T15:22:54.2681069Z adding 'torch/include/caffe2/operators/if_op.h' 2022-09-27T15:22:54.2683480Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-09-27T15:22:54.2685701Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-09-27T15:22:54.2687997Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-09-27T15:22:54.2691400Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-09-27T15:22:54.2694150Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-09-27T15:22:54.2696188Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-09-27T15:22:54.2697727Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-09-27T15:22:54.2699256Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-09-27T15:22:54.2701147Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-09-27T15:22:54.2703723Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-09-27T15:22:54.2705662Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-09-27T15:22:54.2707761Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-09-27T15:22:54.2709939Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-09-27T15:22:54.2712673Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-09-27T15:22:54.2717804Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-09-27T15:22:54.2724329Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-09-27T15:22:54.2727771Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-09-27T15:22:54.2729817Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-09-27T15:22:54.2731619Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-09-27T15:22:54.2733317Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-09-27T15:22:54.2737567Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-09-27T15:22:54.2739953Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-09-27T15:22:54.2741968Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-09-27T15:22:54.2744086Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-09-27T15:22:54.2748610Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-09-27T15:22:54.2751071Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-09-27T15:22:54.2752770Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-09-27T15:22:54.2754270Z adding 'torch/include/caffe2/operators/log_op.h' 2022-09-27T15:22:54.2756020Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-09-27T15:22:54.2757746Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-09-27T15:22:54.2759465Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-09-27T15:22:54.2761941Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-09-27T15:22:54.2765468Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-09-27T15:22:54.2768882Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-09-27T15:22:54.2770762Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-09-27T15:22:54.2772517Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-09-27T15:22:54.2774637Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-09-27T15:22:54.2776521Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-09-27T15:22:54.2778642Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-09-27T15:22:54.2780765Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-09-27T15:22:54.2782819Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-09-27T15:22:54.2784554Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-09-27T15:22:54.2786234Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-09-27T15:22:54.2788333Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-09-27T15:22:54.2790065Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-09-27T15:22:54.2791625Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-09-27T15:22:54.2793152Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-09-27T15:22:54.2795224Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-09-27T15:22:54.2797024Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-09-27T15:22:54.2798725Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-09-27T15:22:54.2800674Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-09-27T15:22:54.2803211Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-09-27T15:22:54.2805644Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-09-27T15:22:54.2809423Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-09-27T15:22:54.2811947Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-09-27T15:22:54.2814497Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-09-27T15:22:54.2816900Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-09-27T15:22:54.2819183Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-09-27T15:22:54.2821158Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-09-27T15:22:54.2823152Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-09-27T15:22:54.2826658Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-09-27T15:22:54.2828679Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-09-27T15:22:54.2830818Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-09-27T15:22:54.2833893Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-09-27T15:22:54.2836334Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-09-27T15:22:54.2838274Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-09-27T15:22:54.2840570Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-09-27T15:22:54.2843258Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-09-27T15:22:54.2845120Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-09-27T15:22:54.2847080Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-09-27T15:22:54.2849792Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-09-27T15:22:54.2852198Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-09-27T15:22:54.2853952Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-09-27T15:22:54.2855923Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-09-27T15:22:54.2858151Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-09-27T15:22:54.2860764Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-09-27T15:22:54.2863556Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-09-27T15:22:54.2868939Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-09-27T15:22:54.2871893Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-09-27T15:22:54.2873777Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-09-27T15:22:54.2875375Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-09-27T15:22:54.2877507Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-09-27T15:22:54.2879439Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-09-27T15:22:54.2882524Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-09-27T15:22:54.2884576Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-09-27T15:22:54.2886467Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-09-27T15:22:54.2888628Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-09-27T15:22:54.2890436Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-09-27T15:22:54.2892460Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-09-27T15:22:54.2894371Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-09-27T15:22:54.2896607Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-09-27T15:22:54.2898554Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-09-27T15:22:54.2900570Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-09-27T15:22:54.2902421Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-09-27T15:22:54.2905031Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-09-27T15:22:54.2906441Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-09-27T15:22:54.2908280Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-09-27T15:22:54.2910163Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-09-27T15:22:54.2924226Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-09-27T15:22:54.2928818Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-09-27T15:22:54.2930713Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-09-27T15:22:54.2933299Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-09-27T15:22:54.2936333Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-09-27T15:22:54.2937346Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-09-27T15:22:54.2939091Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-09-27T15:22:54.2940730Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-09-27T15:22:54.2942960Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-09-27T15:22:54.2946281Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-09-27T15:22:54.2948221Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-09-27T15:22:54.2949868Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-09-27T15:22:54.2951997Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-09-27T15:22:54.2953962Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-09-27T15:22:54.2955353Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-09-27T15:22:54.2958175Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-09-27T15:22:54.2960654Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-09-27T15:22:54.2962756Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-09-27T15:22:54.2965004Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-09-27T15:22:54.2966907Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-09-27T15:22:54.2970700Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-09-27T15:22:54.2973502Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-09-27T15:22:54.2978167Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-09-27T15:22:54.2980861Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-09-27T15:22:54.2982837Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-09-27T15:22:54.2984757Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-09-27T15:22:54.2987048Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-09-27T15:22:54.2990638Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-09-27T15:22:54.2992872Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-09-27T15:22:54.2995382Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-09-27T15:22:54.2997608Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-09-27T15:22:54.2999949Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-09-27T15:22:54.3001981Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-09-27T15:22:54.3004092Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-09-27T15:22:54.3006058Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-09-27T15:22:54.3008995Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-09-27T15:22:54.3011677Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-09-27T15:22:54.3013776Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-09-27T15:22:54.3017139Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-09-27T15:22:54.3019489Z adding 'torch/include/caffe2/operators/top_k.h' 2022-09-27T15:22:54.3021965Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-09-27T15:22:54.3024954Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-09-27T15:22:54.3027364Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-09-27T15:22:54.3029768Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-09-27T15:22:54.3032034Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-09-27T15:22:54.3045375Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-09-27T15:22:54.3048785Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-09-27T15:22:54.3050757Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-09-27T15:22:54.3052826Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-09-27T15:22:54.3055038Z adding 'torch/include/caffe2/operators/while_op.h' 2022-09-27T15:22:54.3057243Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-09-27T15:22:54.3060320Z adding 'torch/include/caffe2/operators/hip/activation_ops_miopen.h' 2022-09-27T15:22:54.3063609Z adding 'torch/include/caffe2/operators/quantized/int8_add_op.h' 2022-09-27T15:22:54.3066525Z adding 'torch/include/caffe2/operators/quantized/int8_average_pool_op.h' 2022-09-27T15:22:54.3069167Z adding 'torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h' 2022-09-27T15:22:54.3071648Z adding 'torch/include/caffe2/operators/quantized/int8_concat_op.h' 2022-09-27T15:22:54.3074644Z adding 'torch/include/caffe2/operators/quantized/int8_conv_op.h' 2022-09-27T15:22:54.3077758Z adding 'torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h' 2022-09-27T15:22:54.3080115Z adding 'torch/include/caffe2/operators/quantized/int8_dequantize_op.h' 2022-09-27T15:22:54.3082843Z adding 'torch/include/caffe2/operators/quantized/int8_fc_op.h' 2022-09-27T15:22:54.3085205Z adding 'torch/include/caffe2/operators/quantized/int8_flatten_op.h' 2022-09-27T15:22:54.3087695Z adding 'torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h' 2022-09-27T15:22:54.3090332Z adding 'torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h' 2022-09-27T15:22:54.3092971Z adding 'torch/include/caffe2/operators/quantized/int8_max_pool_op.h' 2022-09-27T15:22:54.3095767Z adding 'torch/include/caffe2/operators/quantized/int8_quantize_op.h' 2022-09-27T15:22:54.3098217Z adding 'torch/include/caffe2/operators/quantized/int8_relu_op.h' 2022-09-27T15:22:54.3100941Z adding 'torch/include/caffe2/operators/quantized/int8_reshape_op.h' 2022-09-27T15:22:54.3103504Z adding 'torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h' 2022-09-27T15:22:54.3107881Z adding 'torch/include/caffe2/operators/quantized/int8_roi_align_op.h' 2022-09-27T15:22:54.3110823Z adding 'torch/include/caffe2/operators/quantized/int8_sigmoid_op.h' 2022-09-27T15:22:54.3112866Z adding 'torch/include/caffe2/operators/quantized/int8_simd.h' 2022-09-27T15:22:54.3115530Z adding 'torch/include/caffe2/operators/quantized/int8_slice_op.h' 2022-09-27T15:22:54.3118376Z adding 'torch/include/caffe2/operators/quantized/int8_softmax_op.h' 2022-09-27T15:22:54.3121303Z adding 'torch/include/caffe2/operators/quantized/int8_test_utils.h' 2022-09-27T15:22:54.3123682Z adding 'torch/include/caffe2/operators/quantized/int8_transpose_op.h' 2022-09-27T15:22:54.3126379Z adding 'torch/include/caffe2/operators/quantized/int8_utils.h' 2022-09-27T15:22:54.3129193Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h' 2022-09-27T15:22:54.3135470Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor.h' 2022-09-27T15:22:54.3138439Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h' 2022-09-27T15:22:54.3141035Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h' 2022-09-27T15:22:54.3150556Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_op.h' 2022-09-27T15:22:54.3153964Z adding 'torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h' 2022-09-27T15:22:54.3157244Z adding 'torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h' 2022-09-27T15:22:54.3160422Z adding 'torch/include/caffe2/opt/annotations.h' 2022-09-27T15:22:54.3162209Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-09-27T15:22:54.3165200Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-09-27T15:22:54.3168341Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-09-27T15:22:54.3170996Z adding 'torch/include/caffe2/opt/converter.h' 2022-09-27T15:22:54.3172886Z adding 'torch/include/caffe2/opt/device.h' 2022-09-27T15:22:54.3175677Z adding 'torch/include/caffe2/opt/distributed.h' 2022-09-27T15:22:54.3177467Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-09-27T15:22:54.3180396Z adding 'torch/include/caffe2/opt/fusion.h' 2022-09-27T15:22:54.3182744Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-09-27T15:22:54.3184536Z adding 'torch/include/caffe2/opt/mobile.h' 2022-09-27T15:22:54.3186845Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-09-27T15:22:54.3193210Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-09-27T15:22:54.3196876Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-09-27T15:22:54.3199361Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-09-27T15:22:54.3200982Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-09-27T15:22:54.3203426Z adding 'torch/include/caffe2/opt/passes.h' 2022-09-27T15:22:54.3205875Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-09-27T15:22:54.3208013Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-09-27T15:22:54.3211020Z adding 'torch/include/caffe2/opt/custom/cc_amrc.h' 2022-09-27T15:22:54.3212761Z adding 'torch/include/caffe2/opt/custom/concat_elim.h' 2022-09-27T15:22:54.3214524Z adding 'torch/include/caffe2/opt/custom/freeze_quantization_params.h' 2022-09-27T15:22:54.3216087Z adding 'torch/include/caffe2/opt/custom/in_batch_broadcast.h' 2022-09-27T15:22:54.3217637Z adding 'torch/include/caffe2/opt/custom/pointwise_elim.h' 2022-09-27T15:22:54.3219581Z adding 'torch/include/caffe2/opt/nql/ast.h' 2022-09-27T15:22:54.3222087Z adding 'torch/include/caffe2/opt/nql/graphmatcher.h' 2022-09-27T15:22:54.3224950Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-09-27T15:22:54.3227341Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-09-27T15:22:54.3229368Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-09-27T15:22:54.3231229Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-09-27T15:22:54.3233251Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-09-27T15:22:54.3235145Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-09-27T15:22:54.3237066Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-09-27T15:22:54.3238697Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-09-27T15:22:54.3240987Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-09-27T15:22:54.3242790Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-09-27T15:22:54.3244577Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-09-27T15:22:54.3246333Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-09-27T15:22:54.3247961Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-09-27T15:22:54.3249988Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-09-27T15:22:54.3252368Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-09-27T15:22:54.3254378Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-09-27T15:22:54.3256498Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-09-27T15:22:54.3258298Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-09-27T15:22:54.3259922Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-09-27T15:22:54.3261916Z adding 'torch/include/caffe2/predictor/emulator/benchmark.h' 2022-09-27T15:22:54.3264402Z adding 'torch/include/caffe2/predictor/emulator/data_filler.h' 2022-09-27T15:22:54.3266300Z adding 'torch/include/caffe2/predictor/emulator/emulator.h' 2022-09-27T15:22:54.3268219Z adding 'torch/include/caffe2/predictor/emulator/net_supplier.h' 2022-09-27T15:22:54.3269913Z adding 'torch/include/caffe2/predictor/emulator/output_formatter.h' 2022-09-27T15:22:54.3271557Z adding 'torch/include/caffe2/predictor/emulator/profiler.h' 2022-09-27T15:22:54.3273316Z adding 'torch/include/caffe2/predictor/emulator/std_output_formatter.h' 2022-09-27T15:22:54.3274928Z adding 'torch/include/caffe2/predictor/emulator/time_profiler.h' 2022-09-27T15:22:54.3276766Z adding 'torch/include/caffe2/predictor/emulator/utils.h' 2022-09-27T15:22:54.3346982Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-09-27T15:22:54.3359466Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-09-27T15:22:54.3379503Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-09-27T15:22:54.3384006Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-09-27T15:22:54.3387059Z adding 'torch/include/caffe2/python/dlpack.h' 2022-09-27T15:22:54.3392098Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-09-27T15:22:54.3395067Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-09-27T15:22:54.3396976Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-09-27T15:22:54.3400649Z adding 'torch/include/caffe2/quantization/server/activation_distribution_observer.h' 2022-09-27T15:22:54.3402788Z adding 'torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h' 2022-09-27T15:22:54.3404571Z adding 'torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h' 2022-09-27T15:22:54.3406783Z adding 'torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h' 2022-09-27T15:22:54.3408771Z adding 'torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h' 2022-09-27T15:22:54.3410379Z adding 'torch/include/caffe2/quantization/server/compute_equalization_scale.h' 2022-09-27T15:22:54.3412047Z adding 'torch/include/caffe2/quantization/server/concat_dnnlowp_op.h' 2022-09-27T15:22:54.3414033Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h' 2022-09-27T15:22:54.3416671Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_op.h' 2022-09-27T15:22:54.3420033Z adding 'torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h' 2022-09-27T15:22:54.3422219Z adding 'torch/include/caffe2/quantization/server/conv_relu_op.h' 2022-09-27T15:22:54.3423758Z adding 'torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h' 2022-09-27T15:22:54.3426527Z adding 'torch/include/caffe2/quantization/server/dnnlowp.h' 2022-09-27T15:22:54.3430515Z adding 'torch/include/caffe2/quantization/server/dnnlowp_op.h' 2022-09-27T15:22:54.3432438Z adding 'torch/include/caffe2/quantization/server/dnnlowp_partition.h' 2022-09-27T15:22:54.3434339Z adding 'torch/include/caffe2/quantization/server/dynamic_histogram.h' 2022-09-27T15:22:54.3436936Z adding 'torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h' 2022-09-27T15:22:54.3438972Z adding 'torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h' 2022-09-27T15:22:54.3441909Z adding 'torch/include/caffe2/quantization/server/fb_fc_packed_op.h' 2022-09-27T15:22:54.3444300Z adding 'torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h' 2022-09-27T15:22:54.3446241Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_blob.h' 2022-09-27T15:22:54.3448310Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h' 2022-09-27T15:22:54.3450531Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_op.h' 2022-09-27T15:22:54.3452258Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h' 2022-09-27T15:22:54.3454253Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h' 2022-09-27T15:22:54.3456648Z adding 'torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h' 2022-09-27T15:22:54.3458781Z adding 'torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h' 2022-09-27T15:22:54.3462541Z adding 'torch/include/caffe2/quantization/server/im2col_dnnlowp.h' 2022-09-27T15:22:54.3464744Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params.h' 2022-09-27T15:22:54.3466923Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h' 2022-09-27T15:22:54.3468749Z adding 'torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h' 2022-09-27T15:22:54.3470418Z adding 'torch/include/caffe2/quantization/server/kl_minimization.h' 2022-09-27T15:22:54.3471967Z adding 'torch/include/caffe2/quantization/server/l2_minimization.h' 2022-09-27T15:22:54.3473595Z adding 'torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h' 2022-09-27T15:22:54.3475378Z adding 'torch/include/caffe2/quantization/server/mmio.h' 2022-09-27T15:22:54.3477428Z adding 'torch/include/caffe2/quantization/server/op_wrapper.h' 2022-09-27T15:22:54.3479271Z adding 'torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h' 2022-09-27T15:22:54.3481013Z adding 'torch/include/caffe2/quantization/server/quantization_error_minimization.h' 2022-09-27T15:22:54.3482689Z adding 'torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h' 2022-09-27T15:22:54.3484341Z adding 'torch/include/caffe2/quantization/server/relu_dnnlowp_op.h' 2022-09-27T15:22:54.3486124Z adding 'torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h' 2022-09-27T15:22:54.3487778Z adding 'torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h' 2022-09-27T15:22:54.3489385Z adding 'torch/include/caffe2/quantization/server/sigmoid.h' 2022-09-27T15:22:54.3491142Z adding 'torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h' 2022-09-27T15:22:54.3492949Z adding 'torch/include/caffe2/quantization/server/tanh.h' 2022-09-27T15:22:54.3494584Z adding 'torch/include/caffe2/quantization/server/transpose.h' 2022-09-27T15:22:54.3496998Z adding 'torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h' 2022-09-27T15:22:54.3499071Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-09-27T15:22:54.3501219Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-09-27T15:22:54.3504169Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-09-27T15:22:54.3506207Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-09-27T15:22:54.3508123Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-09-27T15:22:54.3541158Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-09-27T15:22:54.3544546Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-09-27T15:22:54.3546312Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-09-27T15:22:54.3549289Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-09-27T15:22:54.3551156Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-09-27T15:22:54.3552790Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-09-27T15:22:54.3555707Z adding 'torch/include/caffe2/serialize/versions.h' 2022-09-27T15:22:54.3558823Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-09-27T15:22:54.3562252Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-09-27T15:22:54.3566738Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-09-27T15:22:54.3571731Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-09-27T15:22:54.3574315Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-09-27T15:22:54.3576678Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-09-27T15:22:54.3578701Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-09-27T15:22:54.3580660Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-09-27T15:22:54.3582587Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-09-27T15:22:54.3584363Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-09-27T15:22:54.3586533Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-09-27T15:22:54.3588855Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-09-27T15:22:54.3590781Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-09-27T15:22:54.3594864Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-09-27T15:22:54.3598562Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-09-27T15:22:54.3600703Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-09-27T15:22:54.3603220Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-09-27T15:22:54.3605410Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-09-27T15:22:54.3611481Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-09-27T15:22:54.3614288Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-09-27T15:22:54.3617117Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-09-27T15:22:54.3619453Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-09-27T15:22:54.3622287Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-09-27T15:22:54.3625963Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-09-27T15:22:54.3628748Z adding 'torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h' 2022-09-27T15:22:54.3631052Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-09-27T15:22:54.3632865Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-09-27T15:22:54.3635470Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-09-27T15:22:54.3637420Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-09-27T15:22:54.3639799Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-09-27T15:22:54.3641658Z adding 'torch/include/caffe2/utils/cast.h' 2022-09-27T15:22:54.3646355Z adding 'torch/include/caffe2/utils/cblas.h' 2022-09-27T15:22:54.3648988Z adding 'torch/include/caffe2/utils/conversions.h' 2022-09-27T15:22:54.3650897Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-09-27T15:22:54.3653120Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-09-27T15:22:54.3656097Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-09-27T15:22:54.3658587Z adding 'torch/include/caffe2/utils/filler.h' 2022-09-27T15:22:54.3661015Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-09-27T15:22:54.3662896Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-09-27T15:22:54.3664708Z adding 'torch/include/caffe2/utils/knobs.h' 2022-09-27T15:22:54.3666437Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-09-27T15:22:54.3668290Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-09-27T15:22:54.3671894Z adding 'torch/include/caffe2/utils/math.h' 2022-09-27T15:22:54.3674618Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-09-27T15:22:54.3676132Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-09-27T15:22:54.3679917Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-09-27T15:22:54.3681962Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-09-27T15:22:54.3684096Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-09-27T15:22:54.3686154Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-09-27T15:22:54.3688148Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-09-27T15:22:54.3691134Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-09-27T15:22:54.3693383Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-09-27T15:22:54.3695675Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-09-27T15:22:54.3698008Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-09-27T15:22:54.3700036Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-09-27T15:22:54.3701984Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-09-27T15:22:54.3703864Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-09-27T15:22:54.3706136Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-09-27T15:22:54.3708803Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-09-27T15:22:54.3710685Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-09-27T15:22:54.3714974Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-09-27T15:22:54.3717249Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-09-27T15:22:54.3719791Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-09-27T15:22:54.3721744Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-09-27T15:22:54.3724055Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-09-27T15:22:54.3728658Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-09-27T15:22:54.3738184Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-09-27T15:22:54.3740944Z adding 'torch/include/caffe2/video/video_io.h' 2022-09-27T15:22:54.3747744Z adding 'torch/include/pybind11/attr.h' 2022-09-27T15:22:54.3751276Z adding 'torch/include/pybind11/buffer_info.h' 2022-09-27T15:22:54.3770288Z adding 'torch/include/pybind11/cast.h' 2022-09-27T15:22:54.3775113Z adding 'torch/include/pybind11/chrono.h' 2022-09-27T15:22:54.3777173Z adding 'torch/include/pybind11/common.h' 2022-09-27T15:22:54.3779246Z adding 'torch/include/pybind11/complex.h' 2022-09-27T15:22:54.3788220Z adding 'torch/include/pybind11/eigen.h' 2022-09-27T15:22:54.3793101Z adding 'torch/include/pybind11/embed.h' 2022-09-27T15:22:54.3795809Z adding 'torch/include/pybind11/eval.h' 2022-09-27T15:22:54.3798618Z adding 'torch/include/pybind11/functional.h' 2022-09-27T15:22:54.3801658Z adding 'torch/include/pybind11/gil.h' 2022-09-27T15:22:54.3805396Z adding 'torch/include/pybind11/iostream.h' 2022-09-27T15:22:54.3827500Z adding 'torch/include/pybind11/numpy.h' 2022-09-27T15:22:54.3832554Z adding 'torch/include/pybind11/operators.h' 2022-09-27T15:22:54.3834698Z adding 'torch/include/pybind11/options.h' 2022-09-27T15:22:54.3870553Z adding 'torch/include/pybind11/pybind11.h' 2022-09-27T15:22:54.3896837Z adding 'torch/include/pybind11/pytypes.h' 2022-09-27T15:22:54.3903042Z adding 'torch/include/pybind11/stl.h' 2022-09-27T15:22:54.3910202Z adding 'torch/include/pybind11/stl_bind.h' 2022-09-27T15:22:54.3919581Z adding 'torch/include/pybind11/detail/class.h' 2022-09-27T15:22:54.3934430Z adding 'torch/include/pybind11/detail/common.h' 2022-09-27T15:22:54.3938305Z adding 'torch/include/pybind11/detail/descr.h' 2022-09-27T15:22:54.3943488Z adding 'torch/include/pybind11/detail/init.h' 2022-09-27T15:22:54.3950836Z adding 'torch/include/pybind11/detail/internals.h' 2022-09-27T15:22:54.3963775Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-09-27T15:22:54.3966597Z adding 'torch/include/pybind11/detail/typeid.h' 2022-09-27T15:22:54.3972749Z adding 'torch/include/torch/custom_class.h' 2022-09-27T15:22:54.3976627Z adding 'torch/include/torch/custom_class_detail.h' 2022-09-27T15:22:54.3978326Z adding 'torch/include/torch/extension.h' 2022-09-27T15:22:54.3989633Z adding 'torch/include/torch/library.h' 2022-09-27T15:22:54.3992227Z adding 'torch/include/torch/script.h' 2022-09-27T15:22:54.3995098Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-09-27T15:22:54.3996770Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-09-27T15:22:54.3998348Z adding 'torch/include/torch/csrc/Device.h' 2022-09-27T15:22:54.3999846Z adding 'torch/include/torch/csrc/Dtype.h' 2022-09-27T15:22:54.4001528Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-09-27T15:22:54.4006018Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-09-27T15:22:54.4007955Z adding 'torch/include/torch/csrc/Export.h' 2022-09-27T15:22:54.4009658Z adding 'torch/include/torch/csrc/Generator.h' 2022-09-27T15:22:54.4011239Z adding 'torch/include/torch/csrc/Layout.h' 2022-09-27T15:22:54.4012792Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-09-27T15:22:54.4014181Z adding 'torch/include/torch/csrc/Module.h' 2022-09-27T15:22:54.4015812Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-09-27T15:22:54.4017426Z adding 'torch/include/torch/csrc/QScheme.h' 2022-09-27T15:22:54.4019581Z adding 'torch/include/torch/csrc/Size.h' 2022-09-27T15:22:54.4020563Z adding 'torch/include/torch/csrc/Storage.h' 2022-09-27T15:22:54.4022155Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-09-27T15:22:54.4023723Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-09-27T15:22:54.4025056Z adding 'torch/include/torch/csrc/Stream.h' 2022-09-27T15:22:54.4026427Z adding 'torch/include/torch/csrc/THConcat.h' 2022-09-27T15:22:54.4028077Z adding 'torch/include/torch/csrc/THP.h' 2022-09-27T15:22:54.4029673Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-09-27T15:22:54.4030954Z adding 'torch/include/torch/csrc/Types.h' 2022-09-27T15:22:54.4032673Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-09-27T15:22:54.4034131Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-09-27T15:22:54.4035561Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-09-27T15:22:54.4037054Z adding 'torch/include/torch/csrc/python_headers.h' 2022-09-27T15:22:54.4038544Z adding 'torch/include/torch/csrc/serialization.h' 2022-09-27T15:22:54.4041267Z adding 'torch/include/torch/csrc/utils.h' 2022-09-27T15:22:54.4044244Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-09-27T15:22:54.4045918Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-09-27T15:22:54.4047393Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-09-27T15:22:54.4048916Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-09-27T15:22:54.4050410Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-09-27T15:22:54.4052986Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-09-27T15:22:54.4055876Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-09-27T15:22:54.4058885Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-09-27T15:22:54.4060983Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-09-27T15:22:54.4062655Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-09-27T15:22:54.4067435Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-09-27T15:22:54.4069771Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-09-27T15:22:54.4071364Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-09-27T15:22:54.4072850Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-09-27T15:22:54.4077205Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-09-27T15:22:54.4080925Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-09-27T15:22:54.4083669Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-09-27T15:22:54.4085162Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-09-27T15:22:54.4090051Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-09-27T15:22:54.4092471Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-09-27T15:22:54.4094478Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-09-27T15:22:54.4096824Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-09-27T15:22:54.4098479Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-09-27T15:22:54.4100769Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-09-27T15:22:54.4102789Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-09-27T15:22:54.4104285Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-09-27T15:22:54.4106086Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-09-27T15:22:54.4108743Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-09-27T15:22:54.4110198Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-09-27T15:22:54.4111586Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-09-27T15:22:54.4113384Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-09-27T15:22:54.4117199Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-09-27T15:22:54.4119589Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-09-27T15:22:54.4121890Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-09-27T15:22:54.4124586Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-09-27T15:22:54.4130986Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-09-27T15:22:54.4133916Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-09-27T15:22:54.4136035Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-09-27T15:22:54.4138035Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-09-27T15:22:54.4140022Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-09-27T15:22:54.4141772Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-09-27T15:22:54.4144509Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-09-27T15:22:54.4146542Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-09-27T15:22:54.4148941Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-09-27T15:22:54.4151181Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-09-27T15:22:54.4152857Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-09-27T15:22:54.4154839Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-09-27T15:22:54.4156700Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-09-27T15:22:54.4158376Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-09-27T15:22:54.4160011Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-09-27T15:22:54.4161892Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-09-27T15:22:54.4164348Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-09-27T15:22:54.4166570Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-09-27T15:22:54.4167941Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-09-27T15:22:54.4169533Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-09-27T15:22:54.4171392Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-09-27T15:22:54.4176197Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-09-27T15:22:54.4178524Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-09-27T15:22:54.4181341Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-09-27T15:22:54.4183047Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-09-27T15:22:54.4185440Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-09-27T15:22:54.4192328Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-09-27T15:22:54.4194610Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-09-27T15:22:54.4196169Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-09-27T15:22:54.4198470Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-09-27T15:22:54.4201491Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-09-27T15:22:54.4203293Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-09-27T15:22:54.4209651Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-09-27T15:22:54.4212051Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-09-27T15:22:54.4214393Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-09-27T15:22:54.4216728Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-09-27T15:22:54.4218943Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-09-27T15:22:54.4221663Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-09-27T15:22:54.4223728Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-09-27T15:22:54.4225612Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-09-27T15:22:54.4227348Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-09-27T15:22:54.4232144Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-09-27T15:22:54.4235345Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-09-27T15:22:54.4237356Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-09-27T15:22:54.4239201Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-09-27T15:22:54.4244172Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-09-27T15:22:54.4248012Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-09-27T15:22:54.4250479Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-09-27T15:22:54.4252799Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-09-27T15:22:54.4257562Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-09-27T15:22:54.4260583Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-09-27T15:22:54.4263385Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-09-27T15:22:54.4265944Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-09-27T15:22:54.4269704Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-09-27T15:22:54.4272165Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-09-27T15:22:54.4274511Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-09-27T15:22:54.4277128Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-09-27T15:22:54.4279245Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-09-27T15:22:54.4281596Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-09-27T15:22:54.4284344Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-09-27T15:22:54.4289869Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-09-27T15:22:54.4293176Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-09-27T15:22:54.4296281Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-09-27T15:22:54.4298703Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-09-27T15:22:54.4303209Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-09-27T15:22:54.4307207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-09-27T15:22:54.4310230Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-09-27T15:22:54.4312790Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-09-27T15:22:54.4315476Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-09-27T15:22:54.4317554Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-09-27T15:22:54.4319689Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-09-27T15:22:54.4324847Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-09-27T15:22:54.4327731Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-09-27T15:22:54.4330160Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-09-27T15:22:54.4333039Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-09-27T15:22:54.4336225Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-09-27T15:22:54.4339716Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-09-27T15:22:54.4342006Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-09-27T15:22:54.4344412Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-09-27T15:22:54.4346983Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-09-27T15:22:54.4351571Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-09-27T15:22:54.4356264Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-09-27T15:22:54.4358488Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-09-27T15:22:54.4360478Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-09-27T15:22:54.4363411Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-09-27T15:22:54.4365668Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-09-27T15:22:54.4367573Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-09-27T15:22:54.4370403Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-09-27T15:22:54.4372676Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-09-27T15:22:54.4374687Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-09-27T15:22:54.4376876Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-09-27T15:22:54.4381743Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-09-27T15:22:54.4384629Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-09-27T15:22:54.4387012Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-09-27T15:22:54.4388894Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-09-27T15:22:54.4392217Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-09-27T15:22:54.4395064Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-09-27T15:22:54.4397388Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-09-27T15:22:54.4399396Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-09-27T15:22:54.4401181Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-09-27T15:22:54.4403496Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-09-27T15:22:54.4405523Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-09-27T15:22:54.4409900Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-09-27T15:22:54.4413395Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-09-27T15:22:54.4415588Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-09-27T15:22:54.4419761Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-09-27T15:22:54.4423037Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-09-27T15:22:54.4425455Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-09-27T15:22:54.4427950Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-09-27T15:22:54.4431782Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-09-27T15:22:54.4435145Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-09-27T15:22:54.4437818Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-09-27T15:22:54.4442245Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-09-27T15:22:54.4444642Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-09-27T15:22:54.4447189Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-09-27T15:22:54.4449231Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-09-27T15:22:54.4451434Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-09-27T15:22:54.4453801Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-09-27T15:22:54.4456108Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-09-27T15:22:54.4458260Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-09-27T15:22:54.4465203Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-09-27T15:22:54.4467903Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-09-27T15:22:54.4472920Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-09-27T15:22:54.4475567Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-09-27T15:22:54.4478328Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-09-27T15:22:54.4480410Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-09-27T15:22:54.4482130Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-09-27T15:22:54.4487285Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-09-27T15:22:54.4489700Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-09-27T15:22:54.4494000Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-09-27T15:22:54.4498247Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-09-27T15:22:54.4508164Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-09-27T15:22:54.4510923Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-09-27T15:22:54.4512808Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-09-27T15:22:54.4516736Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-09-27T15:22:54.4519477Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-09-27T15:22:54.4522557Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-09-27T15:22:54.4525279Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-09-27T15:22:54.4527291Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-09-27T15:22:54.4530650Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-09-27T15:22:54.4535705Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-09-27T15:22:54.4537860Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-09-27T15:22:54.4540213Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-09-27T15:22:54.4542178Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-09-27T15:22:54.4545100Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-09-27T15:22:54.4547552Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-09-27T15:22:54.4549147Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-09-27T15:22:54.4550927Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-09-27T15:22:54.4553262Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-09-27T15:22:54.4555052Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-09-27T15:22:54.4556789Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-09-27T15:22:54.4558134Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-09-27T15:22:54.4559454Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-09-27T15:22:54.4560786Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-09-27T15:22:54.4562258Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-09-27T15:22:54.4564205Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-09-27T15:22:54.4565638Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-09-27T15:22:54.4567003Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-09-27T15:22:54.4568664Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-09-27T15:22:54.4570563Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-09-27T15:22:54.4572221Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-09-27T15:22:54.4573860Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-09-27T15:22:54.4576540Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-09-27T15:22:54.4578222Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-09-27T15:22:54.4579942Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-09-27T15:22:54.4590445Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-09-27T15:22:54.4595966Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-09-27T15:22:54.4598383Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-09-27T15:22:54.4600339Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-09-27T15:22:54.4602015Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-09-27T15:22:54.4604712Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-09-27T15:22:54.4607052Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-09-27T15:22:54.4630996Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-09-27T15:22:54.4638748Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-09-27T15:22:54.4640540Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-09-27T15:22:54.4645473Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-09-27T15:22:54.4648645Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-09-27T15:22:54.4650885Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-09-27T15:22:54.4652755Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-09-27T15:22:54.4654731Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-09-27T15:22:54.4656734Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-09-27T15:22:54.4658921Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-09-27T15:22:54.4660939Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-09-27T15:22:54.4662495Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-09-27T15:22:54.4664204Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-09-27T15:22:54.4665667Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-09-27T15:22:54.4667486Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-09-27T15:22:54.4669170Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-09-27T15:22:54.4671601Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-09-27T15:22:54.4673334Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-09-27T15:22:54.4674955Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-09-27T15:22:54.4677170Z adding 'torch/include/torch/csrc/deploy/Exception.h' 2022-09-27T15:22:54.4680660Z adding 'torch/include/torch/csrc/deploy/deploy.h' 2022-09-27T15:22:54.4682942Z adding 'torch/include/torch/csrc/deploy/elf_file.h' 2022-09-27T15:22:54.4685128Z adding 'torch/include/torch/csrc/deploy/environment.h' 2022-09-27T15:22:54.4687005Z adding 'torch/include/torch/csrc/deploy/loader.h' 2022-09-27T15:22:54.4688984Z adding 'torch/include/torch/csrc/deploy/mem_file.h' 2022-09-27T15:22:54.4690623Z adding 'torch/include/torch/csrc/deploy/noop_environment.h' 2022-09-27T15:22:54.4692263Z adding 'torch/include/torch/csrc/deploy/path_environment.h' 2022-09-27T15:22:54.4698525Z adding 'torch/include/torch/csrc/deploy/interpreter/Optional.hpp' 2022-09-27T15:22:54.4701876Z adding 'torch/include/torch/csrc/deploy/interpreter/builtin_registry.h' 2022-09-27T15:22:54.4704703Z adding 'torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h' 2022-09-27T15:22:54.4707059Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-09-27T15:22:54.4709559Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-09-27T15:22:54.4712642Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-09-27T15:22:54.4714931Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-09-27T15:22:54.4716766Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-09-27T15:22:54.4719297Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-09-27T15:22:54.4720865Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-09-27T15:22:54.4722467Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-09-27T15:22:54.4725216Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-09-27T15:22:54.4727440Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-09-27T15:22:54.4729222Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-09-27T15:22:54.4731308Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-09-27T15:22:54.4732914Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-09-27T15:22:54.4737939Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-09-27T15:22:54.4740104Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-09-27T15:22:54.4745745Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-09-27T15:22:54.4751918Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-09-27T15:22:54.4754534Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-09-27T15:22:54.4756775Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-09-27T15:22:54.4758653Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-09-27T15:22:54.4760294Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-09-27T15:22:54.4766039Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-09-27T15:22:54.4769152Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-09-27T15:22:54.4771192Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-09-27T15:22:54.4773052Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-09-27T15:22:54.4774936Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-09-27T15:22:54.4777402Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-09-27T15:22:54.4779596Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-09-27T15:22:54.4782273Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-09-27T15:22:54.4784352Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-09-27T15:22:54.4785991Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-09-27T15:22:54.4790285Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-09-27T15:22:54.4793700Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-09-27T15:22:54.4795847Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-09-27T15:22:54.4802800Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-09-27T15:22:54.4805960Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-09-27T15:22:54.4808681Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-09-27T15:22:54.4811745Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-09-27T15:22:54.4813910Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-09-27T15:22:54.4816439Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-09-27T15:22:54.4817936Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-09-27T15:22:54.4819715Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-09-27T15:22:54.4821619Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-09-27T15:22:54.4823110Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-09-27T15:22:54.4824740Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-09-27T15:22:54.4831379Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-09-27T15:22:54.4833747Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-09-27T15:22:54.4835471Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-09-27T15:22:54.4839130Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-09-27T15:22:54.4842033Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-09-27T15:22:54.4845809Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-09-27T15:22:54.4849454Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-09-27T15:22:54.4852724Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-09-27T15:22:54.4856911Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-09-27T15:22:54.4860786Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-09-27T15:22:54.4863389Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-09-27T15:22:54.4865779Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-09-27T15:22:54.4869387Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-09-27T15:22:54.4871987Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-09-27T15:22:54.4875604Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-09-27T15:22:54.4883121Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-09-27T15:22:54.4885599Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-09-27T15:22:54.4890220Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-09-27T15:22:54.4893292Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h' 2022-09-27T15:22:54.4896006Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h' 2022-09-27T15:22:54.4898450Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-09-27T15:22:54.4900689Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-09-27T15:22:54.4902402Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-09-27T15:22:54.4907293Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-09-27T15:22:54.4910039Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-09-27T15:22:54.4912390Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-09-27T15:22:54.4915372Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-09-27T15:22:54.4917638Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-09-27T15:22:54.4923799Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-09-27T15:22:54.4937174Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-09-27T15:22:54.4940270Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-09-27T15:22:54.4942311Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-09-27T15:22:54.4945507Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-09-27T15:22:54.4949587Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-09-27T15:22:54.4952998Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-09-27T15:22:54.4958321Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-09-27T15:22:54.4960623Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-09-27T15:22:54.4966434Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-09-27T15:22:54.4969393Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-09-27T15:22:54.4972469Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-09-27T15:22:54.4974431Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-09-27T15:22:54.4976164Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-09-27T15:22:54.4979964Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-09-27T15:22:54.4981892Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-09-27T15:22:54.4983569Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-09-27T15:22:54.4985214Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-09-27T15:22:54.4987649Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-09-27T15:22:54.4990880Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-09-27T15:22:54.4993651Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-09-27T15:22:54.4995535Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-09-27T15:22:54.4997184Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-09-27T15:22:54.4999036Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-09-27T15:22:54.5001014Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-09-27T15:22:54.5003316Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-09-27T15:22:54.5004979Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-09-27T15:22:54.5006947Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-09-27T15:22:54.5008655Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-09-27T15:22:54.5012062Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-09-27T15:22:54.5014133Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-09-27T15:22:54.5017011Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-09-27T15:22:54.5019191Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-09-27T15:22:54.5021154Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-09-27T15:22:54.5023321Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-09-27T15:22:54.5027209Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-09-27T15:22:54.5029678Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-09-27T15:22:54.5031461Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-09-27T15:22:54.5033311Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-09-27T15:22:54.5037052Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-09-27T15:22:54.5040551Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-09-27T15:22:54.5042509Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-09-27T15:22:54.5044653Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-09-27T15:22:54.5046893Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-09-27T15:22:54.5049825Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-09-27T15:22:54.5051969Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-09-27T15:22:54.5053833Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-09-27T15:22:54.5055721Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-09-27T15:22:54.5058663Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-09-27T15:22:54.5060581Z adding 'torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h' 2022-09-27T15:22:54.5065729Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-09-27T15:22:54.5070573Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-09-27T15:22:54.5073804Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-09-27T15:22:54.5075873Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-09-27T15:22:54.5078319Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-09-27T15:22:54.5082739Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-09-27T15:22:54.5084773Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-09-27T15:22:54.5086800Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-09-27T15:22:54.5089704Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-09-27T15:22:54.5091697Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-09-27T15:22:54.5093985Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-09-27T15:22:54.5095800Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-09-27T15:22:54.5097693Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-09-27T15:22:54.5099900Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-09-27T15:22:54.5103052Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-09-27T15:22:54.5106675Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-09-27T15:22:54.5108776Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-09-27T15:22:54.5110558Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-09-27T15:22:54.5112370Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-09-27T15:22:54.5115584Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-09-27T15:22:54.5117584Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-09-27T15:22:54.5119437Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-09-27T15:22:54.5121710Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-09-27T15:22:54.5123989Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-09-27T15:22:54.5125655Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-09-27T15:22:54.5128971Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-09-27T15:22:54.5131353Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-09-27T15:22:54.5134798Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-09-27T15:22:54.5138674Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-09-27T15:22:54.5141085Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-09-27T15:22:54.5147506Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-09-27T15:22:54.5150127Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-09-27T15:22:54.5152530Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-09-27T15:22:54.5154342Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-09-27T15:22:54.5158007Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-09-27T15:22:54.5160187Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-09-27T15:22:54.5161927Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-09-27T15:22:54.5163966Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-09-27T15:22:54.5166004Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-09-27T15:22:54.5168394Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-09-27T15:22:54.5170333Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-09-27T15:22:54.5172388Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-09-27T15:22:54.5178972Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-09-27T15:22:54.5181398Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-09-27T15:22:54.5183078Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-09-27T15:22:54.5185088Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-09-27T15:22:54.5186593Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-09-27T15:22:54.5188014Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-09-27T15:22:54.5189742Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-09-27T15:22:54.5191631Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-09-27T15:22:54.5193387Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-09-27T15:22:54.5195273Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-09-27T15:22:54.5199419Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-09-27T15:22:54.5201675Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-09-27T15:22:54.5203356Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-09-27T15:22:54.5211074Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-09-27T15:22:54.5215210Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-09-27T15:22:54.5218712Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-09-27T15:22:54.5227119Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-09-27T15:22:54.5229733Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-09-27T15:22:54.5234496Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-09-27T15:22:54.5237308Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-09-27T15:22:54.5239323Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-09-27T15:22:54.5241888Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-09-27T15:22:54.5259040Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-09-27T15:22:54.5262736Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-09-27T15:22:54.5264465Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-09-27T15:22:54.5266458Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-09-27T15:22:54.5268046Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-09-27T15:22:54.5270837Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-09-27T15:22:54.5273260Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-09-27T15:22:54.5275011Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-09-27T15:22:54.5277165Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-09-27T15:22:54.5279106Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-09-27T15:22:54.5281811Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-09-27T15:22:54.5284582Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-09-27T15:22:54.5286431Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-09-27T15:22:54.5288499Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-09-27T15:22:54.5290843Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-09-27T15:22:54.5292628Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-09-27T15:22:54.5294242Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-09-27T15:22:54.5296158Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-09-27T15:22:54.5297664Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-09-27T15:22:54.5300342Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-09-27T15:22:54.5302614Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-09-27T15:22:54.5304337Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-09-27T15:22:54.5306062Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-09-27T15:22:54.5307515Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-09-27T15:22:54.5309651Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-09-27T15:22:54.5311433Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-09-27T15:22:54.5313606Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-09-27T15:22:54.5315941Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-09-27T15:22:54.5317962Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-09-27T15:22:54.5319818Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-09-27T15:22:54.5322409Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-09-27T15:22:54.5324113Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-09-27T15:22:54.5325504Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-09-27T15:22:54.5327068Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-09-27T15:22:54.5328547Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-09-27T15:22:54.5330042Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-09-27T15:22:54.5331490Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-09-27T15:22:54.5332910Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-09-27T15:22:54.5334329Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-09-27T15:22:54.5335908Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-09-27T15:22:54.5337465Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-09-27T15:22:54.5338952Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-09-27T15:22:54.5340356Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-09-27T15:22:54.5341978Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-09-27T15:22:54.5343586Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-09-27T15:22:54.5345077Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-09-27T15:22:54.5346589Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-09-27T15:22:54.5348334Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-09-27T15:22:54.5349770Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-09-27T15:22:54.5351259Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-09-27T15:22:54.5352698Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-09-27T15:22:54.5354217Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-09-27T15:22:54.5355844Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-09-27T15:22:54.5357556Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-09-27T15:22:54.5359184Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-09-27T15:22:54.5360856Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-09-27T15:22:54.5362469Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-09-27T15:22:54.5363953Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-09-27T15:22:54.5365377Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-09-27T15:22:54.5366875Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-09-27T15:22:54.5368274Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-09-27T15:22:54.5369723Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-09-27T15:22:54.5371161Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-09-27T15:22:54.5372711Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-09-27T15:22:54.5374320Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-09-27T15:22:54.5376270Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-09-27T15:22:54.5378316Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-09-27T15:22:54.5379289Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-09-27T15:22:54.5380919Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-09-27T15:22:54.5382515Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-09-27T15:22:54.5384137Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-09-27T15:22:54.5385702Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-09-27T15:22:54.5387239Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-09-27T15:22:54.5388790Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-09-27T15:22:54.5390423Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-09-27T15:22:54.5392139Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-09-27T15:22:54.5393948Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-09-27T15:22:54.5395680Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-09-27T15:22:54.5397441Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-09-27T15:22:54.5399202Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-09-27T15:22:54.5401009Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-09-27T15:22:54.5402837Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-09-27T15:22:54.5404668Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-09-27T15:22:54.5406437Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-09-27T15:22:54.5408462Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-09-27T15:22:54.5410222Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-09-27T15:22:54.5412980Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-09-27T15:22:54.5414840Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-09-27T15:22:54.5416806Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-09-27T15:22:54.5418755Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-09-27T15:22:54.5420855Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-09-27T15:22:54.5422619Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-09-27T15:22:54.5424331Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-09-27T15:22:54.5426032Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-09-27T15:22:54.5427510Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-09-27T15:22:54.5429313Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-09-27T15:22:54.5431013Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-09-27T15:22:54.5432642Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-09-27T15:22:54.5434917Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-09-27T15:22:54.5436560Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-09-27T15:22:54.5438411Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-09-27T15:22:54.5440037Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-09-27T15:22:54.5442048Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-09-27T15:22:54.5444023Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-09-27T15:22:54.5445892Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-09-27T15:22:54.5448343Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-09-27T15:22:54.5450597Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-09-27T15:22:54.5452537Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-09-27T15:22:54.5454891Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-09-27T15:22:54.5457374Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-09-27T15:22:54.5459425Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-09-27T15:22:54.5461435Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-09-27T15:22:54.5463300Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-09-27T15:22:54.5464993Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-09-27T15:22:54.5466827Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-09-27T15:22:54.5469181Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-09-27T15:22:54.5471424Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-09-27T15:22:54.5473130Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-09-27T15:22:54.5476186Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-09-27T15:22:54.5478529Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-09-27T15:22:54.5480653Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-09-27T15:22:54.5489911Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-09-27T15:22:54.5492343Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-09-27T15:22:54.5494293Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-09-27T15:22:54.5496242Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-09-27T15:22:54.5499408Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-09-27T15:22:54.5501409Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-09-27T15:22:54.5503064Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-09-27T15:22:54.5505049Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-09-27T15:22:54.5507224Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-09-27T15:22:54.5509286Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-09-27T15:22:54.5512083Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-09-27T15:22:54.5523473Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-09-27T15:22:54.5526770Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-09-27T15:22:54.5528645Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-09-27T15:22:54.5531068Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-09-27T15:22:54.5533292Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-09-27T15:22:54.5536109Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-09-27T15:22:54.5538806Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-09-27T15:22:54.5542218Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-09-27T15:22:54.5544274Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-09-27T15:22:54.5546378Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-09-27T15:22:54.5547782Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-09-27T15:22:54.5549343Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-09-27T15:22:54.5554876Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-09-27T15:22:54.5557676Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-09-27T15:22:54.5559743Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-09-27T15:22:54.5561454Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-09-27T15:22:54.5563238Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-09-27T15:22:54.5564761Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-09-27T15:22:54.5566261Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-09-27T15:22:54.5568726Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-09-27T15:22:54.5571138Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-09-27T15:22:54.5573743Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-09-27T15:22:54.5576584Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-09-27T15:22:54.5579187Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-09-27T15:22:54.5581053Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-09-27T15:22:54.5582503Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-09-27T15:22:54.5584851Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-09-27T15:22:54.5588384Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-09-27T15:22:54.5590303Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-09-27T15:22:54.5591786Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-09-27T15:22:54.5593895Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-09-27T15:22:54.5597142Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-09-27T15:22:54.5604677Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-09-27T15:22:54.5607725Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-09-27T15:22:54.5609417Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-09-27T15:22:54.5610860Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-09-27T15:22:54.5612505Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-09-27T15:22:54.5614121Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-09-27T15:22:54.5615990Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-09-27T15:22:54.5618104Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-09-27T15:22:54.5619760Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-09-27T15:22:54.5621577Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-09-27T15:22:54.5622937Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-09-27T15:22:54.5625681Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-09-27T15:22:54.5629159Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-09-27T15:22:54.5631389Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-09-27T15:22:54.5633490Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-09-27T15:22:54.5635323Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-09-27T15:22:54.5637376Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-09-27T15:22:54.5639022Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-09-27T15:22:54.5641383Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-09-27T15:22:54.5643163Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-09-27T15:22:54.5645031Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-09-27T15:22:54.5646749Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-09-27T15:22:54.5648693Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-09-27T15:22:54.5665228Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-09-27T15:22:54.5668944Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-09-27T15:22:54.5671117Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-09-27T15:22:54.5674800Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-09-27T15:22:54.5676881Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-09-27T15:22:54.5678859Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-09-27T15:22:54.5680615Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-09-27T15:22:54.5682619Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-09-27T15:22:54.5684498Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-09-27T15:22:54.5687670Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-09-27T15:22:54.5691649Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-09-27T15:22:54.5694313Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-09-27T15:22:54.5696698Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-09-27T15:22:54.5699296Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-09-27T15:22:54.5702333Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-09-27T15:22:54.5704623Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-09-27T15:22:54.5706318Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-09-27T15:22:54.5709377Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-09-27T15:22:54.5711673Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-09-27T15:22:54.5715183Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-09-27T15:22:54.5717441Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-09-27T15:22:54.5721642Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-09-27T15:22:54.5724298Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-09-27T15:22:54.5726061Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-09-27T15:22:54.5728164Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-09-27T15:22:54.5730381Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-09-27T15:22:54.5732830Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-09-27T15:22:54.5735573Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-09-27T15:22:54.5738722Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-09-27T15:22:54.5740841Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-09-27T15:22:54.5746492Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-09-27T15:22:54.5748992Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-09-27T15:22:54.5750988Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-09-27T15:22:54.5753375Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-09-27T15:22:54.5757626Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-09-27T15:22:54.5759804Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-09-27T15:22:54.5761618Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-09-27T15:22:54.5766208Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-09-27T15:22:54.5768868Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-09-27T15:22:54.5770897Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-09-27T15:22:54.5777869Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-09-27T15:22:54.5780547Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-09-27T15:22:54.5781940Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-09-27T15:22:54.5786462Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-09-27T15:22:54.5789643Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-09-27T15:22:54.5794199Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-09-27T15:22:54.5800533Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-09-27T15:22:54.5804583Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-09-27T15:22:54.5806488Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-09-27T15:22:54.5808875Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-09-27T15:22:54.5810828Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-09-27T15:22:54.5812759Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-09-27T15:22:54.5815077Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-09-27T15:22:54.5816960Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-09-27T15:22:54.5818971Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-09-27T15:22:54.5820669Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-09-27T15:22:54.5822310Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-09-27T15:22:54.5824085Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-09-27T15:22:54.5825940Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-09-27T15:22:54.5827729Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-09-27T15:22:54.5829320Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-09-27T15:22:54.5831546Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-09-27T15:22:54.5833335Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-09-27T15:22:54.5835609Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-09-27T15:22:54.5837687Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-09-27T15:22:54.5840270Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-09-27T15:22:54.5842566Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-09-27T15:22:54.5845542Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-09-27T15:22:54.5847355Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-09-27T15:22:54.5849232Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-09-27T15:22:54.5851074Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-09-27T15:22:54.5853983Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-09-27T15:22:54.5856415Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-09-27T15:22:54.5859717Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-09-27T15:22:54.5862790Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-09-27T15:22:54.5864752Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-09-27T15:22:54.5866526Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-09-27T15:22:54.5868412Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-09-27T15:22:54.5871576Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-09-27T15:22:54.5874361Z adding 'torch/include/torch/csrc/lazy/core/lazy_view.h' 2022-09-27T15:22:54.5877451Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-09-27T15:22:54.5879671Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-09-27T15:22:54.5881494Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-09-27T15:22:54.5883662Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-09-27T15:22:54.5886909Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-09-27T15:22:54.5891327Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-09-27T15:22:54.5893713Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-09-27T15:22:54.5895971Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-09-27T15:22:54.5897707Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-09-27T15:22:54.5899832Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-09-27T15:22:54.5901659Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-09-27T15:22:54.5903801Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-09-27T15:22:54.5906024Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-09-27T15:22:54.5908017Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-09-27T15:22:54.5909710Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-09-27T15:22:54.5911673Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-09-27T15:22:54.5913651Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-09-27T15:22:54.5915967Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-09-27T15:22:54.5918105Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-09-27T15:22:54.5919877Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-09-27T15:22:54.5921604Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-09-27T15:22:54.5923429Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-09-27T15:22:54.5925859Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-09-27T15:22:54.5928296Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-09-27T15:22:54.5930007Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-09-27T15:22:54.5931802Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-09-27T15:22:54.5933392Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-09-27T15:22:54.5935838Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-09-27T15:22:54.5940683Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-09-27T15:22:54.5943783Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-09-27T15:22:54.5945911Z adding 'torch/include/torch/csrc/profiler/execution_graph_observer.h' 2022-09-27T15:22:54.5947627Z adding 'torch/include/torch/csrc/profiler/itt_observer.h' 2022-09-27T15:22:54.5949825Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-09-27T15:22:54.5951906Z adding 'torch/include/torch/csrc/profiler/nvtx_observer.h' 2022-09-27T15:22:54.5954794Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-09-27T15:22:54.5957625Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-09-27T15:22:54.5959739Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-09-27T15:22:54.5961802Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-09-27T15:22:54.5964461Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-09-27T15:22:54.5966437Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-09-27T15:22:54.5968109Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-09-27T15:22:54.5969642Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-09-27T15:22:54.5971402Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-09-27T15:22:54.5973375Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-09-27T15:22:54.5974991Z adding 'torch/include/torch/csrc/utils/disallow_copy.h' 2022-09-27T15:22:54.5976914Z adding 'torch/include/torch/csrc/utils/init.h' 2022-09-27T15:22:54.5978555Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-09-27T15:22:54.5980377Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-09-27T15:22:54.5982048Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-09-27T15:22:54.5984116Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-09-27T15:22:54.5985874Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-09-27T15:22:54.5988916Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-09-27T15:22:54.5990823Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-09-27T15:22:54.6000378Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-09-27T15:22:54.6003641Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-09-27T15:22:54.6005429Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-09-27T15:22:54.6007773Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-09-27T15:22:54.6009975Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-09-27T15:22:54.6012439Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-09-27T15:22:54.6014049Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-09-27T15:22:54.6016026Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-09-27T15:22:54.6018019Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-09-27T15:22:54.6020181Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-09-27T15:22:54.6021962Z adding 'torch/include/torch/csrc/utils/six.h' 2022-09-27T15:22:54.6023598Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-09-27T15:22:54.6025501Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-09-27T15:22:54.6026605Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-09-27T15:22:54.6028744Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-09-27T15:22:54.6030279Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-09-27T15:22:54.6031914Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-09-27T15:22:54.6033380Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-09-27T15:22:54.6035364Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-09-27T15:22:54.6036982Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-09-27T15:22:54.6038498Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-09-27T15:22:54.6040012Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-09-27T15:22:54.6042697Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-09-27T15:22:54.6045897Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-09-27T15:22:54.6047905Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-09-27T15:22:54.6050387Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-09-27T15:22:54.6054611Z adding 'torch/jit/__init__.py' 2022-09-27T15:22:54.6057426Z adding 'torch/jit/_async.py' 2022-09-27T15:22:54.6060425Z adding 'torch/jit/_builtins.py' 2022-09-27T15:22:54.6064289Z adding 'torch/jit/_check.py' 2022-09-27T15:22:54.6067573Z adding 'torch/jit/_dataclass_impls.py' 2022-09-27T15:22:54.6069426Z adding 'torch/jit/_decomposition_utils.py' 2022-09-27T15:22:54.6071964Z adding 'torch/jit/_decompositions.py' 2022-09-27T15:22:54.6075683Z adding 'torch/jit/_freeze.py' 2022-09-27T15:22:54.6078889Z adding 'torch/jit/_fuser.py' 2022-09-27T15:22:54.6080735Z adding 'torch/jit/_ir_utils.py' 2022-09-27T15:22:54.6082715Z adding 'torch/jit/_logging.py' 2022-09-27T15:22:54.6085658Z adding 'torch/jit/_monkeytype_config.py' 2022-09-27T15:22:54.6087931Z adding 'torch/jit/_pickle.py' 2022-09-27T15:22:54.6100758Z adding 'torch/jit/_recursive.py' 2022-09-27T15:22:54.6120858Z adding 'torch/jit/_script.py' 2022-09-27T15:22:54.6125882Z adding 'torch/jit/_serialization.py' 2022-09-27T15:22:54.6137372Z adding 'torch/jit/_shape_functions.py' 2022-09-27T15:22:54.6140704Z adding 'torch/jit/_state.py' 2022-09-27T15:22:54.6154456Z adding 'torch/jit/_trace.py' 2022-09-27T15:22:54.6161232Z adding 'torch/jit/annotations.py' 2022-09-27T15:22:54.6173903Z adding 'torch/jit/frontend.py' 2022-09-27T15:22:54.6177092Z adding 'torch/jit/generate_bytecode.py' 2022-09-27T15:22:54.6182517Z adding 'torch/jit/quantized.py' 2022-09-27T15:22:54.6186937Z adding 'torch/jit/supported_ops.py' 2022-09-27T15:22:54.6189389Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-09-27T15:22:54.6191334Z adding 'torch/jit/_passes/__init__.py' 2022-09-27T15:22:54.6193400Z adding 'torch/jit/_passes/_property_propagation.py' 2022-09-27T15:22:54.6196840Z adding 'torch/jit/mobile/__init__.py' 2022-09-27T15:22:54.6332228Z adding 'torch/lib/libbackend_with_compiler.so' 2022-09-27T15:22:54.6652949Z adding 'torch/lib/libc10.so' 2022-09-27T15:22:54.6768097Z adding 'torch/lib/libjitbackend_test.so' 2022-09-27T15:22:54.6787596Z adding 'torch/lib/libshm.so' 2022-09-27T15:22:54.6792272Z adding 'torch/lib/libtorch.so' 2022-09-27T15:23:04.0658031Z adding 'torch/lib/libtorch_cpu.so' 2022-09-27T15:23:04.6560638Z adding 'torch/lib/libtorch_global_deps.so' 2022-09-27T15:23:05.3870324Z adding 'torch/lib/libtorch_python.so' 2022-09-27T15:23:05.4515907Z adding 'torch/lib/libtorchbind_test.so' 2022-09-27T15:23:05.4560930Z adding 'torch/linalg/__init__.py' 2022-09-27T15:23:05.4565362Z adding 'torch/masked/__init__.py' 2022-09-27T15:23:05.4567534Z adding 'torch/masked/maskedtensor/__init__.py' 2022-09-27T15:23:05.4569796Z adding 'torch/masked/maskedtensor/binary.py' 2022-09-27T15:23:05.4576536Z adding 'torch/masked/maskedtensor/core.py' 2022-09-27T15:23:05.4579631Z adding 'torch/masked/maskedtensor/functions.py' 2022-09-27T15:23:05.4581834Z adding 'torch/masked/maskedtensor/matmul.py' 2022-09-27T15:23:05.4583680Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-09-27T15:23:05.4585985Z adding 'torch/masked/maskedtensor/reductions.py' 2022-09-27T15:23:05.4588360Z adding 'torch/masked/maskedtensor/unary.py' 2022-09-27T15:23:05.4590383Z adding 'torch/monitor/__init__.py' 2022-09-27T15:23:05.4592595Z adding 'torch/multiprocessing/__init__.py' 2022-09-27T15:23:05.4594350Z adding 'torch/multiprocessing/_atfork.py' 2022-09-27T15:23:05.4596462Z adding 'torch/multiprocessing/pool.py' 2022-09-27T15:23:05.4597762Z adding 'torch/multiprocessing/queue.py' 2022-09-27T15:23:05.4602912Z adding 'torch/multiprocessing/reductions.py' 2022-09-27T15:23:05.4606677Z adding 'torch/multiprocessing/spawn.py' 2022-09-27T15:23:05.4609124Z adding 'torch/nested/__init__.py' 2022-09-27T15:23:05.4611466Z adding 'torch/nn/__init__.py' 2022-09-27T15:23:05.4613305Z adding 'torch/nn/_reduction.py' 2022-09-27T15:23:05.4615171Z adding 'torch/nn/common_types.py' 2022-09-27T15:23:05.4617359Z adding 'torch/nn/cpp.py' 2022-09-27T15:23:05.4670827Z adding 'torch/nn/functional.py' 2022-09-27T15:23:05.4679421Z adding 'torch/nn/functional.pyi' 2022-09-27T15:23:05.4682290Z adding 'torch/nn/grad.py' 2022-09-27T15:23:05.4688063Z adding 'torch/nn/init.py' 2022-09-27T15:23:05.4692023Z adding 'torch/nn/parameter.py' 2022-09-27T15:23:05.4693990Z adding 'torch/nn/parameter.pyi' 2022-09-27T15:23:05.4696573Z adding 'torch/nn/backends/__init__.py' 2022-09-27T15:23:05.4697626Z adding 'torch/nn/backends/thnn.py' 2022-09-27T15:23:05.4699421Z adding 'torch/nn/intrinsic/__init__.py' 2022-09-27T15:23:05.4702334Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-09-27T15:23:05.4704711Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-09-27T15:23:05.4706597Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-09-27T15:23:05.4708505Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-09-27T15:23:05.4713536Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-09-27T15:23:05.4717133Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-09-27T15:23:05.4719222Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-09-27T15:23:05.4721069Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-09-27T15:23:05.4722822Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-09-27T15:23:05.4724662Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-09-27T15:23:05.4726570Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-09-27T15:23:05.4728526Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-09-27T15:23:05.4730434Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-09-27T15:23:05.4732883Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-09-27T15:23:05.4734872Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-09-27T15:23:05.4738336Z adding 'torch/nn/modules/__init__.py' 2022-09-27T15:23:05.4742267Z adding 'torch/nn/modules/_functions.py' 2022-09-27T15:23:05.4754081Z adding 'torch/nn/modules/activation.py' 2022-09-27T15:23:05.4759392Z adding 'torch/nn/modules/adaptive.py' 2022-09-27T15:23:05.4767486Z adding 'torch/nn/modules/batchnorm.py' 2022-09-27T15:23:05.4770061Z adding 'torch/nn/modules/channelshuffle.py' 2022-09-27T15:23:05.4778318Z adding 'torch/nn/modules/container.py' 2022-09-27T15:23:05.4791711Z adding 'torch/nn/modules/conv.py' 2022-09-27T15:23:05.4795919Z adding 'torch/nn/modules/distance.py' 2022-09-27T15:23:05.4798633Z adding 'torch/nn/modules/dropout.py' 2022-09-27T15:23:05.4801313Z adding 'torch/nn/modules/flatten.py' 2022-09-27T15:23:05.4805091Z adding 'torch/nn/modules/fold.py' 2022-09-27T15:23:05.4808981Z adding 'torch/nn/modules/instancenorm.py' 2022-09-27T15:23:05.4813391Z adding 'torch/nn/modules/lazy.py' 2022-09-27T15:23:05.4817023Z adding 'torch/nn/modules/linear.py' 2022-09-27T15:23:05.4837389Z adding 'torch/nn/modules/loss.py' 2022-09-27T15:23:05.4864336Z adding 'torch/nn/modules/module.py' 2022-09-27T15:23:05.4869586Z adding 'torch/nn/modules/normalization.py' 2022-09-27T15:23:05.4873119Z adding 'torch/nn/modules/padding.py' 2022-09-27T15:23:05.4875806Z adding 'torch/nn/modules/pixelshuffle.py' 2022-09-27T15:23:05.4884607Z adding 'torch/nn/modules/pooling.py' 2022-09-27T15:23:05.4897949Z adding 'torch/nn/modules/rnn.py' 2022-09-27T15:23:05.4904662Z adding 'torch/nn/modules/sparse.py' 2022-09-27T15:23:05.4912491Z adding 'torch/nn/modules/transformer.py' 2022-09-27T15:23:05.4916686Z adding 'torch/nn/modules/upsampling.py' 2022-09-27T15:23:05.4918977Z adding 'torch/nn/modules/utils.py' 2022-09-27T15:23:05.4921229Z adding 'torch/nn/parallel/__init__.py' 2022-09-27T15:23:05.4922965Z adding 'torch/nn/parallel/__init__.pyi' 2022-09-27T15:23:05.4925277Z adding 'torch/nn/parallel/_functions.py' 2022-09-27T15:23:05.4927171Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-09-27T15:23:05.4928799Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-09-27T15:23:05.4932356Z adding 'torch/nn/parallel/comm.py' 2022-09-27T15:23:05.4934128Z adding 'torch/nn/parallel/common_types.pyi' 2022-09-27T15:23:05.4938029Z adding 'torch/nn/parallel/data_parallel.py' 2022-09-27T15:23:05.4939931Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-09-27T15:23:05.4966007Z adding 'torch/nn/parallel/distributed.py' 2022-09-27T15:23:05.4969402Z adding 'torch/nn/parallel/distributed.pyi' 2022-09-27T15:23:05.4971620Z adding 'torch/nn/parallel/parallel_apply.py' 2022-09-27T15:23:05.4973240Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-09-27T15:23:05.4976020Z adding 'torch/nn/parallel/replicate.py' 2022-09-27T15:23:05.4977650Z adding 'torch/nn/parallel/replicate.pyi' 2022-09-27T15:23:05.4979820Z adding 'torch/nn/parallel/scatter_gather.py' 2022-09-27T15:23:05.4981527Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-09-27T15:23:05.4983427Z adding 'torch/nn/qat/__init__.py' 2022-09-27T15:23:05.4985176Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-09-27T15:23:05.4986893Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-09-27T15:23:05.4988343Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-09-27T15:23:05.4990104Z adding 'torch/nn/qat/modules/__init__.py' 2022-09-27T15:23:05.4991623Z adding 'torch/nn/qat/modules/conv.py' 2022-09-27T15:23:05.4993129Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-09-27T15:23:05.4994627Z adding 'torch/nn/qat/modules/linear.py' 2022-09-27T15:23:05.4996176Z adding 'torch/nn/quantizable/__init__.py' 2022-09-27T15:23:05.4997859Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-09-27T15:23:05.4999423Z adding 'torch/nn/quantizable/modules/activation.py' 2022-09-27T15:23:05.5000890Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-09-27T15:23:05.5002786Z adding 'torch/nn/quantized/__init__.py' 2022-09-27T15:23:05.5004289Z adding 'torch/nn/quantized/functional.py' 2022-09-27T15:23:05.5005889Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-09-27T15:23:05.5007731Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-09-27T15:23:05.5009317Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-09-27T15:23:05.5010830Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-09-27T15:23:05.5012422Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-09-27T15:23:05.5014187Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-09-27T15:23:05.5015696Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-09-27T15:23:05.5017417Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-09-27T15:23:05.5019418Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-09-27T15:23:05.5021484Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-09-27T15:23:05.5023408Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-09-27T15:23:05.5024803Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-09-27T15:23:05.5026930Z adding 'torch/nn/quantized/modules/__init__.py' 2022-09-27T15:23:05.5028821Z adding 'torch/nn/quantized/modules/activation.py' 2022-09-27T15:23:05.5030356Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-09-27T15:23:05.5031866Z adding 'torch/nn/quantized/modules/conv.py' 2022-09-27T15:23:05.5033412Z adding 'torch/nn/quantized/modules/dropout.py' 2022-09-27T15:23:05.5034813Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-09-27T15:23:05.5036349Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-09-27T15:23:05.5037809Z adding 'torch/nn/quantized/modules/linear.py' 2022-09-27T15:23:05.5039391Z adding 'torch/nn/quantized/modules/normalization.py' 2022-09-27T15:23:05.5040842Z adding 'torch/nn/quantized/modules/rnn.py' 2022-09-27T15:23:05.5042501Z adding 'torch/nn/quantized/modules/utils.py' 2022-09-27T15:23:05.5044534Z adding 'torch/nn/utils/__init__.py' 2022-09-27T15:23:05.5046541Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-09-27T15:23:05.5049193Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-09-27T15:23:05.5051111Z adding 'torch/nn/utils/_stateless.py' 2022-09-27T15:23:05.5053496Z adding 'torch/nn/utils/clip_grad.py' 2022-09-27T15:23:05.5055813Z adding 'torch/nn/utils/convert_parameters.py' 2022-09-27T15:23:05.5057909Z adding 'torch/nn/utils/fusion.py' 2022-09-27T15:23:05.5060037Z adding 'torch/nn/utils/init.py' 2022-09-27T15:23:05.5062552Z adding 'torch/nn/utils/memory_format.py' 2022-09-27T15:23:05.5069644Z adding 'torch/nn/utils/parametrizations.py' 2022-09-27T15:23:05.5080239Z adding 'torch/nn/utils/parametrize.py' 2022-09-27T15:23:05.5094957Z adding 'torch/nn/utils/prune.py' 2022-09-27T15:23:05.5102487Z adding 'torch/nn/utils/rnn.py' 2022-09-27T15:23:05.5107808Z adding 'torch/nn/utils/spectral_norm.py' 2022-09-27T15:23:05.5110765Z adding 'torch/nn/utils/stateless.py' 2022-09-27T15:23:05.5113464Z adding 'torch/nn/utils/weight_norm.py' 2022-09-27T15:23:05.5115602Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-09-27T15:23:05.5117838Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-09-27T15:23:05.5121370Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-09-27T15:23:05.5123938Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-09-27T15:23:05.5126060Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-09-27T15:23:05.5128976Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-09-27T15:23:05.5131398Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-09-27T15:23:05.5133754Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-09-27T15:23:05.5135934Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-09-27T15:23:05.5138228Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-09-27T15:23:05.5141093Z adding 'torch/onnx/__init__.py' 2022-09-27T15:23:05.5142937Z adding 'torch/onnx/_constants.py' 2022-09-27T15:23:05.5144581Z adding 'torch/onnx/_deprecation.py' 2022-09-27T15:23:05.5146397Z adding 'torch/onnx/_experimental.py' 2022-09-27T15:23:05.5148240Z adding 'torch/onnx/_exporter_states.py' 2022-09-27T15:23:05.5150390Z adding 'torch/onnx/_globals.py' 2022-09-27T15:23:05.5152708Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-09-27T15:23:05.5156220Z adding 'torch/onnx/_patch_torch.py' 2022-09-27T15:23:05.5159496Z adding 'torch/onnx/_type_utils.py' 2022-09-27T15:23:05.5161948Z adding 'torch/onnx/errors.py' 2022-09-27T15:23:05.5163795Z adding 'torch/onnx/operators.py' 2022-09-27T15:23:05.5166794Z adding 'torch/onnx/symbolic_caffe2.py' 2022-09-27T15:23:05.5184497Z adding 'torch/onnx/symbolic_helper.py' 2022-09-27T15:23:05.5192570Z adding 'torch/onnx/symbolic_opset10.py' 2022-09-27T15:23:05.5207015Z adding 'torch/onnx/symbolic_opset11.py' 2022-09-27T15:23:05.5212344Z adding 'torch/onnx/symbolic_opset12.py' 2022-09-27T15:23:05.5220684Z adding 'torch/onnx/symbolic_opset13.py' 2022-09-27T15:23:05.5223775Z adding 'torch/onnx/symbolic_opset14.py' 2022-09-27T15:23:05.5225826Z adding 'torch/onnx/symbolic_opset15.py' 2022-09-27T15:23:05.5228077Z adding 'torch/onnx/symbolic_opset16.py' 2022-09-27T15:23:05.5229995Z adding 'torch/onnx/symbolic_opset17.py' 2022-09-27T15:23:05.5231964Z adding 'torch/onnx/symbolic_opset7.py' 2022-09-27T15:23:05.5235994Z adding 'torch/onnx/symbolic_opset8.py' 2022-09-27T15:23:05.5294220Z adding 'torch/onnx/symbolic_opset9.py' 2022-09-27T15:23:05.5323776Z adding 'torch/onnx/utils.py' 2022-09-27T15:23:05.5332792Z adding 'torch/onnx/verification.py' 2022-09-27T15:23:05.5335695Z adding 'torch/onnx/_internal/__init__.py' 2022-09-27T15:23:05.5337817Z adding 'torch/onnx/_internal/_beartype.py' 2022-09-27T15:23:05.5342317Z adding 'torch/onnx/_internal/registration.py' 2022-09-27T15:23:05.5345205Z adding 'torch/optim/__init__.py' 2022-09-27T15:23:05.5346914Z adding 'torch/optim/__init__.pyi' 2022-09-27T15:23:05.5349608Z adding 'torch/optim/_functional.py' 2022-09-27T15:23:05.5352417Z adding 'torch/optim/adadelta.py' 2022-09-27T15:23:05.5354229Z adding 'torch/optim/adadelta.pyi' 2022-09-27T15:23:05.5357920Z adding 'torch/optim/adagrad.py' 2022-09-27T15:23:05.5359878Z adding 'torch/optim/adagrad.pyi' 2022-09-27T15:23:05.5366563Z adding 'torch/optim/adam.py' 2022-09-27T15:23:05.5368876Z adding 'torch/optim/adam.pyi' 2022-09-27T15:23:05.5372473Z adding 'torch/optim/adamax.py' 2022-09-27T15:23:05.5374412Z adding 'torch/optim/adamax.pyi' 2022-09-27T15:23:05.5379403Z adding 'torch/optim/adamw.py' 2022-09-27T15:23:05.5381516Z adding 'torch/optim/adamw.pyi' 2022-09-27T15:23:05.5384942Z adding 'torch/optim/asgd.py' 2022-09-27T15:23:05.5386803Z adding 'torch/optim/asgd.pyi' 2022-09-27T15:23:05.5392078Z adding 'torch/optim/lbfgs.py' 2022-09-27T15:23:05.5394402Z adding 'torch/optim/lbfgs.pyi' 2022-09-27T15:23:05.5412283Z adding 'torch/optim/lr_scheduler.py' 2022-09-27T15:23:05.5416635Z adding 'torch/optim/lr_scheduler.pyi' 2022-09-27T15:23:05.5420941Z adding 'torch/optim/nadam.py' 2022-09-27T15:23:05.5422715Z adding 'torch/optim/nadam.pyi' 2022-09-27T15:23:05.5427475Z adding 'torch/optim/optimizer.py' 2022-09-27T15:23:05.5429586Z adding 'torch/optim/optimizer.pyi' 2022-09-27T15:23:05.5433397Z adding 'torch/optim/radam.py' 2022-09-27T15:23:05.5435390Z adding 'torch/optim/radam.pyi' 2022-09-27T15:23:05.5439321Z adding 'torch/optim/rmsprop.py' 2022-09-27T15:23:05.5441350Z adding 'torch/optim/rmsprop.pyi' 2022-09-27T15:23:05.5445042Z adding 'torch/optim/rprop.py' 2022-09-27T15:23:05.5446934Z adding 'torch/optim/rprop.pyi' 2022-09-27T15:23:05.5450596Z adding 'torch/optim/sgd.py' 2022-09-27T15:23:05.5452572Z adding 'torch/optim/sgd.pyi' 2022-09-27T15:23:05.5454991Z adding 'torch/optim/sparse_adam.py' 2022-09-27T15:23:05.5456917Z adding 'torch/optim/sparse_adam.pyi' 2022-09-27T15:23:05.5461029Z adding 'torch/optim/swa_utils.py' 2022-09-27T15:23:05.5463183Z adding 'torch/optim/swa_utils.pyi' 2022-09-27T15:23:05.5465196Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-09-27T15:23:05.5467282Z adding 'torch/package/__init__.py' 2022-09-27T15:23:05.5469837Z adding 'torch/package/_digraph.py' 2022-09-27T15:23:05.5471983Z adding 'torch/package/_directory_reader.py' 2022-09-27T15:23:05.5474136Z adding 'torch/package/_importlib.py' 2022-09-27T15:23:05.5476120Z adding 'torch/package/_mangling.py' 2022-09-27T15:23:05.5478285Z adding 'torch/package/_mock.py' 2022-09-27T15:23:05.5480880Z adding 'torch/package/_package_pickler.py' 2022-09-27T15:23:05.5482831Z adding 'torch/package/_package_unpickler.py' 2022-09-27T15:23:05.5485620Z adding 'torch/package/_stdlib.py' 2022-09-27T15:23:05.5488597Z adding 'torch/package/file_structure_representation.py' 2022-09-27T15:23:05.5491094Z adding 'torch/package/find_file_dependencies.py' 2022-09-27T15:23:05.5493419Z adding 'torch/package/glob_group.py' 2022-09-27T15:23:05.5497131Z adding 'torch/package/importer.py' 2022-09-27T15:23:05.5510884Z adding 'torch/package/package_exporter.py' 2022-09-27T15:23:05.5521682Z adding 'torch/package/package_importer.py' 2022-09-27T15:23:05.5524672Z adding 'torch/package/analyze/__init__.py' 2022-09-27T15:23:05.5526813Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-09-27T15:23:05.5528269Z adding 'torch/package/analyze/is_from_package.py' 2022-09-27T15:23:05.5530271Z adding 'torch/package/analyze/trace_dependencies.py' 2022-09-27T15:23:05.5532018Z adding 'torch/profiler/__init__.py' 2022-09-27T15:23:05.5538547Z adding 'torch/profiler/_pattern_matcher.py' 2022-09-27T15:23:05.5543354Z adding 'torch/profiler/_utils.py' 2022-09-27T15:23:05.5545502Z adding 'torch/profiler/itt.py' 2022-09-27T15:23:05.5552605Z adding 'torch/profiler/profiler.py' 2022-09-27T15:23:05.5554163Z adding 'torch/profiler/python_tracer.py' 2022-09-27T15:23:05.5556781Z adding 'torch/quantization/__init__.py' 2022-09-27T15:23:05.5558790Z adding 'torch/quantization/_numeric_suite.py' 2022-09-27T15:23:05.5560344Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-09-27T15:23:05.5562127Z adding 'torch/quantization/fake_quantize.py' 2022-09-27T15:23:05.5564131Z adding 'torch/quantization/fuse_modules.py' 2022-09-27T15:23:05.5565949Z adding 'torch/quantization/fuser_method_mappings.py' 2022-09-27T15:23:05.5567674Z adding 'torch/quantization/observer.py' 2022-09-27T15:23:05.5569510Z adding 'torch/quantization/qconfig.py' 2022-09-27T15:23:05.5571221Z adding 'torch/quantization/quant_type.py' 2022-09-27T15:23:05.5573187Z adding 'torch/quantization/quantization_mappings.py' 2022-09-27T15:23:05.5574885Z adding 'torch/quantization/quantize.py' 2022-09-27T15:23:05.5576952Z adding 'torch/quantization/quantize_fx.py' 2022-09-27T15:23:05.5578699Z adding 'torch/quantization/quantize_jit.py' 2022-09-27T15:23:05.5580339Z adding 'torch/quantization/stubs.py' 2022-09-27T15:23:05.5582095Z adding 'torch/quantization/utils.py' 2022-09-27T15:23:05.5584220Z adding 'torch/quantization/fx/__init__.py' 2022-09-27T15:23:05.5586142Z adding 'torch/quantization/fx/_equalize.py' 2022-09-27T15:23:05.5587829Z adding 'torch/quantization/fx/convert.py' 2022-09-27T15:23:05.5589427Z adding 'torch/quantization/fx/fuse.py' 2022-09-27T15:23:05.5591184Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-09-27T15:23:05.5593751Z adding 'torch/quantization/fx/graph_module.py' 2022-09-27T15:23:05.5595590Z adding 'torch/quantization/fx/match_utils.py' 2022-09-27T15:23:05.5597422Z adding 'torch/quantization/fx/pattern_utils.py' 2022-09-27T15:23:05.5599099Z adding 'torch/quantization/fx/prepare.py' 2022-09-27T15:23:05.5600981Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-09-27T15:23:05.5602843Z adding 'torch/quantization/fx/quantization_types.py' 2022-09-27T15:23:05.5604568Z adding 'torch/quantization/fx/utils.py' 2022-09-27T15:23:05.5606985Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-09-27T15:23:05.5609809Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-09-27T15:23:05.5611668Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-09-27T15:23:05.5613514Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-09-27T15:23:05.5616350Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-09-27T15:23:05.5618660Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-09-27T15:23:05.5620753Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-09-27T15:23:05.5623103Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-09-27T15:23:05.5650131Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-09-27T15:23:05.5657415Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-09-27T15:23:05.5659854Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-09-27T15:23:05.5675199Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-09-27T15:23:05.5675813Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-09-27T15:23:05.5676207Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-09-27T15:23:05.5676748Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-09-27T15:23:05.5677601Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-09-27T15:23:05.5683835Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-09-27T15:23:05.5686555Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-09-27T15:23:05.5688832Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-09-27T15:23:05.5690673Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-09-27T15:23:05.5692413Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-09-27T15:23:05.5694632Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-09-27T15:23:05.5696719Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-09-27T15:23:05.5703341Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-09-27T15:23:05.5706283Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-09-27T15:23:05.5708554Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-09-27T15:23:05.5711749Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-09-27T15:23:05.5713643Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-09-27T15:23:05.5718168Z adding 'torch/sparse/__init__.py' 2022-09-27T15:23:05.5725347Z adding 'torch/special/__init__.py' 2022-09-27T15:23:05.5968175Z adding 'torch/test/CppSignature_test' 2022-09-27T15:23:05.6322699Z adding 'torch/test/Dict_test' 2022-09-27T15:23:05.6591416Z adding 'torch/test/Dimname_test' 2022-09-27T15:23:05.6888652Z adding 'torch/test/IListRef_test' 2022-09-27T15:23:05.7203305Z adding 'torch/test/KernelFunction_test' 2022-09-27T15:23:05.7713079Z adding 'torch/test/List_test' 2022-09-27T15:23:05.8038170Z adding 'torch/test/MaybeOwned_test' 2022-09-27T15:23:05.8329487Z adding 'torch/test/NamedTensor_test' 2022-09-27T15:23:05.8625094Z adding 'torch/test/apply_utils_test' 2022-09-27T15:23:05.8920391Z adding 'torch/test/atest' 2022-09-27T15:23:05.9206640Z adding 'torch/test/backend_fallback_test' 2022-09-27T15:23:05.9514372Z adding 'torch/test/basic' 2022-09-27T15:23:05.9785251Z adding 'torch/test/broadcast_test' 2022-09-27T15:23:06.0026965Z adding 'torch/test/c10_Array_test' 2022-09-27T15:23:06.0290206Z adding 'torch/test/c10_Bitset_test' 2022-09-27T15:23:06.0544436Z adding 'torch/test/c10_C++17_test' 2022-09-27T15:23:06.0789706Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-09-27T15:23:06.1029336Z adding 'torch/test/c10_ConstexprCrc_test' 2022-09-27T15:23:06.1273427Z adding 'torch/test/c10_DeadlockDetection_test' 2022-09-27T15:23:06.1531304Z adding 'torch/test/c10_DeviceGuard_test' 2022-09-27T15:23:06.1784653Z adding 'torch/test/c10_Device_test' 2022-09-27T15:23:06.2078334Z adding 'torch/test/c10_DispatchKeySet_test' 2022-09-27T15:23:06.2329575Z adding 'torch/test/c10_Half_test' 2022-09-27T15:23:06.2605863Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-09-27T15:23:06.2885769Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-09-27T15:23:06.3167126Z adding 'torch/test/c10_LeftRight_test' 2022-09-27T15:23:06.3472494Z adding 'torch/test/c10_Metaprogramming_test' 2022-09-27T15:23:06.3760620Z adding 'torch/test/c10_SizesAndStrides_test' 2022-09-27T15:23:06.4361986Z adding 'torch/test/c10_SmallVectorTest' 2022-09-27T15:23:06.4634043Z adding 'torch/test/c10_StreamGuard_test' 2022-09-27T15:23:06.4883553Z adding 'torch/test/c10_SymInt_test' 2022-09-27T15:23:06.5136794Z adding 'torch/test/c10_Synchronized_test' 2022-09-27T15:23:06.5420959Z adding 'torch/test/c10_ThreadLocal_test' 2022-09-27T15:23:06.5683831Z adding 'torch/test/c10_TypeIndex_test' 2022-09-27T15:23:06.5938483Z adding 'torch/test/c10_TypeList_test' 2022-09-27T15:23:06.6180073Z adding 'torch/test/c10_TypeTraits_test' 2022-09-27T15:23:06.6440226Z adding 'torch/test/c10_accumulate_test' 2022-09-27T15:23:06.6720684Z adding 'torch/test/c10_bfloat16_test' 2022-09-27T15:23:06.6992880Z adding 'torch/test/c10_complex_math_test' 2022-09-27T15:23:06.7269771Z adding 'torch/test/c10_complex_test' 2022-09-27T15:23:06.7764807Z adding 'torch/test/c10_either_test' 2022-09-27T15:23:06.8044899Z adding 'torch/test/c10_exception_test' 2022-09-27T15:23:06.8297105Z adding 'torch/test/c10_flags_test' 2022-09-27T15:23:06.8590274Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-09-27T15:23:06.9340524Z adding 'torch/test/c10_intrusive_ptr_test' 2022-09-27T15:23:06.9629885Z adding 'torch/test/c10_irange_test' 2022-09-27T15:23:06.9921053Z adding 'torch/test/c10_logging_test' 2022-09-27T15:23:07.0287369Z adding 'torch/test/c10_optional_test' 2022-09-27T15:23:07.0593873Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-09-27T15:23:07.0873773Z adding 'torch/test/c10_registry_test' 2022-09-27T15:23:07.1168871Z adding 'torch/test/c10_string_view_test' 2022-09-27T15:23:07.1431113Z adding 'torch/test/c10_tempfile_test' 2022-09-27T15:23:07.1713484Z adding 'torch/test/c10_typeid_test' 2022-09-27T15:23:07.2007166Z adding 'torch/test/cpu_generator_test' 2022-09-27T15:23:07.2273391Z adding 'torch/test/cpu_profiling_allocator_test' 2022-09-27T15:23:07.2692679Z adding 'torch/test/cpu_rng_test' 2022-09-27T15:23:07.2952215Z adding 'torch/test/dispatch_key_set_test' 2022-09-27T15:23:07.3199984Z adding 'torch/test/dlconvertor_test' 2022-09-27T15:23:07.3490624Z adding 'torch/test/extension_backend_test' 2022-09-27T15:23:07.3773150Z adding 'torch/test/half_test' 2022-09-27T15:23:07.4038825Z adding 'torch/test/inline_container_test' 2022-09-27T15:23:07.4520932Z adding 'torch/test/ivalue_test' 2022-09-27T15:23:07.5118726Z adding 'torch/test/kernel_function_legacy_test' 2022-09-27T15:23:07.5613353Z adding 'torch/test/kernel_function_test' 2022-09-27T15:23:07.6225630Z adding 'torch/test/kernel_lambda_legacy_test' 2022-09-27T15:23:07.6737800Z adding 'torch/test/kernel_lambda_test' 2022-09-27T15:23:07.7056682Z adding 'torch/test/kernel_stackbased_test' 2022-09-27T15:23:07.7304407Z adding 'torch/test/lazy_tensor_test' 2022-09-27T15:23:07.7780427Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-09-27T15:23:07.8057878Z adding 'torch/test/math_kernel_test' 2022-09-27T15:23:07.8320799Z adding 'torch/test/memory_format_test' 2022-09-27T15:23:07.8583799Z adding 'torch/test/memory_overlapping_test' 2022-09-27T15:23:07.8847532Z adding 'torch/test/mobile_memory_cleanup' 2022-09-27T15:23:07.9129599Z adding 'torch/test/native_test' 2022-09-27T15:23:07.9373159Z adding 'torch/test/op_allowlist_test' 2022-09-27T15:23:08.0569662Z adding 'torch/test/op_registration_test' 2022-09-27T15:23:08.0902850Z adding 'torch/test/operator_name_test' 2022-09-27T15:23:08.1154711Z adding 'torch/test/operators_test' 2022-09-27T15:23:08.1418768Z adding 'torch/test/packedtensoraccessor_test' 2022-09-27T15:23:08.1746466Z adding 'torch/test/pow_test' 2022-09-27T15:23:08.2035905Z adding 'torch/test/quantized_test' 2022-09-27T15:23:08.2284604Z adding 'torch/test/reduce_ops_test' 2022-09-27T15:23:08.2541732Z adding 'torch/test/reportMemoryUsage_test' 2022-09-27T15:23:08.2825787Z adding 'torch/test/scalar_tensor_test' 2022-09-27T15:23:08.3115134Z adding 'torch/test/scalar_test' 2022-09-27T15:23:08.3375829Z adding 'torch/test/stride_properties_test' 2022-09-27T15:23:08.3742293Z adding 'torch/test/tensor_iterator_test' 2022-09-27T15:23:08.4032453Z adding 'torch/test/test_parallel' 2022-09-27T15:23:08.4052758Z adding 'torch/test/thread_init_test' 2022-09-27T15:23:08.4318139Z adding 'torch/test/type_ptr_test' 2022-09-27T15:23:08.4624561Z adding 'torch/test/type_test' 2022-09-27T15:23:08.4888459Z adding 'torch/test/undefined_tensor_test' 2022-09-27T15:23:08.5136721Z adding 'torch/test/variant_test' 2022-09-27T15:23:08.5152363Z adding 'torch/test/verify_api_visibility' 2022-09-27T15:23:08.5491302Z adding 'torch/test/vmap_test' 2022-09-27T15:23:08.5751050Z adding 'torch/test/weakref_test' 2022-09-27T15:23:08.6007130Z adding 'torch/test/wrapdim_test' 2022-09-27T15:23:08.6252907Z adding 'torch/test/xla_tensor_test' 2022-09-27T15:23:08.6266580Z adding 'torch/testing/__init__.py' 2022-09-27T15:23:08.6281243Z adding 'torch/testing/_comparison.py' 2022-09-27T15:23:08.6286222Z adding 'torch/testing/_creation.py' 2022-09-27T15:23:08.6289413Z adding 'torch/testing/_deprecated.py' 2022-09-27T15:23:08.6291669Z adding 'torch/testing/_legacy.py' 2022-09-27T15:23:08.6293969Z adding 'torch/testing/_internal/__init__.py' 2022-09-27T15:23:08.6298474Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-09-27T15:23:08.6302026Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-09-27T15:23:08.6305243Z adding 'torch/testing/_internal/common_cuda.py' 2022-09-27T15:23:08.6323104Z adding 'torch/testing/_internal/common_device_type.py' 2022-09-27T15:23:08.6333774Z adding 'torch/testing/_internal/common_distributed.py' 2022-09-27T15:23:08.6336253Z adding 'torch/testing/_internal/common_dtype.py' 2022-09-27T15:23:08.6346864Z adding 'torch/testing/_internal/common_fsdp.py' 2022-09-27T15:23:08.6352082Z adding 'torch/testing/_internal/common_jit.py' 2022-09-27T15:23:08.6517435Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-09-27T15:23:08.6548149Z adding 'torch/testing/_internal/common_modules.py' 2022-09-27T15:23:08.6592524Z adding 'torch/testing/_internal/common_nn.py' 2022-09-27T15:23:08.6618271Z adding 'torch/testing/_internal/common_quantization.py' 2022-09-27T15:23:08.6623516Z adding 'torch/testing/_internal/common_quantized.py' 2022-09-27T15:23:08.6627027Z adding 'torch/testing/_internal/common_subclass.py' 2022-09-27T15:23:08.6677408Z adding 'torch/testing/_internal/common_utils.py' 2022-09-27T15:23:08.6687203Z adding 'torch/testing/_internal/composite_compliance.py' 2022-09-27T15:23:08.6690627Z adding 'torch/testing/_internal/dist_utils.py' 2022-09-27T15:23:08.6695107Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-09-27T15:23:08.6703764Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-09-27T15:23:08.6713439Z adding 'torch/testing/_internal/jit_utils.py' 2022-09-27T15:23:08.6716708Z adding 'torch/testing/_internal/logging_tensor.py' 2022-09-27T15:23:08.6718418Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-09-27T15:23:08.6721019Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-09-27T15:23:08.6723075Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-09-27T15:23:08.6727602Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-09-27T15:23:08.6729773Z adding 'torch/testing/_internal/data/__init__.py' 2022-09-27T15:23:08.6731452Z adding 'torch/testing/_internal/data/network1.py' 2022-09-27T15:23:08.6733239Z adding 'torch/testing/_internal/data/network2.py' 2022-09-27T15:23:08.6734760Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-09-27T15:23:08.6741479Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-09-27T15:23:08.6822127Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-09-27T15:23:08.6832692Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-09-27T15:23:08.6834903Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-09-27T15:23:08.6837880Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-09-27T15:23:08.6840390Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-09-27T15:23:08.6841827Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-09-27T15:23:08.6844509Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-09-27T15:23:08.6847008Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-09-27T15:23:08.6849353Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-09-27T15:23:08.6851121Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-09-27T15:23:08.6852945Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-09-27T15:23:08.6858278Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-09-27T15:23:08.6860610Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-09-27T15:23:08.6862463Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-09-27T15:23:08.6886800Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-09-27T15:23:08.6892314Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-09-27T15:23:08.6896298Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-09-27T15:23:08.6898842Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-09-27T15:23:08.6900984Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-09-27T15:23:08.6953119Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-09-27T15:23:08.6959908Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-09-27T15:23:08.6961790Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-09-27T15:23:08.6964456Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-09-27T15:23:08.6968216Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-09-27T15:23:08.6970301Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-09-27T15:23:08.6972734Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-09-27T15:23:08.6984136Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-09-27T15:23:08.6988139Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-09-27T15:23:08.6990257Z adding 'torch/testing/_internal/generated/__init__.py' 2022-09-27T15:23:08.7022479Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-09-27T15:23:08.7032280Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-09-27T15:23:08.7061985Z adding 'torch/testing/_internal/opinfo/core.py' 2022-09-27T15:23:08.7067173Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-09-27T15:23:08.7071039Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-09-27T15:23:08.7073023Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-09-27T15:23:08.7079819Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-09-27T15:23:08.7084886Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-09-27T15:23:08.7101988Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-09-27T15:23:08.7107851Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-09-27T15:23:08.7110142Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-09-27T15:23:08.7111769Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-09-27T15:23:08.7113577Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-09-27T15:23:08.7115276Z adding 'torch/utils/__init__.py' 2022-09-27T15:23:08.7117201Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-09-27T15:23:08.7118968Z adding 'torch/utils/_crash_handler.py' 2022-09-27T15:23:08.7121003Z adding 'torch/utils/_cuda_trace.py' 2022-09-27T15:23:08.7125121Z adding 'torch/utils/_freeze.py' 2022-09-27T15:23:08.7128271Z adding 'torch/utils/_mode_utils.py' 2022-09-27T15:23:08.7132016Z adding 'torch/utils/_python_dispatch.py' 2022-09-27T15:23:08.7136463Z adding 'torch/utils/_pytree.py' 2022-09-27T15:23:08.7138984Z adding 'torch/utils/_zip.py' 2022-09-27T15:23:08.7145387Z adding 'torch/utils/bundled_inputs.py' 2022-09-27T15:23:08.7152106Z adding 'torch/utils/checkpoint.py' 2022-09-27T15:23:08.7157898Z adding 'torch/utils/collect_env.py' 2022-09-27T15:23:08.7187931Z adding 'torch/utils/cpp_extension.py' 2022-09-27T15:23:08.7192855Z adding 'torch/utils/dlpack.py' 2022-09-27T15:23:08.7194835Z adding 'torch/utils/file_baton.py' 2022-09-27T15:23:08.7198064Z adding 'torch/utils/hooks.py' 2022-09-27T15:23:08.7201007Z adding 'torch/utils/mkldnn.py' 2022-09-27T15:23:08.7204151Z adding 'torch/utils/mobile_optimizer.py' 2022-09-27T15:23:08.7207022Z adding 'torch/utils/model_zoo.py' 2022-09-27T15:23:08.7209887Z adding 'torch/utils/show_pickle.py' 2022-09-27T15:23:08.7213192Z adding 'torch/utils/throughput_benchmark.py' 2022-09-27T15:23:08.7215676Z adding 'torch/utils/backcompat/__init__.py' 2022-09-27T15:23:08.7217749Z adding 'torch/utils/benchmark/__init__.py' 2022-09-27T15:23:08.7219666Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-09-27T15:23:08.7222913Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-09-27T15:23:08.7226176Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-09-27T15:23:08.7228705Z adding 'torch/utils/benchmark/examples/compare.py' 2022-09-27T15:23:08.7233806Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-09-27T15:23:08.7236531Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-09-27T15:23:08.7239171Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-09-27T15:23:08.7241176Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-09-27T15:23:08.7244048Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-09-27T15:23:08.7246141Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-09-27T15:23:08.7248431Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-09-27T15:23:08.7250915Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-09-27T15:23:08.7253262Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-09-27T15:23:08.7256040Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-09-27T15:23:08.7258415Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-09-27T15:23:08.7260496Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-09-27T15:23:08.7262368Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-09-27T15:23:08.7267386Z adding 'torch/utils/benchmark/utils/common.py' 2022-09-27T15:23:08.7271921Z adding 'torch/utils/benchmark/utils/compare.py' 2022-09-27T15:23:08.7275478Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-09-27T15:23:08.7281438Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-09-27T15:23:08.7284978Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-09-27T15:23:08.7287039Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-09-27T15:23:08.7293452Z adding 'torch/utils/benchmark/utils/timer.py' 2022-09-27T15:23:08.7296249Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-09-27T15:23:08.7299180Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-09-27T15:23:08.7301273Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-09-27T15:23:08.7303525Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-09-27T15:23:08.7314227Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-09-27T15:23:08.7360612Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-09-27T15:23:08.7371781Z adding 'torch/utils/bottleneck/__init__.py' 2022-09-27T15:23:08.7374786Z adding 'torch/utils/bottleneck/__main__.py' 2022-09-27T15:23:08.7377647Z adding 'torch/utils/data/__init__.py' 2022-09-27T15:23:08.7379529Z adding 'torch/utils/data/backward_compatibility.py' 2022-09-27T15:23:08.7404686Z adding 'torch/utils/data/dataloader.py' 2022-09-27T15:23:08.7409303Z adding 'torch/utils/data/dataloader_experimental.py' 2022-09-27T15:23:08.7413943Z adding 'torch/utils/data/dataset.py' 2022-09-27T15:23:08.7417400Z adding 'torch/utils/data/distributed.py' 2022-09-27T15:23:08.7419864Z adding 'torch/utils/data/graph.py' 2022-09-27T15:23:08.7422578Z adding 'torch/utils/data/graph_settings.py' 2022-09-27T15:23:08.7426536Z adding 'torch/utils/data/sampler.py' 2022-09-27T15:23:08.7429320Z adding 'torch/utils/data/_utils/__init__.py' 2022-09-27T15:23:08.7432705Z adding 'torch/utils/data/_utils/collate.py' 2022-09-27T15:23:08.7434803Z adding 'torch/utils/data/_utils/fetch.py' 2022-09-27T15:23:08.7437117Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-09-27T15:23:08.7438917Z adding 'torch/utils/data/_utils/serialization.py' 2022-09-27T15:23:08.7441301Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-09-27T15:23:08.7446219Z adding 'torch/utils/data/_utils/worker.py' 2022-09-27T15:23:08.7448637Z adding 'torch/utils/data/communication/__init__.py' 2022-09-27T15:23:08.7450870Z adding 'torch/utils/data/communication/eventloop.py' 2022-09-27T15:23:08.7453742Z adding 'torch/utils/data/communication/iter.py' 2022-09-27T15:23:08.7456696Z adding 'torch/utils/data/communication/map.py' 2022-09-27T15:23:08.7458749Z adding 'torch/utils/data/communication/messages.py' 2022-09-27T15:23:08.7461420Z adding 'torch/utils/data/communication/protocol.py' 2022-09-27T15:23:08.7463591Z adding 'torch/utils/data/communication/queue.py' 2022-09-27T15:23:08.7465584Z adding 'torch/utils/data/datapipes/__init__.py' 2022-09-27T15:23:08.7468498Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-09-27T15:23:08.7472548Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-09-27T15:23:08.7478209Z adding 'torch/utils/data/datapipes/_typing.py' 2022-09-27T15:23:08.7483223Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-09-27T15:23:08.7487382Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-09-27T15:23:08.7489715Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-09-27T15:23:08.7491895Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-09-27T15:23:08.7496128Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-09-27T15:23:08.7498957Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-09-27T15:23:08.7500873Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-09-27T15:23:08.7503259Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-09-27T15:23:08.7506908Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-09-27T15:23:08.7510153Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-09-27T15:23:08.7516421Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-09-27T15:23:08.7519237Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-09-27T15:23:08.7521649Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-09-27T15:23:08.7525715Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-09-27T15:23:08.7528259Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-09-27T15:23:08.7530821Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-09-27T15:23:08.7532846Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-09-27T15:23:08.7534877Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-09-27T15:23:08.7537145Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-09-27T15:23:08.7539196Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-09-27T15:23:08.7541635Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-09-27T15:23:08.7544018Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-09-27T15:23:08.7546260Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-09-27T15:23:08.7548295Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-09-27T15:23:08.7550092Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-09-27T15:23:08.7554618Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-09-27T15:23:08.7558623Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-09-27T15:23:08.7561331Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-09-27T15:23:08.7563252Z adding 'torch/utils/hipify/__init__.py' 2022-09-27T15:23:08.7565195Z adding 'torch/utils/hipify/constants.py' 2022-09-27T15:23:08.7611468Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-09-27T15:23:08.7631449Z adding 'torch/utils/hipify/hipify_python.py' 2022-09-27T15:23:08.7633947Z adding 'torch/utils/hipify/version.py' 2022-09-27T15:23:08.7635848Z adding 'torch/utils/jit/__init__.py' 2022-09-27T15:23:08.7638072Z adding 'torch/utils/jit/log_extract.py' 2022-09-27T15:23:08.7644186Z adding 'torch/utils/model_dump/__init__.py' 2022-09-27T15:23:08.7646088Z adding 'torch/utils/model_dump/__main__.py' 2022-09-27T15:23:08.7651445Z adding 'torch/utils/model_dump/code.js' 2022-09-27T15:23:08.7653947Z adding 'torch/utils/model_dump/htm.mjs' 2022-09-27T15:23:08.7658309Z adding 'torch/utils/model_dump/preact.mjs' 2022-09-27T15:23:08.7660623Z adding 'torch/utils/model_dump/skeleton.html' 2022-09-27T15:23:08.7662389Z adding 'torch/utils/tensorboard/__init__.py' 2022-09-27T15:23:08.7669802Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-09-27T15:23:08.7672033Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-09-27T15:23:08.7674111Z adding 'torch/utils/tensorboard/_embedding.py' 2022-09-27T15:23:08.7676001Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-09-27T15:23:08.7677879Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-09-27T15:23:08.7682732Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-09-27T15:23:08.7685532Z adding 'torch/utils/tensorboard/_utils.py' 2022-09-27T15:23:08.7694188Z adding 'torch/utils/tensorboard/summary.py' 2022-09-27T15:23:08.7706307Z adding 'torch/utils/tensorboard/writer.py' 2022-09-27T15:23:08.7711052Z adding 'torchgen/__init__.py' 2022-09-27T15:23:08.7713083Z adding 'torchgen/code_template.py' 2022-09-27T15:23:08.7715226Z adding 'torchgen/context.py' 2022-09-27T15:23:08.7744743Z adding 'torchgen/gen.py' 2022-09-27T15:23:08.7753140Z adding 'torchgen/gen_backend_stubs.py' 2022-09-27T15:23:08.7762594Z adding 'torchgen/gen_functionalization_type.py' 2022-09-27T15:23:08.7769993Z adding 'torchgen/gen_lazy_tensor.py' 2022-09-27T15:23:08.7773774Z adding 'torchgen/gen_vmap_plumbing.py' 2022-09-27T15:23:08.7775940Z adding 'torchgen/local.py' 2022-09-27T15:23:08.7810830Z adding 'torchgen/model.py' 2022-09-27T15:23:08.7822213Z adding 'torchgen/native_function_generation.py' 2022-09-27T15:23:08.7828496Z adding 'torchgen/utils.py' 2022-09-27T15:23:08.7830810Z adding 'torchgen/api/__init__.py' 2022-09-27T15:23:08.7838719Z adding 'torchgen/api/autograd.py' 2022-09-27T15:23:08.7844229Z adding 'torchgen/api/cpp.py' 2022-09-27T15:23:08.7846949Z adding 'torchgen/api/dispatcher.py' 2022-09-27T15:23:08.7849980Z adding 'torchgen/api/functionalization.py' 2022-09-27T15:23:08.7855816Z adding 'torchgen/api/lazy.py' 2022-09-27T15:23:08.7857943Z adding 'torchgen/api/meta.py' 2022-09-27T15:23:08.7860750Z adding 'torchgen/api/native.py' 2022-09-27T15:23:08.7877338Z adding 'torchgen/api/python.py' 2022-09-27T15:23:08.7881485Z adding 'torchgen/api/structured.py' 2022-09-27T15:23:08.7886911Z adding 'torchgen/api/translate.py' 2022-09-27T15:23:08.7894831Z adding 'torchgen/api/types.py' 2022-09-27T15:23:08.7898487Z adding 'torchgen/api/ufunc.py' 2022-09-27T15:23:08.7902196Z adding 'torchgen/api/unboxing.py' 2022-09-27T15:23:08.7904492Z adding 'torchgen/dest/__init__.py' 2022-09-27T15:23:08.7912467Z adding 'torchgen/dest/lazy_ir.py' 2022-09-27T15:23:08.7915422Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-09-27T15:23:08.7917454Z adding 'torchgen/dest/native_functions.py' 2022-09-27T15:23:08.7928304Z adding 'torchgen/dest/register_dispatch_key.py' 2022-09-27T15:23:08.7934253Z adding 'torchgen/dest/ufunc.py' 2022-09-27T15:23:08.7936691Z adding 'torchgen/operator_versions/__init__.py' 2022-09-27T15:23:08.7940678Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-09-27T15:23:08.7942727Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-09-27T15:23:08.8036387Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-09-27T15:23:08.8049653Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-09-27T15:23:08.8052164Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-09-27T15:23:08.8054216Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-09-27T15:23:08.8056270Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-09-27T15:23:08.8058177Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-09-27T15:23:08.8060165Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-09-27T15:23:08.8061692Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-09-27T15:23:08.8063243Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-09-27T15:23:08.8064840Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-09-27T15:23:08.8066391Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-09-27T15:23:08.8068551Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-09-27T15:23:08.8071045Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-09-27T15:23:08.8072967Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-09-27T15:23:08.8074573Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-09-27T15:23:08.8076355Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-09-27T15:23:08.8077918Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-09-27T15:23:08.8081426Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-09-27T15:23:08.8094781Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-09-27T15:23:08.8096520Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-09-27T15:23:08.8098079Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-09-27T15:23:08.8099718Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-09-27T15:23:08.8101943Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-09-27T15:23:08.8103781Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-09-27T15:23:08.8105502Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-09-27T15:23:08.8107504Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-09-27T15:23:08.8109408Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-09-27T15:23:08.8111088Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-09-27T15:23:08.8112892Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-09-27T15:23:08.8115150Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-09-27T15:23:08.8116837Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-09-27T15:23:08.8118410Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-09-27T15:23:08.8127689Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-09-27T15:23:08.8130374Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-09-27T15:23:08.8132022Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-09-27T15:23:08.8133630Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-09-27T15:23:08.8135489Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-09-27T15:23:08.8137232Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-09-27T15:23:08.8139512Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-09-27T15:23:08.8140634Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-09-27T15:23:08.8142488Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-09-27T15:23:08.8144022Z adding 'torchgen/selective_build/__init__.py' 2022-09-27T15:23:08.8146763Z adding 'torchgen/selective_build/operator.py' 2022-09-27T15:23:08.8150382Z adding 'torchgen/selective_build/selector.py' 2022-09-27T15:23:08.8152655Z adding 'torchgen/static_runtime/__init__.py' 2022-09-27T15:23:08.8155698Z adding 'torchgen/static_runtime/config.py' 2022-09-27T15:23:08.8159161Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-09-27T15:23:08.8165486Z adding 'torchgen/static_runtime/generator.py' 2022-09-27T15:23:08.8204428Z adding 'torch-1.13.0a0+git52424e2.dist-info/LICENSE' 2022-09-27T15:23:08.8218670Z adding 'torch-1.13.0a0+git52424e2.dist-info/METADATA' 2022-09-27T15:23:08.8225391Z adding 'torch-1.13.0a0+git52424e2.dist-info/NOTICE' 2022-09-27T15:23:08.8227249Z adding 'torch-1.13.0a0+git52424e2.dist-info/WHEEL' 2022-09-27T15:23:08.8228776Z adding 'torch-1.13.0a0+git52424e2.dist-info/entry_points.txt' 2022-09-27T15:23:08.8229360Z adding 'torch-1.13.0a0+git52424e2.dist-info/top_level.txt' 2022-09-27T15:23:08.8784873Z adding 'torch-1.13.0a0+git52424e2.dist-info/RECORD' 2022-09-27T15:23:08.9061051Z removing build/bdist.linux-x86_64/wheel 2022-09-27T15:23:09.1880818Z + python -mpip install dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:23:09.5608457Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:23:09.6370605Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:23:10.4235291Z Installing collected packages: torch 2022-09-27T15:23:16.7289343Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:23:16.8027519Z + set -x 2022-09-27T15:23:16.8027886Z + assert_git_not_dirty 2022-09-27T15:23:16.8028314Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T15:23:16.8028583Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T15:23:16.8030096Z ++ git status --porcelain 2022-09-27T15:23:17.5615613Z + git_status= 2022-09-27T15:23:17.5616132Z + [[ -n '' ]] 2022-09-27T15:23:17.5616350Z + mkdir -p dist 2022-09-27T15:23:17.5680852Z + '[' -f build/.ninja_log ']' 2022-09-27T15:23:17.5681341Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:23:17.5681611Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-09-27T15:23:17.5683297Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:23:17.5683676Z ++ echo OFF 2022-09-27T15:23:17.5684991Z + CUSTOM_TEST_USE_ROCM=OFF 2022-09-27T15:23:17.5685457Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-09-27T15:23:17.5685933Z + mkdir -pv build/custom_test_artifacts 2022-09-27T15:23:17.5692886Z mkdir: created directory 'build/custom_test_artifacts' 2022-09-27T15:23:17.5694348Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-09-27T15:23:17.5694860Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-09-27T15:23:17.5695193Z + python --version 2022-09-27T15:23:17.5706805Z Python 3.7.13 2022-09-27T15:23:17.5711260Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-09-27T15:23:17.7496476Z + SITE_PACKAGES=/opt/conda/lib/python3.7/site-packages 2022-09-27T15:23:17.7496819Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-09-27T15:23:17.7505728Z + pushd build/custom_test_artifacts/custom-op-build 2022-09-27T15:23:17.7506098Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-09-27T15:23:17.7508307Z ++ which python 2022-09-27T15:23:17.7515830Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-09-27T15:23:17.8323322Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:23:17.8968984Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:23:17.9091251Z -- Detecting C compiler ABI info 2022-09-27T15:23:18.0300569Z -- Detecting C compiler ABI info - done 2022-09-27T15:23:18.0376141Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:23:18.0378439Z -- Detecting C compile features 2022-09-27T15:23:18.0381924Z -- Detecting C compile features - done 2022-09-27T15:23:18.0411046Z -- Detecting CXX compiler ABI info 2022-09-27T15:23:18.1328045Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:23:18.1407093Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:23:18.1409317Z -- Detecting CXX compile features 2022-09-27T15:23:18.1414012Z -- Detecting CXX compile features - done 2022-09-27T15:23:18.1447946Z -- Looking for pthread.h 2022-09-27T15:23:18.2348090Z -- Looking for pthread.h - found 2022-09-27T15:23:18.2348889Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:23:18.3180117Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:23:18.3180717Z -- Looking for pthread_create in pthreads 2022-09-27T15:23:18.3909656Z -- Looking for pthread_create in pthreads - not found 2022-09-27T15:23:18.3910001Z -- Looking for pthread_create in pthread 2022-09-27T15:23:18.4748198Z -- Looking for pthread_create in pthread - found 2022-09-27T15:23:18.4755688Z -- Found Threads: TRUE 2022-09-27T15:23:18.4931963Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-09-27T15:23:18.4932679Z static library kineto_LIBRARY-NOTFOUND not found. 2022-09-27T15:23:18.4932935Z Call Stack (most recent call first): 2022-09-27T15:23:18.4933347Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-09-27T15:23:18.4933653Z CMakeLists.txt:9 (find_package) 2022-09-27T15:23:18.4933828Z 2022-09-27T15:23:18.4933913Z  2022-09-27T15:23:18.4934632Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-09-27T15:23:18.4938456Z -- Configuring done 2022-09-27T15:23:18.4988165Z -- Generating done 2022-09-27T15:23:18.4992468Z CMake Warning: 2022-09-27T15:23:18.4993021Z Manually-specified variables were not used by the project: 2022-09-27T15:23:18.4993317Z 2022-09-27T15:23:18.4993442Z PYTHON_EXECUTABLE 2022-09-27T15:23:18.4993636Z 2022-09-27T15:23:18.4994467Z  2022-09-27T15:23:18.5003532Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-09-27T15:23:18.5029302Z + make VERBOSE=1 2022-09-27T15:23:18.5040499Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-09-27T15:23:18.5094158Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-09-27T15:23:18.5135359Z make -f CMakeFiles/Makefile2 all 2022-09-27T15:23:18.5143015Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:18.5143674Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-09-27T15:23:18.5151225Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:18.5152520Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-09-27T15:23:18.5198725Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:18.5199499Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-09-27T15:23:18.5207509Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:18.5247803Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:23:18.5252371Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2022-09-27T15:23:19.2080414Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-09-27T15:23:19.2083289Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-09-27T15:23:19.2121559Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2022-09-27T15:23:19.4613546Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:19.4677764Z [ 50%] Built target custom_ops 2022-09-27T15:23:19.4682029Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-09-27T15:23:19.4689865Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:19.4690969Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-09-27T15:23:19.4737606Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:19.4738496Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-09-27T15:23:19.4746222Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:19.4787333Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:23:19.4792089Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2022-09-27T15:23:20.1596542Z [100%] Linking CXX executable test_custom_ops 2022-09-27T15:23:20.1598957Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-09-27T15:23:20.1636822Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.7/site-packages/torch/lib libcustom_ops.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so 2022-09-27T15:23:20.5026442Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:20.5086999Z [100%] Built target test_custom_ops 2022-09-27T15:23:20.5090957Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-09-27T15:23:20.5091925Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-09-27T15:23:20.5133469Z + popd 2022-09-27T15:23:20.5133786Z ~/workspace 2022-09-27T15:23:20.5134127Z + assert_git_not_dirty 2022-09-27T15:23:20.5134701Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T15:23:20.5134987Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T15:23:20.5137072Z ++ git status --porcelain 2022-09-27T15:23:20.5945187Z + git_status= 2022-09-27T15:23:20.5945767Z + [[ -n '' ]] 2022-09-27T15:23:20.5946185Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-09-27T15:23:20.5946476Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-09-27T15:23:20.5946713Z + python --version 2022-09-27T15:23:20.5956947Z Python 3.7.13 2022-09-27T15:23:20.5961534Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-09-27T15:23:20.7747847Z + SITE_PACKAGES=/opt/conda/lib/python3.7/site-packages 2022-09-27T15:23:20.7748446Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-09-27T15:23:20.7756154Z + pushd build/custom_test_artifacts/jit-hook-build 2022-09-27T15:23:20.7756640Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-09-27T15:23:20.7758789Z ++ which python 2022-09-27T15:23:20.7766417Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-09-27T15:23:20.8262394Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:23:20.8864970Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:23:20.8976844Z -- Detecting C compiler ABI info 2022-09-27T15:23:20.9782345Z -- Detecting C compiler ABI info - done 2022-09-27T15:23:20.9862571Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:23:20.9864686Z -- Detecting C compile features 2022-09-27T15:23:20.9869073Z -- Detecting C compile features - done 2022-09-27T15:23:20.9900113Z -- Detecting CXX compiler ABI info 2022-09-27T15:23:21.0805857Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:23:21.0885166Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:23:21.0887780Z -- Detecting CXX compile features 2022-09-27T15:23:21.0893044Z -- Detecting CXX compile features - done 2022-09-27T15:23:21.0927134Z -- Looking for pthread.h 2022-09-27T15:23:21.1759713Z -- Looking for pthread.h - found 2022-09-27T15:23:21.1760443Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:23:21.2649223Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:23:21.2649781Z -- Looking for pthread_create in pthreads 2022-09-27T15:23:21.3310416Z -- Looking for pthread_create in pthreads - not found 2022-09-27T15:23:21.3310968Z -- Looking for pthread_create in pthread 2022-09-27T15:23:21.4093120Z -- Looking for pthread_create in pthread - found 2022-09-27T15:23:21.4102394Z -- Found Threads: TRUE 2022-09-27T15:23:21.4273768Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-09-27T15:23:21.4274462Z static library kineto_LIBRARY-NOTFOUND not found. 2022-09-27T15:23:21.4274877Z Call Stack (most recent call first): 2022-09-27T15:23:21.4275592Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-09-27T15:23:21.4276095Z CMakeLists.txt:9 (find_package) 2022-09-27T15:23:21.4276312Z 2022-09-27T15:23:21.4276448Z  2022-09-27T15:23:21.4276953Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-09-27T15:23:21.4279362Z -- Configuring done 2022-09-27T15:23:21.4308936Z -- Generating done 2022-09-27T15:23:21.4312482Z CMake Warning: 2022-09-27T15:23:21.4313050Z Manually-specified variables were not used by the project: 2022-09-27T15:23:21.4313542Z 2022-09-27T15:23:21.4313666Z PYTHON_EXECUTABLE 2022-09-27T15:23:21.4313857Z 2022-09-27T15:23:21.4313981Z  2022-09-27T15:23:21.4322416Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-09-27T15:23:21.4349142Z + make VERBOSE=1 2022-09-27T15:23:21.4359613Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-09-27T15:23:21.4412054Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-09-27T15:23:21.4451895Z make -f CMakeFiles/Makefile2 all 2022-09-27T15:23:21.4460011Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:23:21.4460469Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-09-27T15:23:21.4467923Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:23:21.4469813Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-09-27T15:23:21.4515103Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:23:21.4515778Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-09-27T15:23:21.4523396Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:23:21.4563807Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:23:21.4567753Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2022-09-27T15:23:22.1341168Z [100%] Linking CXX executable test_jit_hooks 2022-09-27T15:23:22.1343473Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-09-27T15:23:22.1381619Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2022-09-27T15:23:22.4397127Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:23:22.4458125Z [100%] Built target test_jit_hooks 2022-09-27T15:23:22.4461810Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-09-27T15:23:22.4462992Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-09-27T15:23:22.4504369Z + popd 2022-09-27T15:23:22.4504677Z ~/workspace 2022-09-27T15:23:22.4504875Z + assert_git_not_dirty 2022-09-27T15:23:22.4505196Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T15:23:22.4505466Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T15:23:22.4507600Z ++ git status --porcelain 2022-09-27T15:23:22.5308727Z + git_status= 2022-09-27T15:23:22.5309114Z + [[ -n '' ]] 2022-09-27T15:23:22.5309487Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-09-27T15:23:22.5310037Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-09-27T15:23:22.5310385Z + python --version 2022-09-27T15:23:22.5320145Z Python 3.7.13 2022-09-27T15:23:22.5321934Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-09-27T15:23:22.5330442Z + pushd build/custom_test_artifacts/custom-backend-build 2022-09-27T15:23:22.5330803Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-09-27T15:23:22.5333361Z ++ which python 2022-09-27T15:23:22.5341408Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.7/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-09-27T15:23:22.5835954Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:23:22.6441472Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:23:22.6554980Z -- Detecting C compiler ABI info 2022-09-27T15:23:22.7395700Z -- Detecting C compiler ABI info - done 2022-09-27T15:23:22.7472891Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:23:22.7474854Z -- Detecting C compile features 2022-09-27T15:23:22.7478659Z -- Detecting C compile features - done 2022-09-27T15:23:22.7508440Z -- Detecting CXX compiler ABI info 2022-09-27T15:23:22.8383503Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:23:22.8462504Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:23:22.8464770Z -- Detecting CXX compile features 2022-09-27T15:23:22.8469448Z -- Detecting CXX compile features - done 2022-09-27T15:23:22.8502878Z -- Looking for pthread.h 2022-09-27T15:23:22.9297087Z -- Looking for pthread.h - found 2022-09-27T15:23:22.9297665Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:23:23.0159059Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:23:23.0159386Z -- Looking for pthread_create in pthreads 2022-09-27T15:23:23.0832625Z -- Looking for pthread_create in pthreads - not found 2022-09-27T15:23:23.0832974Z -- Looking for pthread_create in pthread 2022-09-27T15:23:23.1643245Z -- Looking for pthread_create in pthread - found 2022-09-27T15:23:23.1651610Z -- Found Threads: TRUE 2022-09-27T15:23:23.1823500Z CMake Warning at /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-09-27T15:23:23.1824197Z static library kineto_LIBRARY-NOTFOUND not found. 2022-09-27T15:23:23.1824442Z Call Stack (most recent call first): 2022-09-27T15:23:23.1824873Z /opt/conda/lib/python3.7/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-09-27T15:23:23.1825225Z CMakeLists.txt:9 (find_package) 2022-09-27T15:23:23.1825414Z 2022-09-27T15:23:23.1825509Z  2022-09-27T15:23:23.1826334Z -- Found Torch: /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so 2022-09-27T15:23:23.1829279Z -- Configuring done 2022-09-27T15:23:23.1872350Z -- Generating done 2022-09-27T15:23:23.1876089Z CMake Warning: 2022-09-27T15:23:23.1876620Z Manually-specified variables were not used by the project: 2022-09-27T15:23:23.1876936Z 2022-09-27T15:23:23.1877061Z PYTHON_EXECUTABLE 2022-09-27T15:23:23.1877183Z 2022-09-27T15:23:23.1877263Z  2022-09-27T15:23:23.1885103Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-09-27T15:23:23.1911102Z + make VERBOSE=1 2022-09-27T15:23:23.1922861Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-09-27T15:23:23.1975777Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-09-27T15:23:23.2015647Z make -f CMakeFiles/Makefile2 all 2022-09-27T15:23:23.2023158Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.2023615Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-09-27T15:23:23.2030786Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.2031913Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-09-27T15:23:23.2077445Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.2077914Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-09-27T15:23:23.2085633Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.2126689Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:23:23.2130703Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2022-09-27T15:23:23.4751743Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-09-27T15:23:23.4755204Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-09-27T15:23:23.4792548Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.7/site-packages/torch/lib /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2022-09-27T15:23:23.7368287Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.7429571Z [ 50%] Built target custom_backend 2022-09-27T15:23:23.7433519Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-09-27T15:23:23.7442063Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.7443526Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-09-27T15:23:23.7489695Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.7490215Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-09-27T15:23:23.7498458Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:23.7540280Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:23:23.7545568Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2022-09-27T15:23:24.4269028Z [100%] Linking CXX executable test_custom_backend 2022-09-27T15:23:24.4271480Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-09-27T15:23:24.4309179Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.7/site-packages/torch/lib libcustom_backend.so /opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so -lpthread -Wl,--no-as-needed,"/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so 2022-09-27T15:23:24.7531458Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:24.7594284Z [100%] Built target test_custom_backend 2022-09-27T15:23:24.7597959Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-09-27T15:23:24.7599181Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-09-27T15:23:24.7641280Z + popd 2022-09-27T15:23:24.7641500Z ~/workspace 2022-09-27T15:23:24.7641741Z + assert_git_not_dirty 2022-09-27T15:23:24.7642045Z + [[ linux-focal-py3.7-gcc7 != *rocm* ]] 2022-09-27T15:23:24.7642385Z + [[ linux-focal-py3.7-gcc7 != *xla* ]] 2022-09-27T15:23:24.7645006Z ++ git status --porcelain 2022-09-27T15:23:24.8449152Z + git_status= 2022-09-27T15:23:24.8449688Z + [[ -n '' ]] 2022-09-27T15:23:24.8450004Z + [[ linux-focal-py3.7-gcc7 != *libtorch* ]] 2022-09-27T15:23:24.8450279Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-09-27T15:23:24.8450520Z + python tools/stats/export_test_times.py 2022-09-27T15:23:24.8937047Z Ignoring disabled issues: [] 2022-09-27T15:23:24.8938092Z Exporting test times from test-infra to .pytorch-test-times.json 2022-09-27T15:23:24.8938814Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-09-27T15:23:24.9232372Z + print_sccache_stats 2022-09-27T15:23:24.9232758Z + echo 'PyTorch Build Statistics' 2022-09-27T15:23:24.9232980Z PyTorch Build Statistics 2022-09-27T15:23:24.9233199Z + sccache --show-stats 2022-09-27T15:23:24.9255421Z Compile requests 6594 2022-09-27T15:23:24.9255883Z Compile requests executed 6291 2022-09-27T15:23:24.9256243Z Cache hits 6268 2022-09-27T15:23:24.9256454Z Cache hits (C/C++) 6268 2022-09-27T15:23:24.9256983Z Cache misses 1 2022-09-27T15:23:24.9257179Z Cache misses (C/C++) 1 2022-09-27T15:23:24.9257390Z Cache timeouts 0 2022-09-27T15:23:24.9257687Z Cache read errors 0 2022-09-27T15:23:24.9257888Z Forced recaches 0 2022-09-27T15:23:24.9258075Z Cache write errors 0 2022-09-27T15:23:24.9258367Z Compilation failures 9 2022-09-27T15:23:24.9258570Z Cache errors 13 2022-09-27T15:23:24.9258750Z Cache errors (C/C++) 13 2022-09-27T15:23:24.9259068Z Non-cacheable compilations 0 2022-09-27T15:23:24.9259453Z Non-cacheable calls 16 2022-09-27T15:23:24.9259701Z Non-compilation calls 287 2022-09-27T15:23:24.9260024Z Unsupported compiler calls 0 2022-09-27T15:23:24.9260295Z Average cache write 0.058 s 2022-09-27T15:23:24.9260534Z Average cache read miss 9.676 s 2022-09-27T15:23:24.9260848Z Average cache read hit 0.046 s 2022-09-27T15:23:24.9261071Z Failed distributed compilations 0 2022-09-27T15:23:24.9261208Z 2022-09-27T15:23:24.9261324Z Non-cacheable reasons: 2022-09-27T15:23:24.9261519Z multiple input files 15 2022-09-27T15:23:24.9261724Z unknown source language 1 2022-09-27T15:23:24.9261852Z 2022-09-27T15:23:24.9262282Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:23:24.9262691Z + [[ -n 8575884204 ]] 2022-09-27T15:23:24.9262939Z + sccache --show-stats --stats-format json 2022-09-27T15:23:24.9263141Z + jq .stats 2022-09-27T15:23:24.9561019Z + sccache_epilogue 2022-09-27T15:23:24.9561746Z + echo '::group::Sccache Compilation Log' 2022-09-27T15:23:24.9562478Z ##[group]Sccache Compilation Log 2022-09-27T15:23:24.9562789Z + echo '=================== sccache compilation log ===================' 2022-09-27T15:23:24.9563069Z =================== sccache compilation log =================== 2022-09-27T15:23:24.9563389Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-09-27T15:23:24.9731120Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-09-27T15:23:24.9731691Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-09-27T15:23:24.9731990Z + sccache --show-stats 2022-09-27T15:23:24.9752325Z Compile requests 6594 2022-09-27T15:23:24.9752752Z Compile requests executed 6291 2022-09-27T15:23:24.9752966Z Cache hits 6268 2022-09-27T15:23:24.9753161Z Cache hits (C/C++) 6268 2022-09-27T15:23:24.9753356Z Cache misses 1 2022-09-27T15:23:24.9753544Z Cache misses (C/C++) 1 2022-09-27T15:23:24.9753753Z Cache timeouts 0 2022-09-27T15:23:24.9753951Z Cache read errors 0 2022-09-27T15:23:24.9754140Z Forced recaches 0 2022-09-27T15:23:24.9754338Z Cache write errors 0 2022-09-27T15:23:24.9754544Z Compilation failures 9 2022-09-27T15:23:24.9754754Z Cache errors 13 2022-09-27T15:23:24.9755008Z Cache errors (C/C++) 13 2022-09-27T15:23:24.9755309Z Non-cacheable compilations 0 2022-09-27T15:23:24.9755692Z Non-cacheable calls 16 2022-09-27T15:23:24.9755937Z Non-compilation calls 287 2022-09-27T15:23:24.9756155Z Unsupported compiler calls 0 2022-09-27T15:23:24.9756375Z Average cache write 0.058 s 2022-09-27T15:23:24.9756577Z Average cache read miss 9.676 s 2022-09-27T15:23:24.9756786Z Average cache read hit 0.046 s 2022-09-27T15:23:24.9757008Z Failed distributed compilations 0 2022-09-27T15:23:24.9757346Z 2022-09-27T15:23:24.9757459Z Non-cacheable reasons: 2022-09-27T15:23:24.9757664Z multiple input files 15 2022-09-27T15:23:24.9757874Z unknown source language 1 2022-09-27T15:23:24.9757999Z 2022-09-27T15:23:24.9758415Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:23:24.9758847Z + sccache --stop-server 2022-09-27T15:23:24.9775223Z Stopping sccache server... 2022-09-27T15:23:24.9779220Z Compile requests 6594 2022-09-27T15:23:24.9779579Z Compile requests executed 6291 2022-09-27T15:23:24.9779907Z Cache hits 6268 2022-09-27T15:23:24.9780220Z Cache hits (C/C++) 6268 2022-09-27T15:23:24.9780552Z Cache misses 1 2022-09-27T15:23:24.9780844Z Cache misses (C/C++) 1 2022-09-27T15:23:24.9781157Z Cache timeouts 0 2022-09-27T15:23:24.9781483Z Cache read errors 0 2022-09-27T15:23:24.9781787Z Forced recaches 0 2022-09-27T15:23:24.9782112Z Cache write errors 0 2022-09-27T15:23:24.9782448Z Compilation failures 9 2022-09-27T15:23:24.9782757Z Cache errors 13 2022-09-27T15:23:24.9783059Z Cache errors (C/C++) 13 2022-09-27T15:23:24.9783514Z Non-cacheable compilations 0 2022-09-27T15:23:24.9783927Z Non-cacheable calls 16 2022-09-27T15:23:24.9784319Z Non-compilation calls 287 2022-09-27T15:23:24.9784673Z Unsupported compiler calls 0 2022-09-27T15:23:24.9785000Z Average cache write 0.058 s 2022-09-27T15:23:24.9785343Z Average cache read miss 9.676 s 2022-09-27T15:23:24.9785685Z Average cache read hit 0.046 s 2022-09-27T15:23:24.9786017Z Failed distributed compilations 0 2022-09-27T15:23:24.9786248Z 2022-09-27T15:23:24.9786431Z Non-cacheable reasons: 2022-09-27T15:23:24.9786761Z multiple input files 15 2022-09-27T15:23:24.9787097Z unknown source language 1 2022-09-27T15:23:24.9787282Z 2022-09-27T15:23:24.9787980Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:23:24.9788627Z + echo ::endgroup:: 2022-09-27T15:23:24.9789219Z ##[endgroup] 2022-09-27T15:23:24.9849438Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-09-27T15:23:24.9849856Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-09-27T15:23:24.9861818Z shell: /usr/bin/bash -e {0} 2022-09-27T15:23:24.9862017Z ##[endgroup] 2022-09-27T15:23:24.9938383Z adding: dist/ (stored 0%) 2022-09-27T15:23:28.2095889Z adding: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl (deflated 2%) 2022-09-27T15:23:28.2096244Z adding: build/custom_test_artifacts/ (stored 0%) 2022-09-27T15:23:28.2096595Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-09-27T15:23:28.2096979Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-09-27T15:23:28.2098608Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-09-27T15:23:28.2099097Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-09-27T15:23:28.2099545Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-09-27T15:23:28.2099978Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-09-27T15:23:28.2100417Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-09-27T15:23:28.2101639Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-09-27T15:23:28.2103630Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-09-27T15:23:28.2104071Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-09-27T15:23:28.2104517Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-09-27T15:23:28.2106381Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-09-27T15:23:28.2108169Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-09-27T15:23:28.2110075Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-09-27T15:23:28.2110647Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-09-27T15:23:28.2112559Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-09-27T15:23:28.2113382Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-09-27T15:23:28.2113900Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-09-27T15:23:28.2114448Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-09-27T15:23:28.2114994Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-09-27T15:23:28.2115525Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-09-27T15:23:28.2115998Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-09-27T15:23:28.2116622Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-09-27T15:23:28.2117185Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-09-27T15:23:28.2117652Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 65%) 2022-09-27T15:23:28.2118101Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-09-27T15:23:28.2118680Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 72%) 2022-09-27T15:23:28.2119156Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-09-27T15:23:28.2119619Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 36%) 2022-09-27T15:23:28.2120073Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-09-27T15:23:28.2136215Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-09-27T15:23:28.2268190Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 80%) 2022-09-27T15:23:28.2268703Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-09-27T15:23:28.2269278Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-09-27T15:23:28.2269776Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-09-27T15:23:28.2270355Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-09-27T15:23:28.2270947Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 66%) 2022-09-27T15:23:28.2271415Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-09-27T15:23:28.2272029Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-09-27T15:23:28.2272516Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-09-27T15:23:28.2273002Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 37%) 2022-09-27T15:23:28.2273466Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-09-27T15:23:28.2289822Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-09-27T15:23:28.2383820Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-09-27T15:23:28.2384447Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-09-27T15:23:28.2384955Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-09-27T15:23:28.2385433Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-09-27T15:23:28.2385878Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-09-27T15:23:28.2386408Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-09-27T15:23:28.2388008Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-09-27T15:23:28.2388911Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-09-27T15:23:28.2389800Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-09-27T15:23:28.2511290Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-09-27T15:23:28.2591438Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 70%) 2022-09-27T15:23:28.2591838Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-09-27T15:23:28.2592213Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-09-27T15:23:28.2594335Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-09-27T15:23:28.2594941Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-09-27T15:23:28.2595383Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-09-27T15:23:28.2595821Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-09-27T15:23:28.2596255Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-09-27T15:23:28.2597482Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-09-27T15:23:28.2599368Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-09-27T15:23:28.2599816Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-09-27T15:23:28.2600258Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-09-27T15:23:28.2602201Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-09-27T15:23:28.2604068Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-09-27T15:23:28.2605927Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-09-27T15:23:28.2606409Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-09-27T15:23:28.2608375Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-09-27T15:23:28.2609177Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-09-27T15:23:28.2609612Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-09-27T15:23:28.2610038Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-09-27T15:23:28.2610475Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-09-27T15:23:28.2610891Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-09-27T15:23:28.2611351Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-09-27T15:23:28.2611855Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-09-27T15:23:28.2612324Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-09-27T15:23:28.2612782Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 68%) 2022-09-27T15:23:28.2613251Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-09-27T15:23:28.2613725Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2022-09-27T15:23:28.2614253Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-09-27T15:23:28.2614826Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 37%) 2022-09-27T15:23:28.2615530Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-09-27T15:23:28.2632140Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-09-27T15:23:28.2705895Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-09-27T15:23:28.2706384Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-09-27T15:23:28.2707022Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-09-27T15:23:28.2707476Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-09-27T15:23:28.2707885Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-09-27T15:23:28.2708713Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-09-27T15:23:28.2709969Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-09-27T15:23:28.2710750Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-09-27T15:23:28.2711257Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-09-27T15:23:28.2776991Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-09-27T15:23:28.2777383Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-09-27T15:23:28.2777795Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-09-27T15:23:28.2779914Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-09-27T15:23:28.2780365Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-09-27T15:23:28.2780825Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-09-27T15:23:28.2781293Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-09-27T15:23:28.2781935Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-09-27T15:23:28.2783115Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-09-27T15:23:28.2785022Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 82%) 2022-09-27T15:23:28.2785537Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-09-27T15:23:28.2785995Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-09-27T15:23:28.2787815Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-09-27T15:23:28.2789630Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 82%) 2022-09-27T15:23:28.2791510Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2022-09-27T15:23:28.2792024Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-09-27T15:23:28.2793962Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2022-09-27T15:23:28.2794813Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-09-27T15:23:28.2795279Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-09-27T15:23:28.2795725Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-09-27T15:23:28.2796172Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-09-27T15:23:28.2796628Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-09-27T15:23:28.2797130Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-09-27T15:23:28.2797652Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-09-27T15:23:28.2798235Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-09-27T15:23:28.2798729Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 67%) 2022-09-27T15:23:28.2799239Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-09-27T15:23:28.2799739Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 74%) 2022-09-27T15:23:28.2800231Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-09-27T15:23:28.2800730Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 36%) 2022-09-27T15:23:28.2801227Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-09-27T15:23:28.2803313Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 88%) 2022-09-27T15:23:28.2974727Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-09-27T15:23:28.2975779Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-09-27T15:23:28.2976306Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-09-27T15:23:28.2976977Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-09-27T15:23:28.2977477Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-09-27T15:23:28.2977973Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 67%) 2022-09-27T15:23:28.2978492Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-09-27T15:23:28.2979003Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 76%) 2022-09-27T15:23:28.2979499Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-09-27T15:23:28.2980002Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 37%) 2022-09-27T15:23:28.2980508Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-09-27T15:23:28.2996299Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-09-27T15:23:28.3063849Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-09-27T15:23:28.3064375Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-09-27T15:23:28.3064878Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-09-27T15:23:28.3065344Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-09-27T15:23:28.3065784Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-09-27T15:23:28.3066308Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 85%) 2022-09-27T15:23:28.3068034Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-09-27T15:23:28.3068908Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-09-27T15:23:28.3069535Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-09-27T15:23:28.3226465Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-09-27T15:23:28.3284563Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-09-27T15:23:28.3284851Z adding: build/lib/ (stored 0%) 2022-09-27T15:23:28.3285506Z adding: build/lib/libclog.a (deflated 74%) 2022-09-27T15:23:28.3372103Z adding: build/lib/libgtest.a (deflated 73%) 2022-09-27T15:23:28.3386529Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-09-27T15:23:28.3606688Z adding: build/lib/libbenchmark.a (deflated 69%) 2022-09-27T15:23:28.3773648Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-09-27T15:23:28.3806763Z adding: build/lib/libittnotify.a (deflated 78%) 2022-09-27T15:23:28.3860158Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-09-27T15:23:28.4020143Z adding: build/lib/libasmjit.a (deflated 62%) 2022-09-27T15:23:28.4235697Z adding: build/lib/libgloo.a (deflated 70%) 2022-09-27T15:23:28.5112414Z adding: build/lib/libprotobuf.a (deflated 72%) 2022-09-27T15:23:28.5169070Z adding: build/lib/libfmt.a (deflated 69%) 2022-09-27T15:23:28.5170116Z adding: build/lib/libfoxi_loader.a (deflated 59%) 2022-09-27T15:23:28.5274208Z adding: build/lib/libc10.so (deflated 62%) 2022-09-27T15:23:28.5275663Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2022-09-27T15:23:28.5288034Z adding: build/lib/libcpuinfo.a (deflated 69%) 2022-09-27T15:23:28.5299569Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-09-27T15:23:28.5321834Z adding: build/lib/libqnnpack.a (deflated 65%) 2022-09-27T15:23:28.5355731Z adding: build/lib/libpytorch_qnnpack.a (deflated 65%) 2022-09-27T15:23:28.5358813Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-09-27T15:23:28.6128246Z adding: build/lib/libprotoc.a (deflated 70%) 2022-09-27T15:23:28.6153159Z adding: build/lib/libgmock.a (deflated 71%) 2022-09-27T15:23:28.6153925Z adding: build/lib/libgtest_main.a (deflated 64%) 2022-09-27T15:23:28.6154651Z adding: build/lib/libbenchmark_main.a (deflated 65%) 2022-09-27T15:23:29.5951873Z adding: build/lib/libdnnl.a (deflated 79%) 2022-09-27T15:23:29.5980070Z adding: build/lib/libnnpack.a (deflated 73%) 2022-09-27T15:23:29.6794387Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-09-27T15:23:29.6795130Z adding: build/lib/libgmock_main.a (deflated 64%) 2022-09-27T15:23:29.8561643Z adding: build/lib/libfbgemm.a (deflated 82%) 2022-09-27T15:23:29.9968865Z adding: build/lib/libdnnl_graph.a (deflated 77%) 2022-09-27T15:23:30.0305321Z adding: build/lib/libkineto.a (deflated 69%) 2022-09-27T15:23:30.0361496Z adding: build/lib/libcaffe2_protos.a (deflated 75%) 2022-09-27T15:23:30.0420805Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-09-27T15:23:30.0615905Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-09-27T15:23:30.1483817Z adding: build/lib/libonnx.a (deflated 75%) 2022-09-27T15:23:33.2886489Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-09-27T15:23:33.2887279Z adding: build/lib/libtorch.so (deflated 88%) 2022-09-27T15:23:33.2921322Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2022-09-27T15:23:33.3001479Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-09-27T15:23:33.3046514Z adding: build/lib/libbackend_with_compiler.so (deflated 61%) 2022-09-27T15:23:33.3052724Z adding: build/lib/libshm.so (deflated 64%) 2022-09-27T15:23:33.5393403Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-09-27T15:23:33.5451701Z adding: build/lib/libnnapi_backend.so (deflated 59%) 2022-09-27T15:23:33.5452017Z adding: build/bin/ (stored 0%) 2022-09-27T15:23:33.5528775Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 60%) 2022-09-27T15:23:33.5609423Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2022-09-27T15:23:33.5688311Z adding: build/bin/c10_Device_test (deflated 60%) 2022-09-27T15:23:33.5779962Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-09-27T15:23:33.5854959Z adding: build/bin/c10_StreamGuard_test (deflated 60%) 2022-09-27T15:23:33.5933130Z adding: build/bin/c10_SymInt_test (deflated 60%) 2022-09-27T15:23:33.6019689Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-09-27T15:23:33.6106356Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-09-27T15:23:33.6194572Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-09-27T15:23:33.6269202Z adding: build/bin/c10_Array_test (deflated 60%) 2022-09-27T15:23:33.6351253Z adding: build/bin/c10_Bitset_test (deflated 62%) 2022-09-27T15:23:33.6425786Z adding: build/bin/c10_ConstexprCrc_test (deflated 60%) 2022-09-27T15:23:33.6505173Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-09-27T15:23:33.6581753Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-09-27T15:23:33.6668852Z adding: build/bin/c10_LeftRight_test (deflated 62%) 2022-09-27T15:23:33.6746551Z adding: build/bin/c10_Half_test (deflated 60%) 2022-09-27T15:23:33.6840816Z adding: build/bin/c10_Metaprogramming_test (deflated 65%) 2022-09-27T15:23:33.6919119Z adding: build/bin/c10_Synchronized_test (deflated 60%) 2022-09-27T15:23:33.7007269Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-09-27T15:23:33.7207521Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-09-27T15:23:33.7288902Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-09-27T15:23:33.7367433Z adding: build/bin/c10_TypeList_test (deflated 61%) 2022-09-27T15:23:33.7442111Z adding: build/bin/c10_TypeTraits_test (deflated 60%) 2022-09-27T15:23:33.7523025Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-09-27T15:23:33.7609832Z adding: build/bin/c10_bfloat16_test (deflated 60%) 2022-09-27T15:23:33.7693473Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-09-27T15:23:33.7780139Z adding: build/bin/c10_complex_test (deflated 60%) 2022-09-27T15:23:33.7937330Z adding: build/bin/c10_either_test (deflated 71%) 2022-09-27T15:23:33.8018545Z adding: build/bin/c10_exception_test (deflated 60%) 2022-09-27T15:23:33.8096599Z adding: build/bin/c10_flags_test (deflated 60%) 2022-09-27T15:23:33.8175747Z adding: build/bin/c10_irange_test (deflated 60%) 2022-09-27T15:23:33.8414001Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-09-27T15:23:33.8503832Z adding: build/bin/c10_logging_test (deflated 60%) 2022-09-27T15:23:33.8618547Z adding: build/bin/c10_optional_test (deflated 63%) 2022-09-27T15:23:33.8713295Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2022-09-27T15:23:33.8798583Z adding: build/bin/c10_registry_test (deflated 60%) 2022-09-27T15:23:33.8889953Z adding: build/bin/c10_string_view_test (deflated 62%) 2022-09-27T15:23:33.8969954Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-09-27T15:23:33.9058016Z adding: build/bin/c10_typeid_test (deflated 61%) 2022-09-27T15:23:33.9147908Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-09-27T15:23:33.9929124Z adding: build/bin/protoc-3.13.0.0 (deflated 60%) 2022-09-27T15:23:34.0709666Z adding: build/bin/protoc (deflated 60%) 2022-09-27T15:23:34.1188512Z adding: build/bin/vec_test_all_types_AVX2 (deflated 71%) 2022-09-27T15:23:34.1605836Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 73%) 2022-09-27T15:23:34.1689552Z adding: build/bin/FileStoreTest (deflated 60%) 2022-09-27T15:23:34.1773372Z adding: build/bin/HashStoreTest (deflated 60%) 2022-09-27T15:23:34.1867325Z adding: build/bin/TCPStoreTest (deflated 61%) 2022-09-27T15:23:34.1871556Z adding: build/bin/example_allreduce (deflated 68%) 2022-09-27T15:23:34.1972894Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-09-27T15:23:34.2054854Z adding: build/bin/Dimname_test (deflated 60%) 2022-09-27T15:23:34.2165716Z adding: build/bin/Dict_test (deflated 64%) 2022-09-27T15:23:34.2261873Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-09-27T15:23:34.2350791Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-09-27T15:23:34.2442910Z adding: build/bin/apply_utils_test (deflated 61%) 2022-09-27T15:23:34.2537950Z adding: build/bin/basic (deflated 59%) 2022-09-27T15:23:34.2630626Z adding: build/bin/atest (deflated 61%) 2022-09-27T15:23:34.2714589Z adding: build/bin/broadcast_test (deflated 60%) 2022-09-27T15:23:34.2805380Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-09-27T15:23:34.2887953Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-09-27T15:23:34.2966005Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-09-27T15:23:34.3043214Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-09-27T15:23:34.3176860Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-09-27T15:23:34.3267358Z adding: build/bin/extension_backend_test (deflated 60%) 2022-09-27T15:23:34.3354253Z adding: build/bin/half_test (deflated 60%) 2022-09-27T15:23:34.3501872Z adding: build/bin/ivalue_test (deflated 60%) 2022-09-27T15:23:34.3578737Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-09-27T15:23:34.3660984Z adding: build/bin/math_kernel_test (deflated 61%) 2022-09-27T15:23:34.3742280Z adding: build/bin/memory_format_test (deflated 60%) 2022-09-27T15:23:34.3824310Z adding: build/bin/memory_overlapping_test (deflated 60%) 2022-09-27T15:23:34.3903998Z adding: build/bin/operator_name_test (deflated 60%) 2022-09-27T15:23:34.3991759Z adding: build/bin/native_test (deflated 59%) 2022-09-27T15:23:34.4073180Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-09-27T15:23:34.4151352Z adding: build/bin/operators_test (deflated 60%) 2022-09-27T15:23:34.4233621Z adding: build/bin/packedtensoraccessor_test (deflated 60%) 2022-09-27T15:23:34.4323280Z adding: build/bin/quantized_test (deflated 61%) 2022-09-27T15:23:34.4425228Z adding: build/bin/pow_test (deflated 60%) 2022-09-27T15:23:34.4504601Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-09-27T15:23:34.4592713Z adding: build/bin/reduce_ops_test (deflated 60%) 2022-09-27T15:23:34.4670435Z adding: build/bin/scalar_tensor_test (deflated 60%) 2022-09-27T15:23:34.4760060Z adding: build/bin/scalar_test (deflated 60%) 2022-09-27T15:23:34.4840414Z adding: build/bin/stride_properties_test (deflated 60%) 2022-09-27T15:23:34.4955726Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-09-27T15:23:34.5042168Z adding: build/bin/type_ptr_test (deflated 61%) 2022-09-27T15:23:34.5045392Z adding: build/bin/thread_init_test (deflated 70%) 2022-09-27T15:23:34.5123001Z adding: build/bin/variant_test (deflated 60%) 2022-09-27T15:23:34.5209955Z adding: build/bin/test_parallel (deflated 60%) 2022-09-27T15:23:34.5291728Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-09-27T15:23:34.5385623Z adding: build/bin/type_test (deflated 61%) 2022-09-27T15:23:34.5387245Z adding: build/bin/verify_api_visibility (deflated 83%) 2022-09-27T15:23:34.5494429Z adding: build/bin/vmap_test (deflated 62%) 2022-09-27T15:23:34.5574344Z adding: build/bin/weakref_test (deflated 60%) 2022-09-27T15:23:34.5653694Z adding: build/bin/wrapdim_test (deflated 60%) 2022-09-27T15:23:34.5814541Z adding: build/bin/List_test (deflated 69%) 2022-09-27T15:23:34.5890636Z adding: build/bin/xla_tensor_test (deflated 60%) 2022-09-27T15:23:34.5983341Z adding: build/bin/IListRef_test (deflated 61%) 2022-09-27T15:23:34.6167712Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-09-27T15:23:34.6313603Z adding: build/bin/kernel_function_test (deflated 66%) 2022-09-27T15:23:34.6411556Z adding: build/bin/KernelFunction_test (deflated 64%) 2022-09-27T15:23:34.6601503Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-09-27T15:23:34.6755583Z adding: build/bin/kernel_lambda_test (deflated 69%) 2022-09-27T15:23:34.6848778Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-09-27T15:23:34.6927427Z adding: build/bin/CppSignature_test (deflated 60%) 2022-09-27T15:23:34.7074246Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2022-09-27T15:23:34.7149320Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-09-27T15:23:34.7231747Z adding: build/bin/inline_container_test (deflated 60%) 2022-09-27T15:23:34.7630036Z adding: build/bin/op_registration_test (deflated 76%) 2022-09-27T15:23:34.7718444Z adding: build/bin/backend_fallback_test (deflated 59%) 2022-09-27T15:23:34.7742491Z adding: build/bin/tutorial_tensorexpr (deflated 66%) 2022-09-27T15:23:34.7826405Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-09-27T15:23:34.7829599Z adding: build/bin/parallel_benchmark (deflated 69%) 2022-09-27T15:23:34.7939301Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-09-27T15:23:34.8047682Z adding: build/bin/test_mobile_nnc (deflated 60%) 2022-09-27T15:23:34.8062659Z adding: build/bin/aot_model_compiler_test (deflated 65%) 2022-09-27T15:23:34.8565173Z adding: build/bin/test_lazy (deflated 73%) 2022-09-27T15:23:34.9818024Z adding: build/bin/test_tensorexpr (deflated 66%) 2022-09-27T15:23:34.9825306Z adding: build/bin/torch_shm_manager (deflated 61%) 2022-09-27T15:23:35.1661560Z adding: build/bin/test_api (deflated 67%) 2022-09-27T15:23:35.2568042Z adding: build/bin/test_jit (deflated 66%) 2022-09-27T15:23:35.2569465Z adding: .pytorch-test-times.json (deflated 68%) 2022-09-27T15:23:35.2606173Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:23:35.2606401Z with: 2022-09-27T15:23:35.2606581Z name: linux-focal-py3.7-gcc7 2022-09-27T15:23:35.2606791Z retention-days: 14 2022-09-27T15:23:35.2606995Z if-no-files-found: error 2022-09-27T15:23:35.2607184Z path: artifacts.zip 2022-09-27T15:23:35.2607467Z s3-bucket: gha-artifacts 2022-09-27T15:23:35.2607664Z region: us-east-1 2022-09-27T15:23:35.2607833Z ##[endgroup] 2022-09-27T15:23:35.5720330Z With the provided path, there will be 1 file uploaded 2022-09-27T15:23:35.5721049Z Uploading to s3 prefix: pytorch/pytorch/3133193930/linux-focal-py3.7-gcc7 2022-09-27T15:23:35.5726922Z Starting upload of artifacts.zip 2022-09-27T15:23:37.6362644Z Finished upload of artifacts.zip 2022-09-27T15:23:37.6504624Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:23:37.6504834Z with: 2022-09-27T15:23:37.6505039Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:23:37.6505261Z retention-days: 365 2022-09-27T15:23:37.6505449Z if-no-files-found: warn 2022-09-27T15:23:37.6505656Z path: sccache-stats-*.json 2022-09-27T15:23:37.6505849Z name: artifact 2022-09-27T15:23:37.6506024Z s3-bucket: gha-artifacts 2022-09-27T15:23:37.6506214Z region: us-east-1 2022-09-27T15:23:37.6506388Z ##[endgroup] 2022-09-27T15:23:37.9639189Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:23:37.9639729Z With the provided path, there will be 1 file uploaded 2022-09-27T15:23:37.9640024Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:23:37.9646026Z Starting upload of sccache-stats-linux-focal-py3.7-gcc7-8575884204.json 2022-09-27T15:23:38.0751223Z Finished upload of sccache-stats-linux-focal-py3.7-gcc7-8575884204.json 2022-09-27T15:23:38.0844372Z Prepare all required actions 2022-09-27T15:23:38.0864623Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T15:23:38.0864817Z with: 2022-09-27T15:23:38.0864981Z ##[endgroup] 2022-09-27T15:23:38.0879922Z ##[group]Run set -eou pipefail 2022-09-27T15:23:38.0880157Z set -eou pipefail 2022-09-27T15:23:38.0880328Z  2022-09-27T15:23:38.0880566Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T15:23:38.0880827Z for _ in $(seq 1440); do 2022-09-27T15:23:38.0881038Z  # Break if no ssh session exists anymore 2022-09-27T15:23:38.0881267Z  if [ "$(who)" = "" ]; then 2022-09-27T15:23:38.0881451Z  break 2022-09-27T15:23:38.0881610Z  fi 2022-09-27T15:23:38.0881781Z  echo "." 2022-09-27T15:23:38.0881959Z  sleep 5 2022-09-27T15:23:38.0882208Z done 2022-09-27T15:23:38.0893811Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:23:38.0894045Z ##[endgroup] 2022-09-27T15:23:38.0918307Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T15:23:38.0988035Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:23:38.0988362Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:23:38.0988604Z # shellcheck disable=SC2046 2022-09-27T15:23:38.0988836Z docker stop $(docker ps -q) || true 2022-09-27T15:23:38.0989069Z # Prune all of the docker images 2022-09-27T15:23:38.0989287Z docker system prune -af 2022-09-27T15:23:38.1000108Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:23:38.1000343Z ##[endgroup] 2022-09-27T15:23:43.8145938Z e4dd1c4d8d7d 2022-09-27T15:23:44.3345423Z Deleted Containers: 2022-09-27T15:23:44.3345800Z e4dd1c4d8d7d4b2c8dc148c8ca3a354bc7b0802d7df44e8ddf6fc5960163be33 2022-09-27T15:23:44.3346041Z 2022-09-27T15:23:46.8937491Z Deleted Images: 2022-09-27T15:23:46.8938512Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:23:46.8939185Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:23:46.8939686Z deleted: sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b 2022-09-27T15:23:46.8940034Z deleted: sha256:4f4d0a1da9af50d9a8bd02155aaea8b254a8039b940db877e78a5b25776e1f97 2022-09-27T15:23:46.8940512Z deleted: sha256:40273608be9f35547c534c65183771d8d024a327b2f8231776e449a0c4be59e4 2022-09-27T15:23:46.8940807Z deleted: sha256:295b500c49641b27efb539c901bd567f2b8738ab1f67465c28c5209fef872936 2022-09-27T15:23:46.8941123Z deleted: sha256:aff7d79df966d7c1c7cf29b78408592957f0317054355d087aa59098aa32abda 2022-09-27T15:23:46.8941456Z deleted: sha256:0e0419c0016bdfbf589e8507dad2150575b0a84dd2b27be7703cfa05e2139c5b 2022-09-27T15:23:46.8941789Z deleted: sha256:0e1f7b9f93cf30ea54c8e6f1485a1a3fd9776d17cc90f1bfb5ce6b5b9185296e 2022-09-27T15:23:46.8942139Z deleted: sha256:d3deacfa23bfb0920ec3a625c1ee1963513159aaa5463910dd41bafa8e54de71 2022-09-27T15:23:46.8942481Z deleted: sha256:e66d036a902f9f1d15a19abacd7321bba3d8869b725e99b43a5d20fd6fdb01c9 2022-09-27T15:23:46.8942810Z deleted: sha256:c5e59df58f1aab354a2874070ad89a043c3178016eab17887ed9237f91887294 2022-09-27T15:23:46.8943133Z deleted: sha256:0d8f363a24f0b380db49f8fa69e9da0537d3a51ae051248dfd3563de574ca15d 2022-09-27T15:23:46.8943471Z deleted: sha256:55bb4ae9fce9854a9f8345d077cd37423d7b6f050034cadadbbf1974ff155061 2022-09-27T15:23:46.8943806Z deleted: sha256:124538c5717f1c1615e490bfd34cab23dc00516fbd43b4dbd0755e1a5119474b 2022-09-27T15:23:46.8944118Z deleted: sha256:98e71d41b4fb04ffa587728b6f070c0d922a9909fb272edae447c0ed732b17c6 2022-09-27T15:23:46.8944437Z deleted: sha256:dd100ce53375a22379598335be3a232a3eb20465df4376afdd481c3ab0a01666 2022-09-27T15:23:46.8944823Z deleted: sha256:06da69152df74c7a52462b8f1f7adf2d50e5f84ae02c20a48597f844e24832f4 2022-09-27T15:23:46.8945146Z deleted: sha256:7f90b14cc4e879de499e9c152c229852c1a71e1c6bb0216e21b433d34e401be0 2022-09-27T15:23:46.8945453Z deleted: sha256:2a332f12721f3199efd9441306d5d38a6f031cdfdf68beb90afb40116f7ac1ad 2022-09-27T15:23:46.8945777Z deleted: sha256:9c866de535edd7886f74437d3fbcafd6d58fe3322aa4af8606e46e720f022e9c 2022-09-27T15:23:46.8946112Z deleted: sha256:097a48bd86a6a3542f566d38833d93ded3bc082bdad7e4026debfbe895bb5105 2022-09-27T15:23:46.8946419Z deleted: sha256:a8b120c70115f75a61a81c96d1abef9e741618d32124b4994375a805a5941958 2022-09-27T15:23:46.8946742Z deleted: sha256:15a928b5307c0332ba50caffe867123de36c74475d7861b8cdf2dbfd58dd5320 2022-09-27T15:23:46.8947090Z deleted: sha256:eb93d3b8365b2da69ddeb34c24e5ba2fae6eb2fad4b6fadae3e298a9a0b26af2 2022-09-27T15:23:46.8947444Z deleted: sha256:e2ab13aa2f895ecf403ea9781db734f7b21a20aeb1478e32c5416f969604dc89 2022-09-27T15:23:46.8947752Z deleted: sha256:6faa89577c8237b30a828e6382086b71579a76333d2d79839246ed4c42daf433 2022-09-27T15:23:46.8948061Z deleted: sha256:94f3fc0358a54e1bab1cff99f032187d852d5a9e21539debb385d3e965e0f811 2022-09-27T15:23:46.8948387Z deleted: sha256:0890fc3c642cc4c11d7b3b400a3f6af80996973f0d1524071eb15cbdd5431266 2022-09-27T15:23:46.8948702Z deleted: sha256:ec7d767c32abaf566f084ffeb2d37bda985f13102952e21948f7b055ccccf7ab 2022-09-27T15:23:46.8949019Z deleted: sha256:2758607d82553d625e21563dec5e252097fd6804de79dd60b78d9452d8f0e384 2022-09-27T15:23:46.8949324Z deleted: sha256:1c30230d1bc09ce084c2c0d3c24c81e39a270b3359be353f188f13809b2e95ff 2022-09-27T15:23:46.8949643Z deleted: sha256:f66b31a4878493b2a4cf4b457a461d78c1275ce0b853312e14b5b205f5f54b12 2022-09-27T15:23:46.8949950Z deleted: sha256:c96b1aa08b8cdf00ede17699be953c554e540b97216fba81a59a101860c877c6 2022-09-27T15:23:46.8950270Z deleted: sha256:0853e57dc641a08006c8b8cd96caa8755d3981706b49748776bf6c7ee23abe6c 2022-09-27T15:23:46.8950599Z deleted: sha256:a88ebc418ab3040ebaafd029a4c80439225b1ce939f383ec70c503fff55528ee 2022-09-27T15:23:46.8950907Z deleted: sha256:5a86190b95485dba13fec16a89446426425223587ad649a56b4faf0f64305120 2022-09-27T15:23:46.8951225Z deleted: sha256:016eff1a025a65973028af96cf1fbe6c4b0e1c258e04e6a2dec976062924c0cf 2022-09-27T15:23:46.8951559Z deleted: sha256:3ce5ce7ae3df63641c9b8859e93e8f870c8bcfadc998c17b2169676be5e0812d 2022-09-27T15:23:46.8951893Z deleted: sha256:b161ee8936514898f92131df4d7de87314f3ed0639e31bbd2c3e83bdea170f16 2022-09-27T15:23:46.8952204Z deleted: sha256:e6a3a6ca01553128af3686d5bface6135e56f897e0f9ba754e9b924d446105e6 2022-09-27T15:23:46.8952584Z deleted: sha256:0cd4c1b082ed42bb2648c766b0746e3eb8771eafc8ce4130c649f3d29b634162 2022-09-27T15:23:46.8953015Z deleted: sha256:76a601a88697897790d443b0214d908f489395a5d4ea98726caf0a80a66ecd19 2022-09-27T15:23:46.8953312Z deleted: sha256:e9a0ce4d7b4ea637152093c92c0cbe039a7e810c4aa90c848f312c10262b974d 2022-09-27T15:23:46.8953654Z deleted: sha256:e4e7cd35b02c90bb1da4c482c1f10f82c7ef6daae84f9ceeac9815d19ce51dbd 2022-09-27T15:23:46.8954002Z deleted: sha256:8e15ae424f8839bb14c5629f1fec3c93cebec42642eabeabd208ca359a19db66 2022-09-27T15:23:46.8954346Z deleted: sha256:e43a9a37dcae4c22f906f9f4450ad78b70905cd289f7ad9f9d40d7c8b12d8f72 2022-09-27T15:23:46.8954655Z deleted: sha256:06bcf3094318f05722b94bc725806fc0d2367a7865af5b199f0567a72699f757 2022-09-27T15:23:46.8954974Z deleted: sha256:51f25a037328b3be1af44473dfa7a876a5355f74cef818b46bf003c33b1ec2c5 2022-09-27T15:23:46.8955307Z deleted: sha256:b17dd3db6bb4f4513025c933f6a63f1ed0921065fe34fd195c40c4acff4f696c 2022-09-27T15:23:46.8955612Z deleted: sha256:71ca3ec58848585b585c80e00986d5e8789e8169554706949b8a3d8dcdf72e3b 2022-09-27T15:23:46.8955924Z deleted: sha256:6f4b9ef5ee757f0395c054927ff65df65438bdf23c05109f7f3107fb94719eef 2022-09-27T15:23:46.8956256Z deleted: sha256:883eb0bcef572233ec6334ad982f16d8ba42bcffee0735ae8969fe257019481d 2022-09-27T15:23:46.8956583Z deleted: sha256:f0d75587c52d51e623884d33f223de82faa346a03a9e34271eaf6765e8995d2a 2022-09-27T15:23:46.8956930Z deleted: sha256:25ab06e14d5870622fe0c785fa28eedb95787ed7286d8c665289672a2e11334a 2022-09-27T15:23:46.8957260Z deleted: sha256:f9bb5b08ac5635a4a64adbfe88fe48bcb0ed9425ab68ecf412265012933639e6 2022-09-27T15:23:46.8957609Z deleted: sha256:aa9ab2200af3ee6cbe32d9703272a4a85de2def9b0c9a20bd09f3dca10f0e47d 2022-09-27T15:23:46.8957938Z deleted: sha256:30936d838a38cd0a0c2ddc832a2a17af9d84327e0f23cac0e773686bfed7e6e1 2022-09-27T15:23:46.8958264Z deleted: sha256:5c5425a2d9bb189d0f99b1c37511d370d599afca6b8b0d3348b3b2ace341ddaf 2022-09-27T15:23:46.8958592Z deleted: sha256:998fb9c2fa230ea5cc1f997926614d854d193df0b2129b2b12d7ede4e5d43f6e 2022-09-27T15:23:46.8958911Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T15:23:46.8959072Z 2022-09-27T15:23:46.8971970Z Total reclaimed space: 7.155GB 2022-09-27T15:23:46.9020677Z Post job cleanup. 2022-09-27T15:23:46.9049307Z Post job cleanup. 2022-09-27T15:23:47.0058690Z [command]/usr/bin/git version 2022-09-27T15:23:47.0116522Z git version 2.37.1 2022-09-27T15:23:47.0158412Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/55a41fc3-f38b-4a0a-892e-e5120c379330' before making global git config changes 2022-09-27T15:23:47.0159134Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:23:47.0165500Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:23:47.0205413Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:23:47.0237196Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:23:47.0513377Z Entering 'android/libs/fbjni' 2022-09-27T15:23:47.0547811Z Entering 'third_party/FP16' 2022-09-27T15:23:47.0584416Z Entering 'third_party/FXdiv' 2022-09-27T15:23:47.0617287Z Entering 'third_party/NNPACK' 2022-09-27T15:23:47.0651403Z Entering 'third_party/QNNPACK' 2022-09-27T15:23:47.0685573Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:23:47.0719685Z Entering 'third_party/XNNPACK' 2022-09-27T15:23:47.0764800Z Entering 'third_party/benchmark' 2022-09-27T15:23:47.0799469Z Entering 'third_party/cpuinfo' 2022-09-27T15:23:47.0834524Z Entering 'third_party/cub' 2022-09-27T15:23:47.0868334Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:23:47.0907791Z Entering 'third_party/cutlass' 2022-09-27T15:23:47.0949227Z Entering 'third_party/eigen' 2022-09-27T15:23:47.0985088Z Entering 'third_party/fbgemm' 2022-09-27T15:23:47.1019257Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:23:47.1052287Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:23:47.1086484Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:23:47.1120461Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:23:47.1155234Z Entering 'third_party/flatbuffers' 2022-09-27T15:23:47.1191553Z Entering 'third_party/fmt' 2022-09-27T15:23:47.1226207Z Entering 'third_party/foxi' 2022-09-27T15:23:47.1260321Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:23:47.1293427Z Entering 'third_party/gloo' 2022-09-27T15:23:47.1328164Z Entering 'third_party/googletest' 2022-09-27T15:23:47.1362273Z Entering 'third_party/ideep' 2022-09-27T15:23:47.1396383Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:23:47.1431757Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:23:47.1472476Z Entering 'third_party/ios-cmake' 2022-09-27T15:23:47.1506589Z Entering 'third_party/ittapi' 2022-09-27T15:23:47.1541417Z Entering 'third_party/kineto' 2022-09-27T15:23:47.1575448Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:23:47.1608670Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:23:47.1645599Z Entering 'third_party/nccl/nccl' 2022-09-27T15:23:47.1679418Z Entering 'third_party/neon2sse' 2022-09-27T15:23:47.1713370Z Entering 'third_party/nlohmann' 2022-09-27T15:23:47.1748855Z Entering 'third_party/onnx' 2022-09-27T15:23:47.1794425Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:23:47.1827639Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:23:47.1864060Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:23:47.1896859Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:23:47.1934412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:23:47.1968067Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:23:47.2002669Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:23:47.2040577Z Entering 'third_party/pocketfft' 2022-09-27T15:23:47.2074513Z Entering 'third_party/protobuf' 2022-09-27T15:23:47.2111941Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:23:47.2146058Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:23:47.2181189Z Entering 'third_party/psimd' 2022-09-27T15:23:47.2214429Z Entering 'third_party/pthreadpool' 2022-09-27T15:23:47.2249841Z Entering 'third_party/pybind11' 2022-09-27T15:23:47.2284595Z Entering 'third_party/python-enum' 2022-09-27T15:23:47.2318589Z Entering 'third_party/python-peachpy' 2022-09-27T15:23:47.2353337Z Entering 'third_party/python-six' 2022-09-27T15:23:47.2387711Z Entering 'third_party/sleef' 2022-09-27T15:23:47.2421607Z Entering 'third_party/tbb' 2022-09-27T15:23:47.2458635Z Entering 'third_party/tensorpipe' 2022-09-27T15:23:47.2492218Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:23:47.2526151Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:23:47.2559090Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:23:47.2592427Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:23:47.2625597Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:23:47.2663113Z Entering 'third_party/zstd' 2022-09-27T15:23:47.2714019Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:23:47.2741162Z http.https://github.com/.extraheader 2022-09-27T15:23:47.2748989Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:23:47.2783805Z [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-09-27T15:23:47.3039957Z Entering 'android/libs/fbjni' 2022-09-27T15:23:47.3059845Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3087497Z Entering 'third_party/FP16' 2022-09-27T15:23:47.3108638Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3135230Z Entering 'third_party/FXdiv' 2022-09-27T15:23:47.3156241Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3182600Z Entering 'third_party/NNPACK' 2022-09-27T15:23:47.3203032Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3229516Z Entering 'third_party/QNNPACK' 2022-09-27T15:23:47.3250259Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3277552Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:23:47.3298304Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3325248Z Entering 'third_party/XNNPACK' 2022-09-27T15:23:47.3346099Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3384267Z Entering 'third_party/benchmark' 2022-09-27T15:23:47.3403588Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3430373Z Entering 'third_party/cpuinfo' 2022-09-27T15:23:47.3449864Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3477197Z Entering 'third_party/cub' 2022-09-27T15:23:47.3498788Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3526132Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:23:47.3546556Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3579444Z Entering 'third_party/cutlass' 2022-09-27T15:23:47.3599032Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3633964Z Entering 'third_party/eigen' 2022-09-27T15:23:47.3654105Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3683873Z Entering 'third_party/fbgemm' 2022-09-27T15:23:47.3703493Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3731062Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:23:47.3753008Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3780297Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:23:47.3799088Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3826511Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:23:47.3845547Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3872501Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:23:47.3892358Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3920042Z Entering 'third_party/flatbuffers' 2022-09-27T15:23:47.3940475Z http.https://github.com/.extraheader 2022-09-27T15:23:47.3968577Z Entering 'third_party/fmt' 2022-09-27T15:23:47.3989477Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4016384Z Entering 'third_party/foxi' 2022-09-27T15:23:47.4036170Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4062609Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:23:47.4082450Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4109534Z Entering 'third_party/gloo' 2022-09-27T15:23:47.4129492Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4156409Z Entering 'third_party/googletest' 2022-09-27T15:23:47.4176521Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4203926Z Entering 'third_party/ideep' 2022-09-27T15:23:47.4224247Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4251102Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:23:47.4270652Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4299336Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:23:47.4318932Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4352183Z Entering 'third_party/ios-cmake' 2022-09-27T15:23:47.4372749Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4399583Z Entering 'third_party/ittapi' 2022-09-27T15:23:47.4419847Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4446300Z Entering 'third_party/kineto' 2022-09-27T15:23:47.4466379Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4492911Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:23:47.4512166Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4538682Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:23:47.4557932Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4586899Z Entering 'third_party/nccl/nccl' 2022-09-27T15:23:47.4607437Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4634214Z Entering 'third_party/neon2sse' 2022-09-27T15:23:47.4654978Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4681830Z Entering 'third_party/nlohmann' 2022-09-27T15:23:47.4701647Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4730161Z Entering 'third_party/onnx' 2022-09-27T15:23:47.4751401Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4791361Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:23:47.4811844Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4838528Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:23:47.4859807Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4888846Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:23:47.4910291Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4937298Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:23:47.4955904Z http.https://github.com/.extraheader 2022-09-27T15:23:47.4986973Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:23:47.5005997Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5032934Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:23:47.5051345Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5077619Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:23:47.5099228Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5129065Z Entering 'third_party/pocketfft' 2022-09-27T15:23:47.5149509Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5176240Z Entering 'third_party/protobuf' 2022-09-27T15:23:47.5195341Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5224445Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:23:47.5243714Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5269637Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:23:47.5288814Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5317520Z Entering 'third_party/psimd' 2022-09-27T15:23:47.5338455Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5364605Z Entering 'third_party/pthreadpool' 2022-09-27T15:23:47.5384831Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5411885Z Entering 'third_party/pybind11' 2022-09-27T15:23:47.5431688Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5458378Z Entering 'third_party/python-enum' 2022-09-27T15:23:47.5477900Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5504755Z Entering 'third_party/python-peachpy' 2022-09-27T15:23:47.5525011Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5552071Z Entering 'third_party/python-six' 2022-09-27T15:23:47.5571644Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5598825Z Entering 'third_party/sleef' 2022-09-27T15:23:47.5619648Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5645046Z Entering 'third_party/tbb' 2022-09-27T15:23:47.5664675Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5692956Z Entering 'third_party/tensorpipe' 2022-09-27T15:23:47.5712431Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5739678Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:23:47.5759381Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5785970Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:23:47.5805607Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5831984Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:23:47.5851888Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5878517Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:23:47.5898803Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5924557Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:23:47.5944833Z http.https://github.com/.extraheader 2022-09-27T15:23:47.5974859Z Entering 'third_party/zstd' 2022-09-27T15:23:47.5995161Z http.https://github.com/.extraheader 2022-09-27T15:23:47.6233913Z Evaluate and set job outputs 2022-09-27T15:23:47.6243916Z Set output 'docker-image' 2022-09-27T15:23:47.6245174Z Cleaning up orphan processes